DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
478 stars 16 forks source link

[Bug] Slash // in ARTIST and YEAR tags #54

Closed marvellz closed 1 year ago

marvellz commented 1 year ago

I see this tag in the Mp3tag, and not all audio players understand this Artist tag because of the //. Only the first artist is displayed.

Maybe add a comma , or even an & between artists.

It is also better to leave only the YY-MM-DD format.

Example:

Capture 2

orbittwz commented 1 year ago

For the artist field it's fine, your program doesn't know how it's displayed so it's adding slashes... For the year field, you probably selected both "release date" and "release year" options in the program. Remove one of them. In any case, both field working as should and I strongly advice against this.

marvellz commented 1 year ago

@orbittwz , thx! Yes, I didn't notice that the audio player showed me - ; I'm sorry.

For the year field, you probably selected both "release date" and "release year" options in the program. Remove one of them.

👌