I had this issue too, and the problem seemed to be with Spotify's newest version. For some reason it was not publishing song information as it used to. Not sure exactly what the issue was there. I solved by installing an older version of Spotify. Another solution is to play spotify on the web, which does publish song info and is captured correctly by Tuna.Hi everyone.
I'm lost.
I used Tuna since 3 years with no issue... And i did the OBS 28 update with the Tuna update... and Tuna doesnt hook the music of spotify anymore (text and covers dont work anymore), so i tried to remap everything (.txt, covers etc) ... nothing good, the issue is still there...
So i tried to reinstal the old OBS version (27.2.4) and the Tuna 1.6.0, and the issue is still there >_< tried to remap text files again, but no... Tuna doesnt hook spotify anymore on OBS 27 and 28. (with proper tuna versions)
Please help <_< (i'm on it since 3 days, i'm become crasy)
PS : Sorry i'm french, my english is not perfect (yet).
EDIT : there are a way to remove everything from tuna ? cause deleting the tuna (and OBS) folders in "program files" is not enough, everytime i reinstal everything, Tuna remember my txt files, path, etc... how can i do a true clean instal ?
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.