bug-gnupod
[Top][All Lists]
Advanced

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

Re: [Bug-gnupod] 4G iPod id3 genre import problem


From: Adrian Ulrich
Subject: Re: [Bug-gnupod] 4G iPod id3 genre import problem
Date: Sun, 1 Aug 2004 08:39:13 +0200

Hello,


> Note the genre has changed from "Rock" to "(12)". This "(12)" is what
> is being displayed in my Genre section of my ipod.

I could reproduce the problem with tags written by 'id3tag'

Looks like this file got an ID3v1.1 and an ID3v2.x tag and the
Genre-field of the V2 tag simply is '(NUM)', not a string..
(GNUpod prefers ID3v2 tags..)


I added a workaround for this. GNUpod 0.96rc1 should solve the problem:

http://blinkenlights.ch/gnupod-dist/testing/gnupod-0.96rc1.tgz

To get rid of Genres like (12), you'll have to edit
the GNUtunesDB.xml by hand or you could remove all faulty songs
and add them again, like this:

gnupod_search.pl --genre="\(\d+\)"  #Regexp search..
gnupod_search.pl --genre="\(\d+\)" --delete #Remove them..
find /my/music | gnupod_addsong.pl -

Please give me feedback if it worked ;)

Bye

Attachment: pgpr7lg1OGeJj.pgp
Description: PGP signature


reply via email to

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