search for: musicdirectori

Displaying 6 results from an estimated 6 matches for "musicdirectori".

Did you mean: musicdirectory
2007 Sep 27
4
re-encode tool win32
Under linux/bash, it would be something like.... cd /MusicDirectory find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' \; Or to simplify and not test each file before re-encode.... find . -type f -name "*.flac" -exec flac -8 {} \; -print Can someone translate this into NTBatch? Basically, recursive "dir" *.flac files as a
2007 Sep 28
4
re-encode tool win32
2007/9/28, Aaron Whitehouse <lists@whitehouse.org.nz>: > > > Under linux/bash, it would be something like.... > > cd /MusicDirectory > > find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' > \; > > Wouldn't it be nice if it was something closer to: > flac --reencode --recursive -8 *.flac I think this would
2004 Aug 06
2
syntax for playlist
I should be more specific . What I meant to ask was - is it necessary for the directory that icecast streams or serves files from to "everyone" or the "world" have at least read permissions. I do plan to experiment with the permisions but I was just asking to see if any one had already tried this. I like to lock down my system as much as possible. Thanks for the help!
2007 Sep 27
1
re-encode tool win32
Sure.. just copy and paste it into flac-reencode.sh, replace the "8" with a @1 var and you are all set. No need for "--reencode" as it is redundant. Ping me if you want a hand with that (sarcasm). Frank > Date: Fri, 28 Sep 2007 16:55:47 +1200 > From: lists@whitehouse.org.nz > To: russofris@hotmail.com > Subject: Re: [flac] re-encode tool win32 > CC:
2007 Sep 28
0
re-encode tool win32
Hi there, Command line binaries should only do one thing, and do it well. The job of flac (or flac.exe in windows) is to take something and compress it. Shells implement commands to do things like searches, string matching, looping, and stream editing. I wouldn't want to see Josh waste his time re-implementing and having to maintain "dir", "grep", or "find"
2007 Sep 27
3
re-encode tool win32
hi does somebody know a re-encode tool for win32? So it must have a GUI to make a list of FLAC files that need to be re-encoded to a newer flac version and it must automatically re-encode the whole list of files (so like the flac frontend but with re-encode support). Maybe somebody knows if this exists for win32? I have been searching for a long time, but I didn't find it. thx in advance