Sebastian Neubauer

Results 69 comments of Sebastian Neubauer

> if you think the concept would cause too much confusion anyway, you could make a explicit extension method like `item.property.CachedOrRequest()` similar to `.FirstOrDefault()` That looks like a nice and...

The book is completely fine, it is meant to be a convenient interface for everything related to the server state. But there is a difference between things like channels and...

> would `FullClient.GetServerVariables()` also update the server book when executed through a plugin? Looking into [`MessagesToBook.toml`](https://github.com/ReSpeak/tsdeclarations/blob/master/MessagesToBook.toml), there is currently nothing that updates the optional data, so currently no. If this...

It will happen when someone implements it :) If somebody wants to do this, I’m happy to provide some help.

As a starting point, the settings are implemented in https://github.com/Splamy/TS3AudioBot/blob/develop/WebInterface/src/ts/Pages/BotSettings.vue Implementing the default channel should be similar to e.g. the channel password, so you can take that as a reference....

Hi, I’d say development has paused for the time being, it may resume at some point in the future. That said, bugs will still get fixed.

Yes, that will definitely take some time. I don’t know when this will happen.

Right, in the ts3audiobot.toml, set ```toml [events] onconnect = "!play 'link'" ```

Playlists are supported though the `!list …` commands: https://github.com/Splamy/TS3AudioBot/wiki/Playlists I think you should be able to do `!list import mylist /path/to/list.m3u` and `!list play mylist`.

Can you paste the relevant part from the log file please? There should probably be an exception there (note that the log file contains stacktraces while the console output does...