SynQApp / Extension

Your music companion for the web, with a portable mini player and the ability to listen to any music link on your preferred service!
https://www.synqapp.io
Apache License 2.0
32 stars 5 forks source link

[FEATURE] Add time synced lyrics #60

Open virat2010 opened 1 month ago

virat2010 commented 1 month ago

Is your feature request related to a problem? Please describe. This is not related to a problem. It is a nice feature to have the lyrics.

Describe the solution you'd like I was thinking that you could use the inbuilt lyrics function found on most streaming services. Even if it isn't time synced, it could just be plain text.

Describe alternatives you've considered You could use LRCLib: https://lrclib.net/docs Since in the adapters, the author, song name, and length is noted, it can be used to fetch the time synced lyrics with those three.

Additional context Example of what it should look like: image

tekkeon commented 1 month ago

Hey there. We had lyrics in the former version of this extension but it was a little-used feature, so we decided not to implement it for every service again. I'll leave this request open though in case anyone wants to tackle it!