Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: EAC & FLAC - Adding Track # & Artist to file. (Read 3087 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

EAC & FLAC - Adding Track # & Artist to file.

I used one of the guides on Hydrogenaudio to setup EAC and FLAC.

I can rip to FLAC just fine. However, the files I get are named: Man In The Box.flac

I'm looking for "01 - Alice In Chains - Man In The Box.flac".

Command line options:

-T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" -10 %s

What should I change?

EAC & FLAC - Adding Track # & Artist to file.

Reply #1
In <EAC Options> <Filename> Tab, <Naming Scheme> =

%N - %A - %T

I use

%D - %C\%N - %A - %T

for directory creation by CD Artist - CD Title\## - Track Artist - Track Title
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)

EAC & FLAC - Adding Track # & Artist to file.

Reply #2
In <EAC Options> <Filename> Tab, <Naming Scheme> =

%N - %A - %T

I use

%D - %C\%N - %A - %T

for directory creation by CD Artist - CD Title\## - Track Artist - Track Title

Thanks. I had the %N - %A - %T set, but it was in the ID3 settings.

Foolish me - thanks for your help.

EAC & FLAC - Adding Track # & Artist to file.

Reply #3
Thanks. I had the %N - %A - %T set, but it was in the ID3 settings.

Foolish me - thanks for your help.


Easy mistake to make - I confuse those two all the time.