univrsal / tuna

Song information plugin for obs-studio
GNU General Public License v2.0
705 stars 57 forks source link

Web Browser Source not working #108

Closed Israax closed 3 years ago

Israax commented 3 years ago

I'm trying to use tuna to display sound cloud info. I have tampermonkey and the script installed, and the script is running (sorry for french) : image

My tuna settings are as follow : image but no soung info is showing on the text files.

And I also have this weird issue when adding song info outputs : image

(sorry if I'm doing this request very wrong but I cannot find a solution)

univrsal commented 3 years ago

enter localhost:1609 and post what it says (if it's complaining about an insecure connection you can ignore that)

Israax commented 3 years ago

{ "status": "unknown" }

univrsal commented 3 years ago

Change the port to 1608. The script uses 1608 and needs to be edited if you want to use a different port.

Israax commented 3 years ago

I got the same thing : image

Israax commented 3 years ago

image

Israax commented 3 years ago

I dont know if it helps but it doesn't work on spotify webplayer as well

univrsal commented 3 years ago

Spotify broke apparently, but soundcloud works. The last thing you can do is open the developers tool (F12) and look at the console

Israax commented 3 years ago

Ok I searched for a bit, it was my adblockers who were the culprite. Still not working on spotify though

univrsal commented 3 years ago

Yeah that one's broken, but for spotify you should just use the spotify source in the plugin.

Israax commented 3 years ago

thanks a lot for the help, and thanks for creating this amazing plugin !

jadelabe commented 3 years ago

Is there any plan on fixing the spotify web source?, I managed to get some info on the server by adding the uuid at the end of the query for progress and duration, The script is no longer throwing any errors, but im only seeing this

{ "status": "playing", "title": "I'm Still Standing" }

univrsal commented 3 years ago

You should use the native spotify source as it's more reliable