Auto-scrolling lyrics: https://forum.rainmeter.net/viewtopic.php?t=42156
Sync lyrics: no skin that I know of
Mjdelro's lyrics skin that uses the LRCLIB API already gets the synced lyrics in [MeasureGetSyncedLyrics], but apparently it doesn't show them, as far as I could see after briefly looking at the code.
Generally speaking though, if you have the timestamps of each lyrics line, you could indeed make it both display the corresponding line by checking between which line timestamps is the value of [MeasurePosition], and as a result autoscroll the said lyrics accordingly by dynamically adjusting the Y of the lyrics meter in a container meter (like in a karaoke show, except it would go line by line instead of word by word). That being said, for this to work perfectly, the duration and contents of your track would have to match precisely what's in the LRCLIB API's database, which won't always happen.
Sync lyrics: no skin that I know of
Mjdelro's lyrics skin that uses the LRCLIB API already gets the synced lyrics in [MeasureGetSyncedLyrics], but apparently it doesn't show them, as far as I could see after briefly looking at the code.
Generally speaking though, if you have the timestamps of each lyrics line, you could indeed make it both display the corresponding line by checking between which line timestamps is the value of [MeasurePosition], and as a result autoscroll the said lyrics accordingly by dynamically adjusting the Y of the lyrics meter in a container meter (like in a karaoke show, except it would go line by line instead of word by word). That being said, for this to work perfectly, the duration and contents of your track would have to match precisely what's in the LRCLIB API's database, which won't always happen.
Statistics: Posted by Yincognito — Today, 11:06 am — Replies 6 — Views 17091