MPD only supports cover art for local servers as of right nowHello,
I am trying to setup Tuna using a remote MPD server. Everything works well but the cover art is not retrieved and remains as the default "?" image
I am using latest OBS and Tuna versions.
The cover art is well displayed using other applications such as MPDCtrl on Windows.
Has anyone encountered the same issue ?
Understood, thank you for your replyMPD only supports cover art for local servers as of right now
mpd.local=true
mpd.local=false
Added support for MPRIS, Windows Media Control and fixed an issue with Youtube music.
MPRIS and Windows Media Control are interfaces for linux and windows that allow media players to share their metadata with other applications. Any player that supports them can now provide information to tuna.
SONG TITLE
by Artist
on Album
- PROGRESS BAR -
artistLine += "<i>on</i> " + data['album'];artistLine += "<br><i>on</i> " + data['album'];Edit the HTML file located in C:\Program Files\obs-studio\data\obs-plugins\tuna
Remember to open as admin the editor you use or the file will not save.
Look for this lineartistLine += "<i>on</i> " + data['album'];
Change it forartistLine += "<br><i>on</i> " + data['album'];
notice the added <br> in front of the <i>
Also, if you want to change the by and on words for something else, do it inside the " ".
Notepad++ is one of the best text/code editors out there, if you wonder what to use to edit the html, or just use windows notepad.
What music source are you using? The cover art works fine for meHello! I have a question! I want to separate the artist and album line in the browser widget, so it displays like this:
SONG TITLE
by Artist
on Album
- PROGRESS BAR -
but I'm no good with coding. I've already completely replaced the album image pull because it was broken for me, but I can't figure out how to make a new line and move the album to it. Does anyone know how to change the code around? For reference, it currently looks like this:
SONG TITLE
by Artist on Album
- PROGRESS BAR -
An image for reference:
View attachment 88144
Edit:universallp, hi! I'm having a lot of issues since the last update.
If I click on refresh it does start to lag until OBS closes completely.
I'm not able to get a log since it does not generate one.
After a few songs it does stop to recognize the songs.
Am I the only one having this issues? I'll try to revert to an older version.
Having the same issue: OBS will pick up the song titles fluidly for a few, then slowly it begins lagging on recognition regardless of refresh rate (usually takes 5-10 seconds into the next song to update), then completely stops recognizing any song change/stopping of play altogether. Requires a complete restart of OBS to function once again.Edit:
Tried:
Uninstalling 1.9.1 and Installing 1.9.0: Failed
It does seem to save some info and can't be FULLY uninstalled.
Deleted %appdata% > Roaming > obs-studio > tuna folder
Same lag > hard close error with 1.9.0