> -----Original Message-----
> From: [email protected] [mailto:rivendell-dev-
> [email protected]] On Behalf Of Hoggins!
> Sent: Wednesday, March 01, 2017 8:16 AM
> To: [email protected]
> Subject: [RDD] Race condition with multiple dropboxes on same group
> 
> 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 expected as there is no CART ID reservation and locking in the
> database.
> 
> So how should I solve this ? My dropbox paths are like
> "/mass_storage/dropbox/*.wav" and "/mass_storage/dropbox/*.mp3".
> Should I merge them with a single regex so that I would have a single rdimport
> process that would sequentially import my files with no race condition ?
> 
> Thanks !
> 
>     Hoggins!

Hi Hoggins,

On a bash command line it would look like this:
"/mass_storage/dropbox/*.{wav,mp3}"

BUT, I have no idea if the dropbox (either command line or rdadmin version) 
will accept and correctly interpret such a glob.

Tom
Engineering Manager
Edgewater Broadcasting


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to