Get song info from right within obs.
Currently supports
- Spotify
- MPD
- Any Window title
- last.fm scrobbling
- OBS VLC source
- YouTube Music
- Most music players through MPRIS and Windows Media Control
- Through tampermonkey script:
- Soundcloud
- Spotify Web Player
- Deezer
- Yandex Music
- Pretzel.rocks
Lyrics for the lyrics html overlay are served via lrclib hosted at lyrics.vrsal.cc.
- COOLIGUAY (Spanish)
- dEN5-tech (Russian)
- libraV3 (Russian)
- Cyame (Simplified Chinese)
- KaiLee2588 (Simplified and Traditional Chinese)
- gabrielpastori1 (Brazilian Portuguese)
- orion78fr (French)
- jegadk (Danish)
- MPRIS and Windows Media Control support taken from obs_media_info_plugin.
- Metadata extraction via Taglib
- MPD connection via libmpdclient
- Webserver implemented through cpp-httplib
- cURL for fetching remote content and API interactions