delete duplicates from metadata tagging #16

Open
opened 2024-04-26 11:05:27 +00:00 by Hazel · 2 comments
Owner

sometimes the strings that get written as id3 metadata are double in a list

sometimes the strings that get written as id3 metadata are double in a list
Hazel added this to the next stable release project 2024-04-26 11:05:34 +00:00
Luna was assigned by Hazel 2024-04-30 10:46:02 +00:00
Author
Owner

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.

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.
Author
Owner

@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.

@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.
Luna added reference issue16 2024-04-30 15:34:05 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: music-kraken/music-kraken-core#16
No description provided.