Adds new API endpoint /Items/%ITEMID%/Lyrics
that returns local LRC files as JSON.
-
In jellyfin, go to dashboard -> plugins -> Repositories -> add and paste this link https://raw.githubusercontent.com/1hitsong/jellylyrics/main/manifest.json
-
Go to Catalog and search Jellylyrics
-
Click on it and install
-
Restart Jellyfin
-
Have a folder with a file and a corresponding LRC file on your server
-
Call the API endpoint from your API client
-
Read and use returned JSON data
-
User is happy to see lyrics
-
Only works with LRC files
-
LRC files must be in same folder as the requested item
-
LRC files must have exact same filename, excluding file extenstion, as its corresponding item
200 Lyrics found and JSON results returned
404 Requested Item not found, LRC file not found, JSON Converstion failed,