RE: [flac] re-encode tool win32

2007-09-28 Thread Frank Russo
of my command line abilities). Date: Fri, 28 Sep 2007 13:48:42 +0200 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [flac] re-encode tool win32 CC: [EMAIL PROTECTED]; flac@xiph.org 2007/9/28, Aaron Whitehouse [EMAIL PROTECTED]: Under linux/bash, it would be something like cd

Re: [flac] re-encode tool win32

2007-09-28 Thread Harry Sack
2007/9/28, Aaron Whitehouse [EMAIL PROTECTED]: 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

Re: [flac] re-encode tool win32

2007-09-28 Thread Josh Coalson
--- Harry Sack [EMAIL PROTECTED] wrote: 2007/9/28, Aaron Whitehouse [EMAIL PROTECTED]: 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:

Re: [flac] re-encode tool win32

2007-09-28 Thread Aaron Whitehouse
anyone who has a basic command of an **IX shell is more than capable of one-lining most find/search/sort/exec tasks. That is overstating things a little. I have been using Linux for about five years and I wouldn't have come up with that command on my own. That said, I agree that Josh is better

Re: [flac] re-encode tool win32

2007-09-27 Thread Aaron Whitehouse
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). I wouldn't mind one for

RE: [flac] re-encode tool win32

2007-09-27 Thread Frank Russo
PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [flac] re-encode tool win32 CC: flac@xiph.org 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

RE: [flac] re-encode tool win32

2007-09-27 Thread Frank Russo
is a strange beast indeed. Frank From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [flac] re-encode tool win32 Date: Thu, 27 Sep 2007 21:15:06 -0700 CC: flac@xiph.org Under linux/bash, it would be something like cd /MusicDirectory find . -type f -name