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

Support Synced Lyrics #850

Open
9 tasks
Arthi-chaud opened this issue Jan 30, 2025 · 0 comments
Open
9 tasks

Support Synced Lyrics #850

Arthi-chaud opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
Front Front-end related Scanner The scanning feature Server Back-end related
Milestone

Comments

@Arthi-chaud
Copy link
Owner

Ok, this would be really cool to have.

LRC is a website that serves as a lyrics provider. It has an API AND synced lyrics.

Considering this we could:

Server

  • Lyrics should have a boolean saying whether lyrics are synced (e.g. use the standard format)
  • Update the endpoint to accept that boolean value
  • The lyrics response should include this boolean value
  • In the database, lyrics should be a JSON value:
    • A list of strings if the lyrics are not synced
    • A object (Record<string, string>), with timestamp as keys, for synced lyrics
  • Update the API endpoint to GET lyrics
  • Update the API endpoint to POST lyrics

Front

  • If the lyrics are synced, they should be synced in the player

Scanner

  • If a .lrc file exists in the same folder as a track (as has the same name), process it and POST it to the API
@Arthi-chaud Arthi-chaud added Front Front-end related Server Back-end related Scanner The scanning feature labels Jan 30, 2025
@Arthi-chaud Arthi-chaud self-assigned this Jan 30, 2025
@Arthi-chaud Arthi-chaud added this to the v4.0.0 milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Front Front-end related Scanner The scanning feature Server Back-end related
Projects
None yet
Development

No branches or pull requests

1 participant