philaphonic
Jan 4 2007, 17:12
Is there a way with Flac 1.1.3(b) to do ID3-type tagging of "Track X/Y"? Or, do I still need to use the TOTALTRACKS tag separately?
Thanks.
hellokeith
Jan 4 2007, 19:15
Are you launching Flac directly? What does your EAC command line look like?
http://www.exactaudiocopy.de/eac11.html#CompressionQUOTE
%x -------> Number of tracks on album
philaphonic
Jan 4 2007, 19:20
hellokeith, yes, I am launching FLAC 1.1.3b directly from a command line from within EAC 0.95 Beta 4:
-8 -A tukey(0.25) -A gauss(0.1875) -b 4096 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "totaltracks=%x" -T "genre=%m" %s
hellokeith
Jan 4 2007, 20:19
I think this is going to depend more on your playback application.
But you could try -T "track=Track %n/%x" or -T "tracknumber=%n/%x" or some combination thereabouts.