You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the settings there is some ominous on of switch labeld something like "enable connection -control spotube from another device" (translated back from german) that i can switch on but i dont know what it dose, before i know what it dose i switched it back to the off postion but it is not how i like an intuitive ui
Expected Behavior
some hint to the help me understand what interface is opened and how to use it, if it is just open for everybody or i have to whitelist devices on connect, also some port would be helpful in case i have a firewall
Steps to reproduce
open the app, go to settings scroll down,
Operating System
Android 13
Spotube version
v3.8.0 build 33 stable
Installation source
GitHub Releases (Binary)
Additional information
the ui is in general better looking then working, much testing has to be done on different display sizes and live devices with uptimes bigger then 7 days that run a lot of apps on that cupple of ram anandroid has ... sometimes i get some obscure sesion login error and have to kill the whole app using device settings menu (its a hazzle to find the app everytime in the list) to get it back to work, maybe just detect and relog souch states by your own using a little service health check/ control/restart thread...
Self grab
The text was updated successfully, but these errors were encountered:
I am also interested in this.
I would like to control Spotube remotely from a script, but I need to know how it works, how to connect to the server, and what API calls I should make.
If anyone can explain it to me, I will be very happy to read it.
Thanks!
Yeah I probably should write proper docs for it in the Wiki section.
But briefly, it's just a server running on 0.0.0.0:<random port> which discoverable via avahi(zeroconf) as _spotube.tcp type. It also shares 2 attributes id and deviceId
The app uses WebSockets at ws://0.0.0.0:port/ws endpoint to communicate bidirectionally.
Thank you! I managed to connect to Spotube server and did some tests.
After reading the code, I've understood the basics of how you designed the server.
So I'm available to write a draft for the wiki if you need help!
Is there an existing issue for this?
Current Behavior
in the settings there is some ominous on of switch labeld something like "enable connection -control spotube from another device" (translated back from german) that i can switch on but i dont know what it dose, before i know what it dose i switched it back to the off postion but it is not how i like an intuitive ui
Expected Behavior
some hint to the help me understand what interface is opened and how to use it, if it is just open for everybody or i have to whitelist devices on connect, also some port would be helpful in case i have a firewall
Steps to reproduce
open the app, go to settings scroll down,
Operating System
Android 13
Spotube version
v3.8.0 build 33 stable
Installation source
GitHub Releases (Binary)
Additional information
the ui is in general better looking then working, much testing has to be done on different display sizes and live devices with uptimes bigger then 7 days that run a lot of apps on that cupple of ram anandroid has ... sometimes i get some obscure sesion login error and have to kill the whole app using device settings menu (its a hazzle to find the app everytime in the list) to get it back to work, maybe just detect and relog souch states by your own using a little service health check/ control/restart thread...
Self grab
The text was updated successfully, but these errors were encountered: