Generic Script to fetch lyrics #14
jcorporation
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is now a generic lyrics fetch script available that can be configured through providers. This script was inspired by the Lyrics Reloaded Plugin for MusicBee.
https://github.com/jcorporation/mympd-scripts/tree/main/Lyrics
The
lyrics_generic.lua
script is the central script that can be configured by thelyrics_providers.lua
script.I took the
www.songtexte.com
provider yml file from the https://www.getmusicbee.com/addons/plugins/467/lyrics-reloaded-latest/ and converted it to lua syntax to proove that this attempt will work.It should be now relatively easy to convert the yml files from the "Lyrics Reloaded Plugin" to providers for myMPD :)
Beta Was this translation helpful? Give feedback.
All reactions