dvx / lofi

🎵🔉 A mini Spotify player with WebGL visualizations.
http://lofi.rocks
MIT License
1.21k stars 68 forks source link

Added Lyrics Feature #311

Open alient12 opened 9 months ago

alient12 commented 9 months ago

Added lyrics feature. It uses sp_dc cookie, an idea I got from this repo. I also added a tab in settings for lyrics customization and sp_dc. The good thing about this api is that it is separated from the main authentication. You can make a free account and use it only for lyrics.

Settings Sample
image image
stamoun commented 9 months ago

Thanks for this @alient12, since this is a more involved PR, I'll try and give it a proper review and it will take time (which I currently don't have).

I'm not sure about the sp_dc cookie stuff though. Will need to read more into it.