rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.35k stars 604 forks source link

Metadata Year and Track #3299

Open Blackbear199 opened 2 years ago

Blackbear199 commented 2 years ago

i am seeing weird results and its not happening all the time. i think it may be just when i force a import a album i manually downloaded that headphones couldnt find itself.

it relates to the year and track tag original values before import for example Year Track 2021 01

after headphones import Year Track 2021//2021-02-19 01//1

it appears to append the musicbrainz data to the end and not replace it. i have "Correct Metadata" selected no idea how to debug as there no error and it doesnt happen everytime could it be possibly the format of the original tags confusing things? i will look at this next time that it doesnt happen and see what format the original tags have.

Blackbear199 commented 2 years ago

i see same things happening with hadphones downloads also i dont see any pattern to it. sometimes tags are correct,sometimes like above.

rembo10 commented 2 years ago

The only time headphones writes the date metadata is during post processing, and that's done through beets. So it might be a beets issue, although I couldn't find anything with a cursory search in the beets issue tracker

rembo10 commented 2 years ago

I'll keep an eye on it and see if i can't debug it though