delete duplicates from metadata tagging #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sometimes the strings that get written as id3 metadata are double in a list
The metadata is written to the mp3 in this file
music_kraken/audio/metadata.py
Sometimes it writes duplicate strings in the same field. Reproduce by downloading the artist
Crystal F
from youtube music.The duplicates need to be filtered out + a warning has to be printed if this happens, because this is usually an indicator of something else going wrong.
@Luna create a branch out of the
experimental
branch. Don't commit in the experimental branch, because every commit there is automatically deployed.Set this issue to the branch and set the issue in the project to todo.
If you want to see the changes you've made create a merge request and set it to draft.
Remove the draft if you are finished and I am gonna look over it again.