Skip to content

Instantly share code, notes, and snippets.

@Bluscream
Last active May 1, 2017 02:22
Show Gist options
  • Select an option

  • Save Bluscream/4ebd704cbc4389ab9cbbe8a644fcc1ff to your computer and use it in GitHub Desktop.

Select an option

Save Bluscream/4ebd704cbc4389ab9cbbe8a644fcc1ff to your computer and use it in GitHub Desktop.
TS3AudioBot scripts
sudo git pull origin develop
mono nuget.exe restore
xbuild /p:Configuration=Release /p:Platform=x86 TS3AudioBot.sln
wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-32bit-static.tar.xz
tar -vxf ffmpeg-git-32bit-static.tar.xz
cp ffmpeg-git-20170417-32bit-static/ffmpeg TS3AudioBot/bin/Release/
./link.sh mtG/ILoveRadio
./link.sh mtG/ILoveYou
./link.sh mtG/ILoveMashup
./link.sh mtG/HouseTime
./link.sh mtG/TechnoBase
ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg ILoveRadio/
ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg ILoveYou/
ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg ILoveMashup/
ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg TechnoBase/
ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg HouseTime/
ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/BouncyCastle.Crypto.dll $1
ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/HtmlAgilityPack.dll $1
ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/TS3AudioBot.exe $1
ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/TS3Client.dll $1
ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/ffmpeg $1
ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/LiteDB.dll $1
#screen -q -D -RR -S mtG_ILoveRadio "cd /opt/TS3AudioBot/mtG/ILoveRadio;mono TS3AudioBot.exe -q"
cd /opt/TS3AudioBot/mtG/ILoveRadio/;mono TS3AudioBot.exe -q -L & disown
sleep 1
cd /opt/TS3AudioBot/mtG/ILoveYou/;mono TS3AudioBot.exe -q -L & disown
sleep 1
cd /opt/TS3AudioBot/mtG/ILoveMashup/;mono TS3AudioBot.exe -q -L & disown
sleep 1
cd /opt/TS3AudioBot/mtG/TechnoBase/;mono TS3AudioBot.exe -q -L & disown
sleep 1
cd /opt/TS3AudioBot/mtG/HouseTime/;mono TS3AudioBot.exe -q -L & disown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment