Open AvocadoVR opened 1 year ago
Hi! Thanks for the suggestion, i will try to add support for LRC files, but only after i finish working on issue #5, as it adds the possibility to get current music on pc without depending on Spotify. then support for LRC files will be perfect :)
about the 2nd thing - it is already possible to remove timestamp using config.toml
file, you just need to remove these keys {{.currentPos}} / {{.duration}}
from NoLyricsFormat
and PausedFormat
.
End of your config should look like this:
NoLyricsFormat = "▶️ {{.artist}} - {{.name}}"
PausedFormat = "⏸️ {{.artist}} - {{.name}}"
What doesn't it keep spamming osc with update messages for the song name and artist
https://lrc-maker.github.io/#/editor/ https://github.com/magic-akari/lrc-maker
This is an easy to use lrc maker. An easy way to support lrc. is create a data or local lyrics folder. That checks for the file name of the trackID it currently is. If its not found try to download spotify lyrics. If there is non or unsynced then just display song name.
What doesn't it keep spamming osc with update messages for the song name and artist
It could be a bug, I'll check it out
This is an easy to use lrc maker. An easy way to support lrc. is create a data or local lyrics folder. That checks for the file name of the trackID it currently is. If its not found try to download spotify lyrics. If there is non or unsynced then just display song name.
Yeah, I know. But as I said, I will only do this functionality after I finish issue #5