bug-gnupod
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnupod] track number not used


From: Adrian Ulrich
Subject: Re: [Bug-gnupod] track number not used
Date: Tue, 21 Sep 2004 20:48:25 +0200

I hate id3v2 :)


It's easy to fix:

GNUpod reads the 'TRCK' field on id3v2 tags..
This MP3 hasn't a 'TRCK' field, but a 'TRK'


Solution:

Search 'FileMagic.pm' (somewhere at /usr/lib/..perl/) and change this
line:

 my @songa = pss(getutf8($hs->{TRCK} || $h->{TRACKNUM}));

..into..

 my @songa = pss(getutf8($hs->{TRCK} || $hs->{TRK} || $h->{TRACKNUM}));

(~ line #275)


Will be fixed in version 0.97 (Commited to CVS)

Thanks for the Bugreport.

 - Adrian

Attachment: pgpQzrE3wauGK.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]