View Single Post
  #1049  
Old 2023-07-10, 03:20 AM
jerryfreak jerryfreak is offline
 
Join Date: Feb 2005
Re: Trader's Little Helper

any possibility of a linux binary? tried running it under wine and it reported :"an OS error occurred while executing the DOS subcomponent "

im trying to test a large library of flac files and flac command line doesnt work so great

find -type f -iname '*.flac' -print0 | xargs --null flac -t -w -s

tests ok but doesnt work so well because its a huge library and its output is

filename: error

i need

/full/path/to/filename:error

(like TLH outputs)

otherwise i cant find the errors easily as many filenames are similar
Reply With Quote Reply with Nested Quotes