search for: musicdirectory

Displaying 6 results from an estimated 6 matches for "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 "...
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 be a great feature, in this way re-encoding in windows...
2004 Aug 06
2
syntax for playlist
...find to create your playlists. As for 'everyone to read' how do you mean -- on a lan with share, or the directory is 755, or the directory is served up by icecast to the world (the /usr/local/icecast/static dir) ? Its real hard to know what you are trying to do -- why not just chmod 700 /musicdirectory and see if icecast works? if you want it locked down, start testing and see what you can make of it. -Dave D +------------------------- + Dave Dennis + Seattle, WA + dmd@speakeasy.org + http://www.bauhaus.nu/dion +------------------------- On Sun, 26 Jan 2003, ronnie@mixsessions.com wrote: &g...
2007 Sep 27
1
re-encode tool win32
...(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: tranzedude@gmail.com; flac@xiph.org > > > 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 > > Aaron ______________________________________________________________...
2007 Sep 28
0
re-encode tool win32
...e: Fri, 28 Sep 2007 13:48:42 +0200 From: tranzedude@gmail.com To: lists@whitehouse.org.nz Subject: Re: [flac] re-encode tool win32 CC: russofris@hotmail.com; flac@xiph.org 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 be a great feature, in this way re-encoding in windows, linux, ... can happen t...
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