Tuna

Tuna v1.9.9

univrsal

Active Member
How would it work at all though with the secret code/client?
It also worked on my previous set up with no issues and didnt have to redo the set up each time.
The order in which you are doing things is wrong. Did you watch the tutorial video on the resource page?
 

Garbanian

New Member
I have, and have gotten it to work in the past without issues. Ive reinstalled all things OBS/Plugins/etc that I use for streaming, and now I have to generate a new code and request token every time I want to use this. Client ID/Secret arent causing issues now, just having to re-click the log in page and generate that code and request token. When I reopen my OBS, it doesn't even have anything input into the Auth Code section.
 

univrsal

Active Member
I have, and have gotten it to work in the past without issues. Ive reinstalled all things OBS/Plugins/etc that I use for streaming, and now I have to generate a new code and request token every time I want to use this. Client ID/Secret arent causing issues now, just having to re-click the log in page and generate that code and request token. When I reopen my OBS, it doesn't even have anything input into the Auth Code section.
Sounds like an issue in your setup. I can't reproduce the bug. You can check the log for any errors and the config (global.ini) via File > Show Settings folder in obs studio to see if the tokens are saved correctly. Otherwise you can also just downgrade to a previous version that worked for you.
 

lxhxxnxxx

New Member
Hi there, I'm setting up Tuna for the first time, my source would be my last.fm, and I'm on linux.
The title.txt and cover file seems to have correct information, so I'm assuming the connection between last.fm and Tuna was setup correctly.
But for some reason my Tuna source doesn't display anything, it's just black. Anything else I should check?
 

lxhxxnxxx

New Member
Hi there, I'm setting up Tuna for the first time, my source would be my last.fm, and I'm on linux.
The title.txt and cover file seems to have correct information, so I'm assuming the connection between last.fm and Tuna was setup correctly.
But for some reason my Tuna source doesn't display anything, it's just black. Anything else I should check?
Irrelevant now!
 

Lordacris

New Member
Hey everyone, I've managed to install the Tuna plugin to OBS and it appears to be writing the "Song Playholder" to the blank.txt file OK. However the MP4's and MKV's I'm playing in the VLC Video Source don't appear to be wiring their {file_name}? Can you use video files? These files don't have any meta data, can you target the name of the file?
 

Skillybelly

New Member
This what i get.
 

Attachments

  • Capture.PNG
    Capture.PNG
    18.3 KB · Views: 14

lxhxxnxxx

New Member
Back with another question. So I'm trying tamperscript + Tuna browser script.
Tuna settings is set to host/receive info via 1608, Song source is Web Browser. But when I try to request localhost:1608, it returns
{
"status": "playing"
}
Tried debugging the Tuna browser script. It looks like it was able to get the song info (from soundcloud just fine). This is console.log(data) (a sample)
{cover_url: 'https://i1.sndcdn.com/artworks-hkCnyKVYjfRxNoKN-IXAoHg-t500x500.jpg', title: 'Mộng Mơ - Masew x RedT (SONBEAT R&B Mix)', artists: Array(1), status: 'stopped', progress: 0, …}
album: null
album_url: "https://soundcloud.com/sonbeatmusic/mongmo"
artists: ['SONBEAT']
cover_url: "https://i1.sndcdn.com/artworks-hkCnyKVYjfRxNoKN-IXAoHg-t500x500.jpg"
duration: 163000
progress: 0
status: "stopped"
title: "Mộng Mơ - Masew x RedT (SONBEAT R&B Mix)"
[[Prototype]]: Object
It doesn't look like the Tuna browser script has any connection to the localhost server (I didn't see any error though, tried try/ catch already).

What else should I look for?
Tried the Spoiler part on the resource page but the video is quite short and didn't cover much.

Thank you.
 

lxhxxnxxx

New Member
Back with another question. So I'm trying tamperscript + Tuna browser script.
Tuna settings is set to host/receive info via 1608, Song source is Web Browser. But when I try to request localhost:1608, it returns
More info. From Network tab, Tuna script sends request just fine, no error, 200 response. But response from localhost:1608 doesn't change. If I understand it correctly, Tuna script sends info to 1608 local server, and Tuna plugin get info from 1608 and save it to txt, image file (as one of the options).
 

rhf1959

New Member
universallp submitted a new resource:

Tuna - Get music information from right within obs



Read more about this resource...
Hi,
I am rather new to OBS and found Tuna a good plugin to show title and artist on my videos. I setup OBS with VLC Video Source. I get everything to work for me fine except that the artist name and title show up as %t and %m. I entered the format strings under basic and set everything to VLC source.
It creates the text files with that content %t %m.
What am I forgetting?
Regards
 

univrsal

Active Member
Hi,
I am rather new to OBS and found Tuna a good plugin to show title and artist on my videos. I setup OBS with VLC Video Source. I get everything to work for me fine except that the artist name and title show up as %t and %m. I entered the format strings under basic and set everything to VLC source.
It creates the text files with that content %t %m.
What am I forgetting?
Regards
Can you take a screenshot of the window where you entered %t and %m?
 
Top