I tried foobar but didn’t get it to work.

Arne how do your batch file for scanning media library look? I didn’t
get it to working until a added “-r” 
I’m using this batch file now

Code:
--------------------
    
  @echo off
  for /f "usebackq tokens=1 delims=" %%f in (`dir /b /a-d "*.flac"`) do @flac 
-ds -- "%%f" 
  for /f "usebackq tokens=1 delims=" %%f in (`dir /b /a-d "*.wav"`) do hdcd.exe 
< "%%f" > "%%f"24b
  del *.flac
  for /f "usebackq tokens=1 delims=" %%f in (`dir /b /a-d "*.wav24b"`) do @flac 
"%%f"
  del *.wav
  
--------------------

/J


-- 
joad
------------------------------------------------------------------------
joad's Profile: http://forums.slimdevices.com/member.php?userid=10944
View this thread: http://forums.slimdevices.com/showthread.php?t=32967

_______________________________________________
audiophiles mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/audiophiles

Reply via email to