TS3AudioBot
TS3AudioBot copied to clipboard
Add Webinterface
TODO:
- [ ] Add command to get a website link
- [ ] Create a link somewhere which automatically add the current user token
https://test.de/?token=sadfasdf:asssdfg
The webinterface is broken currently. You should set it to False and wait for Splamy to update this issue when it's working again.
how can upload music from my computer to bot?
Add it to some folder on the same machine as your bot.
I can Add a music from my computer to the playlist with command cod? or can use the web interface?
!list get <folder>
!list save <name>
The bot currently provides no functions to upload music files. If you want to upload something you will need access to your vps with ssh, ftp or similar. You can set the setting MediaFactory::DefaultPath to a dedicated path where you put your music. This way you can play songs which are inside this folder just with !play song.mp3 instead of !play full/path/to/song.mp3
If the bot has access to TeamSpeak servers file storage (files/virtualserver...), you can also upload files using TeamSpeak.
Good idea tbh with a small implementation it would also work if the bot doesnt have access to the server fs
If anybody don't have access to vps can use FileZilla (FTP) or a online file manager
how can use cmd to play a folder from a host for example
!play http://nicehost.com/filemanager/musicfolder
but don't work on folder just most be file.mp3
or
!list get http://nicehost.com/heloo/musicfolder
Error: Unknown playlist type. Please use '!list from
Maybe try !help list from
I can upload my mp3 file on a host server and give url to play a folder?
Unfortunately that wont work since the bot cannot see how the network folder is structured. You could either upload a m3u playlist file containing all absolute links, or mount a network folder locally if you work on linux
The bot could use wget to scrape all subfolders for media links :D