syrics icon indicating copy to clipboard operation
syrics copied to clipboard

Passing Folder path with music files

Open ronoren opened this issue 1 year ago • 1 comments

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:

Screenshot_20220923-112316_Termux.png

The other stopped at 80 tracks and spat this error:

Screenshot_20220923-113040_Termux.jpg

ronoren avatar Sep 23 '22 08:09 ronoren

I tried 2 different playlists (I know for 100% that for most of the tracks there's synced lyrics in spotify.

They may not have title and album metadata. It ignores the file name. https://github.com/akashrchandran/syrics/blob/1bdfeeff4112ede75c4840dd06e11daf66cd0e46/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.

akashrchandran avatar Oct 04 '22 07:10 akashrchandran