Example Lyrics provider for developers wishing to add more
-
Would anybody be able to provide a simple lyrics provider that just returns the text "Hello World" or similar? I desire to add in a LRC File reader but admittedly the code base feels a bit overwhelming and examples help greatly for me (at least).
-
Reading lyrics from a file should not be implemented as a lyrics provider, but added to the collection watcher (https://github.com/strawberrymusicplayer/strawberry/blob/master/src/collection/collectionwatcher.cpp).
However, someone else might be working on this: https://github.com/strawberrymusicplayer/strawberry/issues/1351