FLAC 1.1.3 released |
![]() ![]() |
FLAC 1.1.3 released |
Mar 22 2008, 05:05
Post
#101
|
|
![]() Group: Members Posts: 42 Joined: 3-February 05 Member No.: 19556 |
Sorry, for repeating my question, but just in case that it was missed the first time around @Josh Coalson Would you please consider being so kind as to add wildcard support to flac.exe and metaflac.exe in a new version sometime ? Some days ago i wanted to test my FLAC archive before i re-encoded them again with the added -A "tukey(0,5)" switch, as i had forgotten to use that switch the first time around and had a comma as decimal seperator. Then i first rightclicked on my FLAC folder and selected "Open Command Window Here" and then i just typed "flac -t *.flac", but recieved an error message and so i understood that flac.exe didn't expanded wildcards unfortunetly. This then means that instead of being able to do this : "flac -t *.flac", then we have to do this instead : for %G in (*.flac) do flac -t "%G". Luckilly then Tycho has compiled a globbing utility which code is listed on the net and which i now use instead, but IMHO, then i really think that wildcard support for the command-line tools of FLAC, is a really important feature missing. Anyway, i just wanted to fill this feature request to you, and also say many thank's for all your great work on the FLAC format. CU, Martin. I still don't quite understand how this works: for %G in (*.flac) do flac -t "%G". How do I encode a entire directory to flac if I cannot use "*.wav"? What do I use to substitute "*".wav? |
|
|
|
Mar 22 2008, 10:31
Post
#102
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
Who says that you can't use "*.wav"?
If running from the command line in the directory with the WAVE files, and FLAC is in a folder in PATH (like your Windows folder) the following should work fine: CODE FOR %G IN (*.wav) DO FLAC -6 "%G"
This post has been edited by Synthetic Soul: Mar 22 2008, 10:35 -------------------- I'm on a horse.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 11:19 |