<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi there,<br><br>Command line binaries should only do one thing, and do it well.&nbsp; The job of flac (or flac.exe in windows) is to take something and compress it.&nbsp; Shells implement commands to do things like searches, string matching, looping, and stream editing.&nbsp; I wouldn't want to see Josh waste his time re-implementing and having to maintain "dir", "grep", or "find" equivs in flac.&nbsp; These tools already exist, and anyone who has a basic command of an **IX shell is more than capable of one-lining most find/search/sort/exec tasks.<br><br>flac already handles input from a file, a pipe, and other input sources, and is almost perfect as-is.<br><br>Frank<br><br>PS..&nbsp; The tag line about MS vista probably comes from hotmail (I doubt xiph is doing it).&nbsp; They recently switched to "hotmail live" or some BS like that.&nbsp; I do not endorse MS products and have not worked for them since 2003 (the reason for the attrition of my command line abilities).<br><br><blockquote><hr>Date: Fri, 28 Sep 2007 13:48:42 +0200<br>From: tranzedude@gmail.com<br>To: lists@whitehouse.org.nz<br>Subject: Re: [flac] re-encode tool win32<br>CC: russofris@hotmail.com; flac@xiph.org<br><br><br><br><div><span class="EC_gmail_quote">2007/9/28, Aaron Whitehouse &lt;<a href="mailto:lists@whitehouse.org.nz">lists@whitehouse.org.nz</a>&gt;:</span><blockquote class="EC_gmail_quote" style="padding-left: 1ex;">
&gt;&nbsp;&nbsp;Under linux/bash, it would be something like....<br>&gt; cd /MusicDirectory<br>&gt; find . -type f -name "*.flac"&nbsp;&nbsp;-exec sh -c 'flac -t {} &amp;&amp; flac -8V {}' \;<br><br>Wouldn't it be nice if it was something closer to:
<br>flac --reencode --recursive -8 *.flac</blockquote><div><br><br>I think this would be a great feature, in this way re-encoding in windows, linux, ... can happen the same way without complicated scripts (that maybe even don't work in windows because of crappy wildcard support, ...)
<br>are there plans to implement this? It's a clean way to re-encode all files I think.<br><br>Harry<br></div><br><blockquote class="EC_gmail_quote" style="padding-left: 1ex;">
Aaron<br></blockquote></div><br>
</blockquote><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>