HydrogenAudio

Lossless Audio Compression => FLAC => Topic started by: newday on 2012-05-20 23:46:32

Title: FLACCL tagging using EAC
Post by: newday on 2012-05-20 23:46:32
Heythere.
I was wondering how do I force FLACCL to write tags into files, when using it w/EAC as an external compression tool.
It seems to have no problems w/foobar.

For FLAC in EAC this line works
Code: [Select]
-V -8 -T "Genre=%genre%" -T "Artist=%artist%" -T "Title=%title%" -T "Album=%albumtitle%" -T "Date=%year%" -T "Tracknumber=%tracknr%" -T "Comment=%comment%" %source%

And in case of FLACCL it only understands this line, otherwise it causes error
Quote
-11 -o %dest% %source%


If somebody has figured out the commands/how to, please help. Also I wouldn't refuse to find out how to do it using xrecode=)

Thanks 
Title: FLACCL tagging using EAC
Post by: Wombat on 2012-05-21 00:16:31
There once was asked a simliar question and this should work the same for FlacCL. Just make it fit your taste of tagging and the new executable.
http://www.hydrogenaudio.org/forums/index....st&p=670975 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=76193&view=findpost&p=670975)
Title: FLACCL tagging using EAC
Post by: newday on 2012-05-21 01:17:51
Thanks mate, after ~dozen tries I found my desired line 
Goal was to write C:\Windows\system32\cmd.exe for the encoder path, and the additional line was this:
Quote
/c ""C:\Program Files\CUETools.FLACCL.cmd.exe" -11 --verify  %source% -o %dest% && "C:\Program Files\FLAC\metaflac.exe" --set-tag="Genre=%genre%" --set-tag="Artist=%artist%" --set-tag="Title=%title%" --set-tag="Album=%albumtitle%" --set-tag="Date=%year%" --set-tag="Tracknumber=%tracknr%" --set-tag="Comment=%comment%" %dest%"


Say, u happen to know how to make it hidden? So it won't appear each time track needs to be encoded?