Symfonium seems to already support reading lyrics .lrc files with the same song name, but I didn’t manage to make it work
Logs:
Upload description: log updated within app menu with username “fab1” (fab is too short!)
Additional information:
I think it would be useful to clarify in a FAQ what Symfonium requires to display lyrics.
Moreover, do you plan to support the new Lyrics API Endpoint of Jellyfin?
Reproduction steps:
Jellyfin server is 10.9.1 and music library is sync both in server and app
in Symfonium, Play a song from Jellyfin with a matching .lrc file (same name & same folder) - there is no embedded lyrics and song is not cached in Symfonium
Symfonium should display an icon to display lyrics (or in the 3dot menu) but it’s not
--> [346] GET http://192.168.1.157:8096/audio/5224c13d32efb3fa817ce53e1b95b8f4/Lyrics
<-- [346] 404 Not Found http://192.168.1.157:8096/audio/5224c13d32efb3fa817ce53e1b95b8f4/Lyrics (87ms, unknown-length body)
Your server returns error 404 when requesting the lyrics.
Thanks for your answer. I do not understand why it’s “not found”.
I 've double checked in the folder
The .lrc file is next to the .mp3 file.
filenames are the same.
I’ve looked in Jellyfin logs, nothing special, but I’m not sure if this the place to look…
Lyrics are processed through the new Jellyfin Lyrics endpoint or through Symfonium?
is there a sort of fallback in Symfonium if Jellyfin Lyrics endpoint is buggy and Symfonium knows there is a .lrc file available?
I do not have control of what Jellyfin does nor have I access to the external lrc files.
Verify if the web interface shows the lyrics for that song or not (it will hopefully not) then report to Jellyfin.
Once it shows in the web interface it will probably work via the API too.
As a follow-up, I opened an issue in Jellyfin GitHub.
The problem occurred if the .lrc file was not added to the library at the same time as the .mp3 file. (which was not easy to find out…)
The problem is solved in the last Jellyfin 10.9.3 update