RE: [flac] re-encode tool win32

2007-09-28 Thread Frank Russo
ybe split out flacGUI from the core flac project, and we'll all do our best to extend the tools to make common tasks easier for the users. Frank > Date: Sat, 29 Sep 2007 01:06:03 +0200 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [flac] re-encode tool win32 >

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 bette

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

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 *.f

RE: [flac] re-encode tool win32

2007-09-28 Thread Frank Russo
rked for them since 2003 (the reason for the attrition 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]&g

Re: [flac] re-encode tool win32

2007-09-28 Thread rappard
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 Linux,

Re: [flac] re-encode tool win32

2007-09-27 Thread Aaron Whitehouse
> 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). Not a bad idea... Thanks. I have all my CDs archived in Flac, so I may run it through them s

RE: [flac] re-encode tool win32

2007-09-27 Thread Frank Russo
IL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [flac] re-encode tool win32 > CC: [EMAIL PROTECTED]; flac@xiph.org > > > Under linux/bash, it would be something like > > cd /MusicDirectory > > find . -type f -name "*.flac" -exec sh -c 'flac -t {} &a

RE: [flac] re-encode tool win32

2007-09-27 Thread Frank Russo
ons seem a bit lacking. Windows 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 /MusicDirecto

Re: [flac] re-encode tool win32

2007-09-27 Thread Aaron Whitehouse
> 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 ___ Flac

RE: [flac] re-encode tool win32

2007-09-27 Thread Frank Russo
can one-line it. Frank > Date: Fri, 28 Sep 2007 14:50:27 +1200 > From: [EMAIL 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 l

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 L

[flac] re-encode tool win32

2007-09-27 Thread Harry Sack
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 e