• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. vincolus

    TS3 SyncWatch - major bugfixes

    + adjustable sync interval through slideout input field (saved in local storage) + toggle messages button + better accessible "toggle sync"-button - player height calculation fixed & improved - minor UI fixes - minor lifecycle improvment - !yt titles can be directly streamed now (yt-sync will...
  2. vincolus

    Sinusbot API play youtube url

    Hallo zusammen, wie genau kann ich mittels web-api eine youtube-url abspielen lassen, ohne dass der titel heruntergeladen wird. Also einen direkten Stream aufmachen. Ich habe in die API gesehen und bin auf folgendes gestoßen: https://www.sinusbot.com/api/#api-Playback-playUrl Ich habe versucht...
  3. vincolus

    TS3 SyncWatch - Webstream Update

    DE: Webstreaming wird nun aktiviert, sofern ein Titel nicht mit youtube-dl heruntergeladen wurde. Der Fallback klappt nur, falls webstreaming zuvor in der Sinusbot-Server-Config aktiviert wurde. EN: Fallback to Webstream is now enabled if a title has not been downloaded from youtube or via...
  4. vincolus

    Script Webinterface: Server-Side Templating Language integration (e.g. FTL, VM, JSP)

    Hi Flyth. Meintest du damit 2017 oder schon 2018? ;) Sorry, falls du es released hast, habe ich es nicht mitbekommen. LG
  5. vincolus

    Script Webinterface: Server-Side Templating Language integration (e.g. FTL, VM, JSP)

    Hi flyth und danke. Ist das Feature mittlerweile in den offiziellen Linux und Windows Releases untergebracht? LG
  6. vincolus

    Script Webinterface: Server-Side Templating Language integration (e.g. FTL, VM, JSP)

    Sehr cool :cool: Danke für die ausführliche Antwort! Das sollte für meine Zwecke ausreichen ;) Dann warte ich mal die nächste Version ab.
  7. vincolus

    Script Webinterface: Server-Side Templating Language integration (e.g. FTL, VM, JSP)

    Hallo zusammen! Wie übertrage ich Werte aus den Script Settings (Configuration) an das Webinterface, ohne einen Token mit EDITBOT-Berechtigung an den Client übergeben zu müssen? Gibt es überhaupt einen nativen Weg, dies zu tun? Einen anderer Weg fällt mir noch ein: die Bot-Instanz selbst kann...
  8. vincolus

    TS3 SyncWatch - Major UI update + bug fixes

    The UI has greatly been improved and login aswell as instance selection are possible via webinterface now.
  9. vincolus

    TS3 SyncWatch - added new command

    you can now call !swc to issue the link to everyone in the channel
  10. vincolus

    TS3 SyncWatch - Major Update

    - added login possibility (without authenticating via teamspeak first) - added Instance selection - changed from zurb foundation to bootstrap 4 - corrected layouts - finally made use of templating engine (mustache) - refactored a whole lot
  11. vincolus

    TS3 SyncWatch - minor fixes

    minor fixes to the UI, removed non-functioning parts
  12. vincolus

    TS3 SyncWatch - bugfixes

    fixed a bug concerning the UI + autoSync functionality disabled youtube-search-bar by default as it has no function yet
  13. vincolus

    TS3 SyncWatch - Controls update

    You can now control the bot via some basic controls. You can also search the bots' contents and select a file to play. Error handling has been improved, as well as messages and general UI
  14. vincolus

    TS3 SyncWatch - Obtaining Token automatically

    The script is now obtaining the token automatically each time the command !sw is issued. Previously the token was invalidated after a few hours and users had to reload the script using !swr to reobtain the token.
  15. vincolus

    TS3 SyncWatch - improved performance and optics a bit

    - hide messages if sync disabled - fixed player initial size (less flickering) - added sync icon + animation - improved text messages - improved error handling
  16. vincolus

    TS3 SyncWatch - webapp url bugfix

    the script did output localhost url only. this is now fixed.
  17. vincolus

    EN How to http request script?

    That's good to know. Thanks for pointing it out! I edited my first answer. Is setting content-length really required when also defining maxSize?
  18. vincolus

    EN How to http request script?

    I am posting this here so it does not get lost in case links expire: sinusbot.http({ method: 'POST', url: 'http://127.0.0.1:8087/api/v1/bot/login', timeout: 6000, maxSize: 1024*1024*5, headers: { "Content-Type": "application/json"...
  19. vincolus

    TS3 SyncWatch - Changed auth mechanism

    i made a major change in authentication; you no longer need to provide the token yourself. the script does it for you. but, you will need to provide a user login and password via config so the script can claim the token itself. my advise: create an extra user just for the purpose with...
  20. vincolus

    EN How to use the HTTP API in an script?

    Example Scenario: I need to log in and retreive the token, which I then pass from my script to my webinterface via url parameters. Because I will need the token for most requests. Does this make sense or is there an easier way?
Back
Top Bottom