Thread: TLH Error?
View Single Post
  #11  
Old 2010-10-01, 06:36 PM
Quackers's Avatar
Quackers Quackers is offline
Quack
 
Join Date: Feb 2009
Re: TLH Error?

According to this (see below), shntool is passing the correct filename. Looks like flac.exe is the one that can't handle it?

Code:
D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>shntool len -DD -- -Track01.flac
    length     expanded size    cdr  WAVE problems  fmt   ratio  filename
shntool [len]: debug2: spawned input process with pid 3584 and command line: "flac" "-c" "-d" "-s" "-Track01.flac"
shntool [len]: debug2: waiting for [flac] input process 3584 to exit
shntool [len]: debug2: process 3584 exit status: [1]
shntool [len]: debug2: spawned input process with pid 4440 and command line: "flac" "-c" "-d" "-s" "-Track01.flac"
shntool [len]: debug2: waiting for [flac] input process 4440 to exit
shntool [len]: debug2: process 4440 exit status: [1]
shntool [len]: debug2: spawned input process with pid 1496 and command line: "flac" "-c" "-d" "-s" "-Track01.flac"
shntool [len]: debug2: waiting for [flac] input process 1496 to exit
shntool [len]: debug2: process 1496 exit status: [1]
shntool [len]: debug2: spawned input process with pid 368 and command line: "flac" "-c" "-d" "-s" "-Track01.flac"
shntool [len]: debug2: waiting for [flac] input process 368 to exit
shntool [len]: debug2: process 368 exit status: [1]
     0:00.00              0 B                            0.0000  (0 files)

D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>flac -c -d -s -Track01.flac
ERROR: (-T/--tag) field contains no '=' character
Type "flac" for a usage summary or "flac --help" for all options
Otoh, trying the -- parameter with flac (manpage does not mention it I think), seem to work (no errors/warnings).

Note: I don't know what flac -c -d -s -- -Track01.flac actually generates.

Code:
D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>flac -c -d -s -- -Track01.flac > hello.hey

D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>dir
 El volumen de la unidad D es DATA
 El número de serie del volumen es: 703F-63E0

 Directorio de D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1

01/10/2010  08:29 p.m.    <DIR>          .
01/10/2010  08:29 p.m.    <DIR>          ..
25/09/2010  07:58 p.m.        33.749.608 -Track01.flac
01/10/2010  08:30 p.m.        64.294.316 hello.hey
               2 archivos     98.043.924 bytes
               2 dirs   3.886.358.528 bytes libres

D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>
Reply With Quote Reply with Nested Quotes