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: how add 0 to totaltracks (Read 4080 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

EAC: how add 0 to totaltracks

Hi,
Is there a way for EAC to add 0 to the number of the totaltracks in tags after ripping.
For example, I have track number 02, total tracks 5, so I would like it to be 05.
I use the following command line for the FLAC encoder
Code: [Select]
-8 -V -T "ARTIST=%artist%" -T "TITLE=%title%" -T "ALBUM=%albumtitle%" -T "DATE=%year%" -T "TRACKNUMBER=%tracknr%" -T "GENRE=%genre%" -T "COMMENT=%comment%" -T "ALBUMARTIST=%albuminterpret%" -T "COMPOSER=%composer%" %haslyrics%--tag-from-file=LYRICS="%lyricsfile%"%haslyrics% -T "DISCNUMBER=%cdnumber%" -T "TOTALDISCS=%totalcds%" -T "TOTALTRACKS=%numtracks%" %hascover%--picture="%coverfile%"%hascover% %source%
Thanks

Re: EAC: how add 0 to totaltracks

Reply #1
Copied this off the EAC site, have fun

From EAC version 1.0 beta 2 on, you can use the following placeholders in the filename settings on how filenames for tracks are being created by EAC:

%title% – Track title
%artist% – Track artist
%composer% – Track composer
%tracknr1% – Track number (at least 1 digit)
%tracknr2% – Track number (at least 2 digits)
%tracknr3% – Track number (at least 3 digits)
%lengthmin% – Track duration (minutes part)
%lengthsec% – Track duration (seconds part)
%year% – Release year
%albumtitle% – CD title
%albumartist% – CD artist
%albumcomposer% – CD composer
%albuminterpret% – CD performer
%comment% – CD comment
%totalcds% – Number of CDs in a set
%cdnumber% – Number of the CD within a set
%numtracks% – Total number of tracks on the CD
%genre% – ID3 music type
%cddbid% – freedb ID
%cddbtype% – freedb music type

%% – The ‘%’ character

As an example, you could use

(%tracknr2%) %title% – %artist%

which would result in such a filename (as an example)

(02) Nothing else matters – Metallica

Re: EAC: how add 0 to totaltracks

Reply #2
@kleinport  The question was about tagging and %numtracks% (totaltracks), not file names.

@DJ Graco  Not that I'm aware of within EAC
korth