mirror of
https://github.com/akashrchandran/syrics.git
synced 2026-04-26 17:45:49 +03:00
[GH-ISSUE #14] Passing Folder path with music files #62
Labels
No labels
bug
documentation
easy to add
enhancement
enhancement
good first issue
hacktoberfest
hacktoberfest
priority: medium
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/syrics#62
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 @RonOren on GitHub (Sep 23, 2022).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/14
I tried 2 different playlists (I know for 100% that for most of the tracks there's synced lyrics in spotify.
One couldn't find any lyrics:
The other stopped at 80 tracks and spat this error:
@akashrchandran commented on GitHub (Oct 4, 2022):
They may not have title and album metadata. It ignores the file name.
github.com/akashrchandran/syrics@1bdfeeff41/syrics/core.py (L134-L135)I will add fall back to file name if metadata is unavailable. Will also add search using ISRC tag (if exists), the result will be more accurate.