You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was ripping this album /album/2wfWqYWTrCifvbZt20rImU which oddly contains multiple same titled tracks, the script ends up overwriting tracks that are named the same(if they're in the same folder)
I ended up band aiding my own fix by appending a UUID to mp3file in rip_init() ( although this breaks rip_id3() )
A proper fix would be something like appending the track number or something else unique(that isn't gibberish)
The text was updated successfully, but these errors were encountered:
I was ripping this album /album/2wfWqYWTrCifvbZt20rImU which oddly contains multiple same titled tracks, the script ends up overwriting tracks that are named the same(if they're in the same folder)
I ended up band aiding my own fix by appending a UUID to
mp3file
in rip_init() ( although this breaks rip_id3() )A proper fix would be something like appending the track number or something else unique(that isn't gibberish)
The text was updated successfully, but these errors were encountered: