mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[GH-ISSUE #120] [Duplicate] Ignore Songs That Already Have Lyrics #84
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#84
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?
Originally created by @bugreporter005 on GitHub (Dec 10, 2024).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/120
Is your feature request related to a problem? Please describe.
Currently, the app tries to find and add lyrics to all songs, even those that already have lyrics. This results in unnecessary duplicates or redundant efforts.
Describe the solution you'd like
Modify the app to check if lyrics are already available for a song before attempting to find and add them. This would save resources and provide a smoother user experience.
Describe alternatives you've considered
I’ve considered manually skipping songs with existing lyrics, but this is time-consuming and inefficient.
Additional context
None