EAC settings for Track Title, CD Artist, and Genre only

0 Members and 1 Guest are viewing this topic. Read 1234 times.

zapper7

  • Full Member
  • Posts: 481
  • Its time to have fun, its fun to have time
How do I set in EAC Options - Filenames the Track title, cd artist, and Genre only. I have tried several and not had luck.

wushuliu

Re: EAC settings for Track Title, CD Artist, and Genre only
« Reply #1 on: 9 Mar 2011, 05:06 am »
doesn't it depend somewhat on what format you're encoding to (been a little while since i used it)?

Thump553

  • Full Member
  • Posts: 511
Re: EAC settings for Track Title, CD Artist, and Genre only
« Reply #2 on: 15 Mar 2011, 03:33 pm »
If you are using external FLAC compression, this is how you do it:

Hit EAC on the top menu, then Compression Options.  Select the External Compression tab and about half way down is a line for Additional command-line options-you fill in what parameters you want there.

Here's what I use in that space, it works but may be over kill for what you want (cut and paste the following in if you want to use it):

-8 -V -T "ARTIST=%a" -T "TITLE=%t" -T "ALBUM=%g" -T "DATE=%y" -T "TRACKNUMBER=%n" -T "TOTALTRACKS=%x" -T "GENRE=%m" -T "ALBUM ARTIST=%v" -T "ALBUMARTIST=%v" -T "COMMENT=EAC V1.0 beta 1, Secure Mode, Test & Copy, AccurateRip, FLAC -8" %s

Others can probably explain a whole lot better than I can what each of the above means.