Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
768 stars 122 forks source link

Tag fields imported incorrectly for certain tracks #307

Open pacija opened 7 years ago

pacija commented 7 years ago

Hi, I have a strange issue with one album in my collection. All the tracks get imported with title 'Track01', 'Track02' etc., while album gets imported all-uppercase, with dashes instead of spaces.

Some other applications read tags in these tracks correctly (clementine-player, eyeD3).

What could be the reason for this?

gs11 commented 7 years ago

Does the files contain tags in different formats (i.e. idv3 idv2) and the undesired one is being read?

pacija commented 7 years ago

Thanx to getID3's demo, I've just discovered (after 20 years of using and tagging mp3s) there's something called apetag. And this is what apparently gets imported instead of IDv2.

As for your question, file contains only IDv2 (and apparently apetag). I strip both IDv1 and IDv2 tags with eyeD3 and re-tag files with easytag, which is configured to write IDv2.4 tags only.

MightyCreak commented 5 years ago

Could we say this issue is fixed?