Re: [RDD] Automated Rippers?

2015-02-01 Thread Nicholas Andre
find /var/import/automatic -mmin +60 -name *.wav -exec /usr/local/bin/rdimport --verbose --fix-broken-formats --autotrim-level=-60 --delete-source --metadata-pattern=\%a\!\&\%t\!\&\%l\!\&\%u\!\&\%e\!\&\%c.wav MUSIC \{\} \; rm ${LOCKFILE} Thanks, Nicholas Andre Operations Direct

Re: [RDD] Automated Rippers?

2015-02-01 Thread Nicholas Andre
We actually rip straight to wav files at the moment with filename encoding of metadata. Looking for a more robust method though. Last I tried rdimport binary did not properly decode my flac files' metadata on import so you need to cross check its metadata support with your ripper software/current f

Re: [RDD] Import based on metadata, not filename

2014-11-24 Thread Nicholas Andre
Where? In the `rdimport` binary? There's no reference to that in the --help menu. Thanks, Nicholas Andre Operations Director WMFO Medford On Mon, Nov 24, 2014 at 3:52 PM, Frederick Gleason wrote: > On Nov 24, 2014, at 15:27 52, Nicholas Andre wrote: > > > Is there any s

[RDD] Import based on metadata, not filename

2014-11-24 Thread Nicholas Andre
or plan to support importing based on standardized file metadata tagging instead of relying on the filename? I didn't see any info on this with a cursory search. Thanks, Nicholas Andre Operations Director WMFO Medford ___ Rivendell-dev mailing lis

Re: [RDD] Schedule code viewer / Tool

2014-10-24 Thread Nicholas Andre
So long as you have the schema for the SQL logs database it should be pretty easy. That code just executes simple select queries. Thanks, Nicholas Andre Operations Director WMFO Medford On Fri, Oct 24, 2014 at 3:52 PM, Daniel Roviriego wrote: > Maybe this could be a start point >