egd;279874 Wrote:
> Here's the INI excerpt:>
Code:
--------------------
> > SearchForTags =
ALBUM,ANALYSIS,ARTIST,COMPILATION,FINGERPRINT,GENRE,REPLAYGAIN_ALBUM_GAIN,YEAR
--------------------
> >
The Flac tag used for "year" is DATE. Many programs will display it as
YEAR, but it's not stored that way. Similarly, some will show a TRACK
tag, but the tag actually used is TRACKNUMBER.
This can be seen in the EAC arguments used to encode Flac and pass in
tag data, where the actual tag names are used.
Code:
--------------------
-T "Artist=%a" -T "Album=%g" -T "Title=%t" -T "Tracknumber=%n" -T "Date=%y"
-T "Genre=%m" %s
--------------------
You can run the script with debugging turned on (use /d:3) to see which
tags are not found. It will only show the first one, but should give
you an idea of what's going on.
--
JJZolx
Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=44701
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping