HydrogenAudio

CD-R and Audio Hardware => CD Hardware/Software => Topic started by: whitehawk on 2012-04-02 01:25:29

Title: eac file name and additional command line help
Post by: whitehawk on 2012-04-02 01:25:29
i was used to the 95 and i havent used it for a long time and i recently downloaded the new one and i am trying to figure out the command lines for both and i cant get them to work. the file name i would like to be is: albun name, artist, track name, track number. for the additional commands i want v1 and the same as the file name or better. this is for lame mp3. i have been at it all day long. hope some one can help me.
Title: eac file name and additional command line help
Post by: Apesbrain on 2012-04-02 01:43:21
Everything you need to know is in main menu: EAC > EAC Options > Filename under "Naming scheme".  For what you want I'd try:

%albumtitle% %artist% %title% %tracknr2%

However, I'd suggest it's more convenient to use a scheme oriented around folders such as the one I use:

%artist%\%albumtitle%\%tracknr2% - %title%  (The backslashes tell EAC you want to create new folders with these values as names.)

For the commandline just re-run the Configuration Wizard and pick MP3 as your format.  Whatever commandline options are generated are fine but you can edit to -V 1 if you want.
Title: eac file name and additional command line help
Post by: whitehawk on 2012-04-02 02:38:06
ok i did this file name %artist%\%albumtitle%\%tracknr2% - %title% and i get a file creation error
Title: eac file name and additional command line help
Post by: whitehawk on 2012-04-02 03:23:38
-V 2 --vbr-new --add-id3v2 --ignore-tag-errors --ta "%a" --tt "%t" --tg "%m" --tl "%g" --ty "%y" --tn "%n" %s %d

this is the additional comand line iwant

and the file name would be artist, album, track title and track number
Title: eac file name and additional command line help
Post by: db1989 on 2012-04-02 10:54:37
http://wiki.hydrogenaudio.org/index.php?ti...AC_placeholders (http://wiki.hydrogenaudio.org/index.php?title=EAC_placeholders)