INTERACT FORUM

More => Old Versions => Media Center 13 (Development Ended) => Topic started by: prod on May 05, 2009, 08:09:04 am

Title: MC overwriting the Track Count & Disc Count MP3 tags
Post by: prod on May 05, 2009, 08:09:04 am
I set these tags in iTunes (it must go into a tag in the MP3 file itself) but whenever I change something in MC they get overwritten and I have to redo them. I'm guessing this shouldn't happen - but is it a problem with iTunes using non-standard MP3 tags or MC not respecting a standard? I'm aware I can't see these tags in MC, it would be very nice to though.
Title: Re: MC overwriting the Track Count & Disc Count MP3 tags
Post by: Alex B on May 05, 2009, 02:34:43 pm
In ID3v2 tags the format is x/y ("track number/total tracks" & "disc number/total discs").

If the tagging program doesn't write the "total" part when it writes track or disc numbers it will not be preserved.

Where were you when I requested the Total Tracks and Total Discs fields? I didn't get any support:

http://yabb.jriver.com/interact/index.php?topic=48504.msg332426#msg332426
http://yabb.jriver.com/interact/index.php?topic=48504.msg332523#msg332523
http://yabb.jriver.com/interact/index.php?topic=48504.msg332835#msg332835
Title: Re: MC overwriting the Track Count & Disc Count MP3 tags
Post by: prod on May 05, 2009, 03:07:04 pm
Then it appears that MC is not writing these "total" parts ... which is a little surprising.

Where were you when I requested the Total Tracks and Total Discs fields? I didn't get any support:

 :-[ Sorry Alex I wasn't using totals back then, so even if I saw your post I probably wouldn't have chipped in, but "better late than never"?
Title: Re: MC overwriting the Track Count & Disc Count MP3 tags
Post by: Matt on May 05, 2009, 03:18:09 pm
Then it appears that MC is not writing these "total" parts ... which is a little surprising.

 :-[ Sorry Alex I wasn't using totals back then, so even if I saw your post I probably wouldn't have chipped in, but "better late than never"?

The ID3v2 tagger should preserve any totals.  If it's not happening for you, please send a sample file (before the problem) to matt at jriver dot com.

Thanks.
Title: Re: MC overwriting the Track Count & Disc Count MP3 tags
Post by: Alex B on May 05, 2009, 03:29:54 pm
Before:

Quote
MPEG-1 Layer 3
157 Kbit VBR
44.1 Khz Joint stereo

Copyrighted: No
Original: Yes
Protected by CRC: No
Encoder: LAME
Gapless: Yes (576 start, 1260 end)

ID3v1 Tag: (128 bytes)
   Name:
   Artist:
   Album:
   Year:
   Comment:
   Track #: 6
   Genre:  (255)

ID3v2.4 Tag: (2088 bytes)
  TRCK (Track #): 6/8
  TPOS (Disc #): 2/3

After changing Track # to 7 and Disc # to 1:

Quote
MPEG-1 Layer 3
157 Kbit VBR
44.1 Khz Joint stereo

Copyrighted: No
Original: Yes
Protected by CRC: No
Encoder: LAME
Gapless: Yes (576 start, 1260 end)

ID3v1 Tag: (128 bytes)
   Name:
   Artist:
   Album:
   Year:
   Comment:
   Track #: 7
   Genre:  (255)

ID3v2.4 Tag: (2088 bytes)
  TRCK (Track #): 7
  TPOS (Disc #): 1
  TXXX (Tool Name): Media Center
  TXXX (Tool Version): 13.0.163

The "before" file is attached (it's a small clip).
Title: Re: MC overwriting the Track Count & Disc Count MP3 tags
Post by: Matt on May 06, 2009, 04:47:38 pm
This will be fixed in a coming build.

It was trying to preserve the original count, but it loaded the count _after_ removing the original value.  Sometimes it's the simple things.

Sorry if it caused you any grief.
Title: Re: MC overwriting the Track Count & Disc Count MP3 tags
Post by: prod on May 07, 2009, 03:53:57 am
Great thanks only very minor grief, no worries.