jajuk-team / jajuk

Advanded jukebox for users with large or scattered music collections
48 stars 19 forks source link

Genres show as numbers #581

Closed bflorat closed 9 years ago

bflorat commented 9 years ago

Reported by ShadowIce on 18 Jul 2007 13:26 UTC In the logic tree I have a lot of numbers when it is sorted by genre. That number also shows as genre when viewing the file properties.

bflorat commented 9 years ago

Commented by bflorat on 18 Jul 2007 15:04 UTC This can be caused by olf-fashion ID3 V1 tag than stored genres in number format (do you know which tool tagged your files ? is it MP3 files ?). We knew that so we already make a mapping but we expected the () format, we never encountered a genre number alone without parenthesis around. I don't think we can do much for that: we can systematicaly replace number-formatted genres by a mapped style but in this case, we'll prevent users to use numbers for styles if they wishes to.

bflorat commented 9 years ago

Commented by ShadowIce on 18 Jul 2007 18:32 UTC Winamp shows the "correct" genres in both ID3v1 and v2. ID3-TagIT shows the correct genre for ID3v1, but a number for ID3v2. Now I don't know which program wrote that number there, might have been winamp, Musikcube or Jajuk. And you are right, preventing people from using a number in the ID3v2 is not really a solution.

So I'll have some more files to fix...

bflorat commented 9 years ago

Commented by bflorat on 19 Jul 2007 08:13 UTC Note: I don't think this genre tagging can come from jajuk. Note2: we may have to considere to map genres number to styles in the future (making impossible for user to use a number as a genre afterwards) if more users report this problem, to be followed.