Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
659 stars 134 forks source link

About omitting the local music path #1042

Closed ctt-t closed 8 months ago

ctt-t commented 9 months ago

I added some music locally, but if I chat with the bot to change the song needs to be sent! Play C: / Users/Administrator/Desktop/music /. Mp3, is there can omit the path way

Flakebi commented 8 months ago

You can change that via a command: !settings global set factories.media.path C:/Users/Administrator/Desktop/music

Or in the ts3audiobot.toml in this paragraph:

[factories]
#The default path to look for local resources.
media = { path = "C:/Users/Administrator/Desktop/music" }
ctt-t commented 8 months ago

thank you