timusus / Shuttle

Shuttle Music Player
Other
2.2k stars 480 forks source link

Doesn't show genre from ID3 correctly: shows number (52) #511

Open tbm opened 4 years ago

tbm commented 4 years ago

Shuttle version: 2.0.17 Device, OS: Google Pixel 3a, Android 10

Description of bug: the "genres" tab lists genres like Dance and Alternative Pop, but it also lists (13), (17) and (52).

Expected outcome: identify ID3 genres correctly.

When I look at the problematic MP3 file on Linux, the ID3 info appears to be correct:

$ id3v2 -l 01.\ Mirror.mp3 | grep Genre Album : Nabuma Rubberband Year: 2014, Genre: Electronic (52) $ eyeD3 01.\ Mirror.mp3 | grep -i Genre track: 1 genre: Electronic (id 52)

I'm not sure what other information to supply. I can make the MP3 available privately if you want.

1 2

When I try to edit the tag in Shuttle and "save", there's some (error?) message but it goes away too quickly to read.