Sebastian Neubauer
Sebastian Neubauer
If the bot has access to TeamSpeak servers file storage (`files/virtualserver...`), you can also upload files using TeamSpeak.
You need to put the setting value into quotes: `!settings set events.onconnect "!xecute (!play https://streams.ilovemusic.de/iloveradio21.mp3) (!loop on) (!bot commander on)"`
Just tried it out and the bot starts playing after it connects. I just noticed that there is only a `!repeat` command, but no `!loop` command, so it should be...
Hi, there is no command that does exactly that, but it’s possible to get close with other commands. `!bot connect to ` connects a new bot to the given server....
`youtube-dl could not load the resource` This is a problem of YouTube and youtube-dl. Updating youtube-dl usually fixes those errors.
In general many commands are similar or identical to the server query api. The documentation for that is included in TeamSpeak server downloads. A useful and quite extensive resource is...
It is possible, the audiobot is definitely capable of playing sound. I guess doing something similar to the `!play` command is easiest to implement (look into `MainCommands.cs`). I don’t know...
From, the log, it looks like the server is not responding anymore. A `Trace` log should contain more info about which packets are sent and received and where it stops...
The bookkeeping has most information but it is not complete. Expanding it should be quite easy, it is declared in `Book.toml` and `MessagesToBook.toml` in this repo, so feel free to...
When would the cached value be updated? E.g. the `ClientCount` can quickly get outdated and fetching an outdated value can be surprising for someone who uses that api. I hope...