Tuna

Tuna v1.9.11

i had this same issue,tried installing anything relative to obs and,finally,after updating spotify (i use desktop version from the web,not windows store wich comes with w11) it worked again
 
Hello,

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 ?
 
Hello,

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 ?
MPD only supports cover art for local servers as of right now
 
Hi, when using MPD, Tuna always freezes after saving any changes. It also never connects automatically and needs to be restarted to hook into MPD. Anyone else have this problem?
 
Well, I figured this out quite quickly. Only took me a week to ask and then figure it out in the same day haha. Basically if you have a remote source and have a local directory for the cover art, if you save the settings with local connection checked instead of remote, it will freeze. I had to go into the config file and change
Code:
mpd.local=true
to
Code:
mpd.local=false

This stopped my freezing issue and now it connects just fine.
 
Hello.
I would like to know if someone knows why my covers don't update sometimes. I changed them but Tuna still showing the old covers again and again. Even when rebooting the computer.
 
I don't have any particular problem with OBS, Tuna and Spotify, but my access token "expires in 3600" and I have to go through the whole process of reaching Parameters, then clicking on "Open ID page" every day. Would entering a Spotify ID client / secret help with that?
 
Heya,

I keep getting INVALID_CLIENT: Invalid redirect URI after clicking on "Open login page" on the Spotify tab.
I have tried to uninstall and re-install it for at least 10 times, logged out and back into Spotify, but all to no avail.

The weird thing is, no matter how "hard" I try to uninstall the plugin, it seems to remember some information I once put in - but I don't know how! E.g., the "Song placeholder" will always show what I initially put in, even though I deleted the plugin and re-installed a newer version. Where is that information stored? Could that be the reason why it keeps messing up? How does "uninstall" not delete everything that was put in with the program?

Additional relevant information:
Initially, I installed the program on a different user on the same PC. It worked there! After switching users (without touching the plugin) it ceases to work (error mentioned above). Now, even after uninstalling it from the user I initially installed it on and re-installing it on the user I actually want to use does not change anything as the program somehow remembers information mentioned above.

Is there anyone that has/had the same problem? I am out of ideas.

Best regards
Michael
 
Update as I don't see a way to edit the post above:

It was solved by adding to Spotify's "Redirect URIs" in the developer dashboard. Weirdly, it worked on the other user before without having this added.

Best regards
Michael
 
Hello! 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:
1667088038149.png
 
SONG TITLE
by Artist
on Album
- PROGRESS BAR -

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 line artistLine += "<i>on</i> " + data['album'];
Change it for artistLine += "<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.
 
Last edited:
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 line artistLine += "<i>on</i> " + data['album'];
Change it for artistLine += "<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.

Yep, that's the editor I use!! Thank you so much!! It worked perfectly. :D

1667095481180.png
 
Hello! 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
What music source are you using? The cover art works fine for me
 
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.
 
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.
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
 
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
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: I have noticed that replacing the TXT file also fixes the issue. Upon the last restart of OBS the song title it last got stuck on was still there. It actually required the TXT file replacement. This is only a temporary fix from what I've seen.
 
Last edited:
How can I retrieve the info on icecast which URL should I enter?
I have a web radio and I would like to retrieve the i fo of the song that is on the air
 
Back
Top