Skip to content

A custom client to enhance the experience with Splamy's TS3AudioBot.

License

Notifications You must be signed in to change notification settings

kevingroeger/TS3AudioBot-Client

Repository files navigation

TS3AudioBot-Client

Note:

Currently I can not find the time to keep working on this project, but feel free to contribute.

Features

TS3AudioBot-Client is a lightweight clientside application for Windows and MacOS that aims to enhance the experience of Splamy's TS3AudioBot. It is meant as an alternative to the built-in WebInterface.

It offers a built in youtube search, some built-in radio stations and the addition of a top list.

gif

The app is written with reactjs, redux-toolkit and electronjs. Also it makes use of the awesome npm package yt-search.

Download

Current stable version: 1.0.2

Windows

MacOS

Quick Start

  • Download and execute the app and make sure the api of your TS3AudioBot Instance is running.

  • Enter the server address / IP of your server into the Base Url input field.

  • Save the configuration and click the small download button on the right of the Bot Config.

(The following can be optional depending on your rights management)

  • Message a TS3AudioBot instance !api key in a private chat.

  • Paste the output into the API key input and save the configuration.

Overview

Serverside setup

Back to Overview

Make sure that your webserver is running, your ts3audiobot.toml should include the following code:

[web]
hosts = ["*"]
port = 58913

[web.api]
enabled = true

More information on this can be found here.

Configuration

Back to Overview

On first start, you need to configure your app.

Base Url

Enter the full Url to your server here. It should have the following format: http(s)://<server>:<port> without closing slash.

Eg. it could be one of the following:

http://localhost:56913
https://example.com:58913
http://116.203.238.192:58913

It is highly recommended to hit the save-button after entering or changing your url.

Bot Config

Before entering any Bot Config, make sure you have successfully saved the correct Base Url.

After you've done that you can just press the download button on the right and your config will be automatically set.

If this does not work, you either entered the wrong Base Url, can't establish a connection to the server or you don't have any bots running.

This option can be customized. If you want to rename your bots you can just do it. Just make sure to not break the format or change the ids. Keep in mind that this will only change the name that is viewed to your client, not the name of the bot itself. Eg.

[{"name":"TS3AudioBot","id":0},{"name":"<MyCustomName>","id":1}]

After you've successfully entered correct values, for each bot a new tab will appear on your window.

API Key

Altough it is not recommended; if you don't want to use api keys, you can edit your rights.toml to the following:

"+" = "*"

If you want to use api keys, just open a private chat to any bot on your TeamSpeak3 server, use the command !api key and paste the output into the api key field.

Make sure to save your configuration.

Known issues and bugs

If you find a bug that is not listed here, please submit it as an Issue.

Known issues:

  • When changing the current song, it isn't immedietly shown

Customizing the app

Back to Overview

If you want to learn about customizing the app to your needs, go to the wiki

License

Back to Overview

MIT License, tl;dr

Copyright 2020 Kevin Gröger

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A custom client to enhance the experience with Splamy's TS3AudioBot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published