Subject: | Patch to overlay proper tracknumbers when id3v2 is of the form m/n |
Some encoders (itunes, for instance) write the id3v2 tracknumber field as 1/n, 2/n, etc. where n is the number of tracks on the cd.
As far as I can tell, perl interprets this as a string representation of a fraction, and then rounds it to integer, so that all the track numbers are 0 or 1.
This patch chops off the tail of the tracknumber string, leaving only the number (and not the "/n") before writing it over the id3v1 value.
Message body not shown because it is not plain text.