Bootstrap Framework 3.3.6

Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more...

If you need help, post your question here.
To relieve the developers a bit, other user can help here too.
By MrMallenby
#8989
I currently have around 180Gb of music on my second hard drive and i would like the bot to pull music from the folders inside there, is this possible?
User avatar
By Crypto90
Posts Custom Custom Avatar
#9003
I currently work on the windows version, I will add a function to change the folders in the launcher.

Can you try to create a link to the folder and call it music and place that link where the music folder of the bot was located?
User avatar
By Crypto90
Posts Custom Custom Avatar
#9004
If this does not work, try to create a symbolic link of your filled music folder and place that link inside the normal music folder of the bot.
Lets see if we get indexed the content this way.
User avatar
By Crypto90
Posts Custom Custom Avatar
#9672
Inside the TS3MusicBotFolder/system/bin/ there is a file called "console.bat".
Execute this, this will open a command prompt.

Next CD into the Bot folder:
Code: Select all
cd /home/TS3MusicBot_1/
There we will remove the default music folder:
Code: Select all
rm -R music
And for the last step, we going to create a symbolic link to any folder you would like to set which contains your music, in this example the music folder would be located in "C:\music":
Code: Select all
ln -s /cygdrive/c/music /home/TS3MusicBot_1/music
Now the music "folder" (symbolic link) points to a directory outside to the main windows system.

You can close the console now, and start TS3MusicBot_1 normally like before.
youtube

Schauen wir uns an.

Der Vollständigkeit halber antworte ich hierz[…]

If nothing from above solves your issue, I can con[…]

Web UI not responding to browser

I tried public IP, LAN IP, and letting it bind to […]

Swap-in out addons, use only what you really need!