• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Teaspeak music bot release

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hello my TeaSpeakers,
today I want to introduce you to one of my favorite updates!
Most of you will say that I already announced that, but for everyone who still does not know what i am talking about :
The built-in Teaspeak music bot system.

What can I do with this new system?
Pretty much everything what you want and what you expect from a music bot system.
Basically you could say it's just playing music, but it's much more.
Because of the integrated system, the Teaspeak music bot has a lot more advantages against all other existing music bot systems. For more details see the advantages section.
At last but not least I have to say, cause the music bot system is still under development you're currently restricted to websites which youtube-dl supports (e.g. Youtube.com, MyVideo.tv,... Full list at https://rg3.github.io/youtube-dl/supportedsites.html)
But I surely will implement a streaming support as well really soon. (Done in 1.0.23b)

What are the advantages?
- You can easily play sound through Tea*Speak, and share your favorite music with your friends

Advantages against usual music bots :
- Cause the ingrained system you don't lose your server power to a remote client which has to been updated an keept connected
- You don't have that much bandwidth usage. A general music bot has to connect to you server and has to send the music to you, than you could relay it. The Teaspeak music system just plays the music.
- Much more efficient. The Teaspeak music bot system just plays the music when is really required and somebody is listening to. If nobody is listen to the music Teaspeak does not play it.
- No information restriction. Teaspeak music bots are not bind on query or client events. The could have the same information as the server. This cause a lot more and even faster external futures e.g. a client follow system
- The Teaspeak music bot system provides an open source music playback system (https://github.com/TeaSpeak/TeaMusic-Providers)

System requirements
For the Teaspeak music add on don't requires some extra stuff. But if you would replay YouTube you have to install Youtube-dl. Cause the reason that the bot currently only replays yt videos the requirement of the Youtube-dl is necessary

How to use:
Just use the command .help in your current channel's chat.
 
Last edited by a moderator:

Dimac

New member
Hello, if i try to play a youtube video i get this error:
Code:
"Music Manager": Queueing video https://www.youtube.com/watch?v=hHT_hEuTtxg
"Music Manager": Could not resolve YouTube provider!
What im doing wrong? :eek:
 

kovakovi2000

New member
Hi.
I also don't know how to use YouTube-dl for this. Can u do a tutorial?

I can't find out where i can find there how to use YouTube-dl. I don't know also "how to" or "for what" this commands: formats, player.
Code:
<18:24:24> "Music Manager": Available music bot commands: (green = permission granted | red = insufficient permissions)
  .mbot list [<server|channel>]
  .mbot select <id>
  .mbot formats
  .mbot create
  .mbot info
  .mbot rename
  .mbot delete
  .mbot yt <video url>
  .mbot stream <stream url> (For supported protocols|formats see '.mbot formats')
  .mbot player <provider> <data>
  .mbot play
  .mbot volume <0-100>
  .mbot forward <seconds>
  .mbot rewind <seconds>
  .mbot pause
  .mbot stop
  .mbot next
  .mbot queue
This innovation can be the best, but i think no one can use it.
I hope u can help us out! Thx for everything. Be right.
 

Herbalist

Active member
The music bot is working and is very easy to setup and use, im using it on my server if you need any help you can pm me with your server ip or some way to contact you and i can help you on my free time.
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
does't workcommand stream on url
And YT
.mbot yt ////..youtube.com/watch?v=dB0gx02BJuw


Got an error while trying to load next song: Could not resolve 'YouTube' provider!
Do you have youtube-dl installed ? ;)

.mbot yt youtube.com/watch?v=dB0gx02BJuw works fine here! ;)
 
D

Deleted member 782

Guest
How do I install youtube-dl without the apt package?
 

Sporesirius

Well-known member
You can simply download it:
Code:
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
 
D

Deleted member 782

Guest
You can simply download it:
Code:
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
Yeah, but it doesn't work.
 

Vafin

TeaFanatic
bot does't play


input commands:
.mbot list
.mbot select 944
.mbot stream https://zaycevfm.cdnvideo.ru/ZaycevFM_pop_256.mp3

output:
<23:44:59> "Music Manager": There are 1 music bots in this channel:
<23:44:59> "Music Manager": - 944 | E-Bot
<23:45:07> "Music Manager": You successfully select the bot 944 | E-Bot
<23:45:11> "E-Bot": Queueing stream https://zaycevfm.cdnvideo.ru/ZaycevFM_pop_256.mp3
<23:45:11> "E-Bot": Could not resolve FFMpeg provider!
<23:45:18> "E-Bot": Queueing stream https://zaycevfm.cdnvideo.ru/ZaycevFM_pop_256.mp3
<23:45:18> "E-Bot": Could not resolve FFMpeg provider!

So what's the problem?
1) Install ffmpeg on your VDS.
apt-get install ffmpeg

2)Restart vds
 

Sparky

Active member
I don't thing there is a directory where the musics are keepen. It dwn the music and delete the file after that the music is over if I'm not rong
 
Last edited: