German version below / Deutsche Version unten
Check the Updates-Tab for the latest changes.
Thank you very much for participating in this beta test. Should you encounter any bugs, feel free to post a detailed bug-report in the forum.
Scripts
Scripts can be added by copying them to the scripts-subfolder.
Check out the Documentation and Scripting Engine Documentation for details about using and writing scripts.
Upgrading
To upgrade, just extract the archive and overwrite the old files with the new ones.
Please adjust to your own paths.
--------------------------------
GERMAN
Vielen Dank für die Teilnahme am Beta-Programm. Falls dir irgendwelche Bugs auffallen oder du Wünsche oder Kritik äußern willst, nutze bitte das Forum dafür.
Scripts
Neue Scripts können hinzugefügt werden, indem man sie in den scripts-Ordner kopiert.
Weitere Informationen zu Scripts sind im der Dokumentation (eng) und Scripting Engine Dokumentation zu finden.
Upgrade
Um den Bot zu aktualisieren müssen lediglich das Archiv entpackt und die alten Dateiversionen überschrieben werden.
Bitte an die eigenen Pfade anpassen.
Check the Updates-Tab for the latest changes.
Thank you very much for participating in this beta test. Should you encounter any bugs, feel free to post a detailed bug-report in the forum.
Scripts
Scripts can be added by copying them to the scripts-subfolder.
Check out the Documentation and Scripting Engine Documentation for details about using and writing scripts.
Upgrading
To upgrade, just extract the archive and overwrite the old files with the new ones.
Bash:
# stop the sinusbot (for example: service sinusbot stop)
# go to the installation folder
cd /opt/sinusbot
# download the latest stable version
curl -O https://www.sinusbot.com/pre/sinusbot-1.0.0-beta.5-b262b6a.tar.bz2
# unpack it
tar -xjvf sinusbot-1.0.0-beta.5-b262b6a.tar.bz2
# copy the plugin
cp plugin/libsoundbot_plugin.so TeamSpeak3-Client-linux_amd64/plugins/
# or, if you've used the sinusbot installer:
cp plugin/libsoundbot_plugin.so teamspeak3-client/plugins/
# start the sinusbot again (for example: service sinusbot restart)
--------------------------------
GERMAN
Vielen Dank für die Teilnahme am Beta-Programm. Falls dir irgendwelche Bugs auffallen oder du Wünsche oder Kritik äußern willst, nutze bitte das Forum dafür.
Scripts
Neue Scripts können hinzugefügt werden, indem man sie in den scripts-Ordner kopiert.
Weitere Informationen zu Scripts sind im der Dokumentation (eng) und Scripting Engine Dokumentation zu finden.
Upgrade
Um den Bot zu aktualisieren müssen lediglich das Archiv entpackt und die alten Dateiversionen überschrieben werden.
Bash:
# sinusbot stoppen (z.B.: service sinusbot stop)
# in den Installationsordner wechseln
cd /opt/sinusbot
# neueste stable version runterladen
curl -O https://www.sinusbot.com/pre/sinusbot-1.0.0-beta.5-b262b6a.tar.bz2
# entpacken
tar -xjvf sinusbot-1.0.0-beta.5-b262b6a.tar.bz2
# plugin kopieren
cp plugin/libsoundbot_plugin.so TeamSpeak3-Client-linux_amd64/plugins/
# oder, falls du den sinusbot installer benutzt hast folgendermaßen:
cp plugin/libsoundbot_plugin.so teamspeak3-client/plugins/
# sinusbot starten (z.B.: service sinusbot restart)