• 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.

Recent content by valux

  1. V

    New "Youtube-DL" (yt-dlp)

    Okay, can you provide the following info for me to help you: How did you install sinusbot? (Is it a localhost or Docker Installation) Where is your config? (/opt/sinusbot/config.ini)? Did you install yt-dlp as stated above? (If not, how did you do it?)
  2. V

    EN what is the 'yt-stream' equivalent in api calls?

    Hey there, I have written some code for operating sinusbot from within homeassistant. I am already successful in controling playback and playing urls or track-ids. But last but not least I wanted to implement playing an url with the use of youtube-dl / yt-dlp. The API docs include a "plugin"...
  3. V

    New "Youtube-DL" (yt-dlp)

    Let me try to recap what I did.. If you have dockerized sinusbot, you need to enter the container first: sudo docker exec -it <sinusbot-container-name> bash If not, you can continue right away.. To install, 1. I downloaded the yt-dlp binary and exported it to /usr/local/bin/: (inside the...
Top