Open Suyashtnt opened 8 months ago
I believe this would have to be handled by Navidrome as Feishin just shows whatever Navidrome responds with (and based on the screenshot Navidrome obviously isn't parsing your LRC as proper lyrics).
I believe this would have to be handled by Navidrome as Feishin just shows whatever Navidrome responds with (and based on the screenshot Navidrome obviously isn't parsing your LRC as proper lyrics).
navidrome basically sends a lyric json/xml file with each line having its own field. it would require updating that whole format for word-by-word support which may be an issue, which is why I also sent a request here
Strictly speaking, there's no need for Navidrome (or other Subsonic servers) to output anything more than a line, the word-based processing can be done in Feishin itself.
Strictly speaking, there's no need for Navidrome (or other Subsonic servers) to output anything more than a line, the word-based processing can be done in Feishin itself.
which is why I asked here as well
What do you want to be added?
Some LRC files have support for word-synced lyrics in the following format:
e.g.
It would be neat to have this supported in feishin. Right now they look like this:
Additional context
Not sure if this should rather be handled by the servers directly (see https://github.com/navidrome/navidrome/discussions/2920)