delete duplicates from metadata tagging #16
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: music-kraken/music-kraken-core#16
Loading…
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.