mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[PR #25] [CLOSED] Metadata-based Duplication Checking #160
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#160
Loading…
Add table
Add a link
Reference in a new issue
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?
📋 Pull Request Information
Original PR: https://github.com/Googolplexed0/zotify/pull/25
Author: @MihaiStreames
Created: 6/16/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
901173eproper duplicate checks + pycharm lintingb9513c4Revert "proper duplicate checks + pycharm linting"48f8eb9duplicate check📊 Changes
1 file changed (+117 additions, -107 deletions)
View changed files
📝
zotify/track.py(+117 -107)📄 Description
I noticed, while downloading playlists where I would update the order of songs (by adding or removing songs), that despite songs being the same, if their filenames weren't identical, the songs would be re-downloaded.
I decided to modify that logic by simply checking metadata:
This should normally work
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.