Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Synced Lyrics support via LRCLIB #693

Open
Readf0x opened this issue Sep 25, 2024 · 1 comment
Open

[Enhancement] Synced Lyrics support via LRCLIB #693

Readf0x opened this issue Sep 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Readf0x
Copy link

Readf0x commented Sep 25, 2024

I've been using th-ch/youtube-music for streaming for a while now, and they (at some point) added support for live/synced lyrics using the LRCLIB API. I think this would be a great addition to dopamine!

You could potentially also allow for providing your own lyric files (maybe by looking for a txt, or some other extension, plaintext file with the same name as the song).

For reference, here's the LRCLIB API docs.

Quick & dirty mockup:
image

@digimezzo
Copy link
Owner

@Readf0x Thanks a lot for the tip! Look like a cool feature to add indeed :) By the way, Dopamine already looks for a text file containing lyrics. The file must be in the same directory as the song file and must have the same name as the song file, but with extension .lrc instead. Currently Dopamine supports unsynced lyrics for lrc files but synced lyrics is planned.

@digimezzo digimezzo added the enhancement New feature or request label Sep 26, 2024
@digimezzo digimezzo added this to the Dopamine 3.0.1 milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants