Re: [RDD] Race condition with multiple dropboxes on same group

2017-03-02 Thread David Klann
Ooooh. I know it's bad form to reply to one's self... I hit send too soon. Shell globbing seems to mostly work, and the code in utils/rdimport.cpp supports this. It's "advanced globbing" (such as using the brace expansion "{}" construct, and regular expressions that do not work in the PATH field

Re: [RDD] Race condition with multiple dropboxes on same group

2017-03-02 Thread Kyle Robbertze
Perhaps add a GitHub Issue to track it. May see some traction that way On 2 Mar 2017, 17:46, at 17:46, Hoggins! wrote: >Yep... > >An according to this old Wiki page >(http://rivendell.tryphon.org/wiki/Using_rdimport_to_import_mp3_files, >at the bottom), Fred already thought

Re: [RDD] Race condition with multiple dropboxes on same group

2017-03-02 Thread Hoggins!
Yep... An according to this old Wiki page (http://rivendell.tryphon.org/wiki/Using_rdimport_to_import_mp3_files, at the bottom), Fred already thought about that, but I'm not whether there's a plan to actually implement it or not. Hoggins! Le 02/03/2017 à 16:31, David Klann a écrit : > I've

Re: [RDD] Race condition with multiple dropboxes on same group

2017-03-02 Thread David Klann
I've experimented with both "shell globbing" and regular expressions in the PATH field of the DROPBOXES table and neither have worked using Rivendell version 2.10.3. I'm rather thinking that the whole mechanism for rdimport as a dropbox daemon needs to be rewritten. I've toyed with it inside my

Re: [RDD] Race condition with multiple dropboxes on same group

2017-03-02 Thread Hoggins!
Thanks Thomas, Le 01/03/2017 à 18:15, Thomas Golding a écrit : > I have no idea if the dropbox (either command line or rdadmin version) will > accept and correctly interpret such a glob That's what I'm afraid of. Hoggins! signature.asc Description: OpenPGP digital signature

Re: [RDD] Race condition with multiple dropboxes on same group

2017-03-01 Thread Thomas Golding
> -Original Message- > From: rivendell-dev-boun...@lists.rivendellaudio.org [mailto:rivendell-dev- > boun...@lists.rivendellaudio.org] On Behalf Of Hoggins! > Sent: Wednesday, March 01, 2017 8:16 AM > To: rivendell-dev@lists.rivendellaudio.org > Subject: [RDD] Race condi

[RDD] Race condition with multiple dropboxes on same group

2017-03-01 Thread Hoggins!
Hello, Just experienced a "funny" race condition with two dropboxes running on same group, one listening for *.mp3 files, the other one for *.wav ones. - Copied WAV and MP3 files at once - Some carts, originally MP3 contained audio from some other WAV files, and so on. I guess this is