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

[QUESTION] Regarding lyrics #186

Closed
Saidsito4 opened this issue May 9, 2024 · 1 comment
Closed

[QUESTION] Regarding lyrics #186

Saidsito4 opened this issue May 9, 2024 · 1 comment

Comments

@Saidsito4
Copy link

Are lyrics pulled from the internet?
when i try to see the lyrics for a track without connection, it just shows an 'x' below the lyrics logo.

is there any way to fix this?

Uploading Screenshot_20240508_203150.jpg …

@MSOB7YY
Copy link
Member

MSOB7YY commented May 9, 2024

online lyrics are pulled from lrclib.net or a google search, if you have no connection and no embedded or cached or same-directory-lyrics, then it will ofc show 'x' as nothing was found

the priority goes as following:

  • LRC (Synced)
    1. Device LRC (.lrc file exists in same directory)
    2. Cached LRC (.lrc from previous downloads)
    3. track embedded lrc
    4. database (requires internet)
  • TXT
    1. Cached txt (from previous google search)
    2. track embedded txt
    3. google search (requires internet)

u can also prioritize embedded lyrics from extra settings and control source (local, internet, auto)

@MSOB7YY MSOB7YY closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants