Inconsistent naming between Deezer and Spotify - Patch track name with remix for Spotify #2
No reviewers
Labels
No labels
Compat/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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
spotizerrphoenix/deezspot-spotizerr-phoenix!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "(deleted):main"
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?
Hi,
Thanks for revitalizing this project.
I noticed some inconsistencies between the downloaders when the track is a remix.
Spotify name them:
Artist - Track - Remixer RemixDeezer name them:
Artist - Track (Remixer Remix)Hence, the same track is downloaded twice, but with a different name.
For remixes, the spotify API returns metadata with the following track name formatting:
track_name - artist remixThe "convention" (and Deezer) uses
track_name (Artist Remix)I'm not sure if this is the best solution, and it’s hacky, but in order to not download again all my remixes I made this little patch.
A preference should be added in Spotizerr if we merge this.
interesting thanks for the contribution i'll be taking a look at this
Pull request closed