mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[GH-ISSUE #97] Filter songs that already has lyrics, isnt working #69
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#69
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 @kingmadwik on GitHub (Oct 23, 2024).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/97
Describe the bug
This feature wasnt working for me from many releases. I tried changing options to see if anything was causing problems but nothing worked
i have lyrics for most songs but it still include them in the list of non-lyrics songs
@kingmadwik commented on GitHub (Oct 25, 2024):
Okay lyrics detection worksfor embedded lyrics or only .LRC files only ?
@Lambada10 commented on GitHub (Oct 25, 2024):
@kingmadwik Current impl looks for a LRC file named the same as song file to check if it has lyrics already
@kingmadwik commented on GitHub (Oct 25, 2024):
@Lambada10 then this isnt a bug at all, im sorry for wasting your time. Maybe you can consider adding a feature that checks for embedded lyrics and then show them in the no lyrics section. thanks for the app
@kerollosy commented on GitHub (Oct 26, 2024):
I can work on this if lambada isn't already
@bugreporter005 commented on GitHub (Dec 10, 2024):
Any updates on that?
@kerollosy commented on GitHub (Dec 11, 2024):
It seems the only way to check if a song has embedded lyrics is to read the entire metadata of the song using TagLib, but unfortunately this process can be quite slow and would cause a significant delay in loading the app
@kingmadwik commented on GitHub (Dec 29, 2024):
Ohk then maybe untill we find out better way to do this, its not worth it. Thanks for the reply.