Commit Graph

230 Commits (c269bc971feb1fac2fc73445923aed1077d434cc)

Author SHA1 Message Date
Icedream 2dd995b2d7 Separate parameter name and value for "aout" parameter like we did with the others. 2015-10-16 19:41:21 +02:00
Icedream 9fa980d2bc Don't log JSON representation of the TeamSpeak3 queries. 2015-10-16 19:40:47 +02:00
Icedream a5dbbb631b Use youtube-dl to resolve URLs if possible.
First try --format=bestaudio, if that fails  try --format=best and if that fails as well, just pass the URL as-is to VLC. Very fault tolerant and silently ignores errors (except for letting it show up in the logs)...
2015-10-16 15:25:46 +02:00
Icedream 84797f6814 Replace .gitignore with a more complete copy. 2015-10-16 14:42:03 +02:00
Icedream 3457f7bb7c We should probably ACTUALLY upgrade to nodejs 4.x... 2015-10-16 14:15:35 +02:00
Icedream db5f76b4b6 Removed fail catcher in ts3bot service script.
"exec" essentially renders everything after the setuser call ineffective as it replaces the process completely.
2015-10-16 13:46:30 +02:00
Icedream 376b07fbd0 Added early development notice. 2015-10-16 13:36:01 +02:00
Icedream 8e79406f27 Fix example configuration formatting.
This formatting mistake is only visible on GitHub but not on Docker Hub.
2015-10-16 13:29:58 +02:00
Icedream b1f857fc47 Explain how to generate ts3server:// URLs for the configuration. 2015-10-16 13:19:53 +02:00
Icedream 13559d005b Clarified comment in Dockerfile regarding TS3 install hack. 2015-10-16 13:15:14 +02:00
Icedream 61969a3ff5 Clarified issue references in README.md. 2015-10-16 13:13:24 +02:00
Icedream 80f5b30fd8 "Show currently playing media metadata" added as planned feature.
See issue #7.
2015-10-16 13:12:11 +02:00
Icedream 341292da04 Merge branch 'master' into develop 2015-10-16 13:00:11 +02:00
Icedream 182a607bf4 Added a readme. 2015-10-16 12:59:15 +02:00
Icedream 8b9d02c68d Added a readme. 2015-10-16 12:56:26 +02:00
Icedream 9fcaa1fbc2 Fix the service run files so they're executable. 2015-10-16 11:19:28 +02:00
Icedream 978bdcfe98 Initial commit. 2015-10-16 11:08:26 +02:00
Icedream ab3e66ae8f How did that end up here!? 2015-10-16 10:37:19 +02:00
Icedream 44ba3b7526 Fixing TS3 query reconnection.
If the first connection to the query interface fails, the app didn't try to connect again afterwards because it assumed that the process has been aborted intentionally.
2015-10-16 10:25:19 +02:00
Icedream 19198f0dc4 Fixed news time calculation. 2015-10-16 10:11:38 +02:00
Icedream 2b1942f79c Here again. 2015-10-16 09:47:58 +02:00
Icedream 3624c69d70 log.fatal does - in fact - not exist. 2015-10-16 09:43:32 +02:00
Icedream 5cd0c0ee19 Asynchronous code at module startup never goes well with NodeJS. 2015-10-16 09:36:52 +02:00
Icedream fe293ace7c Oops! 2015-10-16 09:21:58 +02:00
Icedream be478ae504 Another small CPU save by turning off logging for (almost) everything TS3. 2015-10-16 08:23:37 +02:00
Icedream 47fa3e798c Try to hide news in GUI using time conditions.
Might save on a tiny little bit of CPU time... I guess?
2015-10-16 08:23:15 +02:00
Icedream 4b258b8ff4 Disable client query plugin as it's not used currently. 2015-10-16 08:22:34 +02:00
Icedream cb42c3afd2 Check for access to TeamSpeak3 binary on startup. 2015-10-16 08:22:20 +02:00
Icedream 6ed562e279 Try a synchronized shutdown when an uncaught exception occurs. 2015-10-16 08:21:55 +02:00
Icedream a0bded664a Initial commit.
- TS3Bot is able to play any link that VLC supports via the "play" command, just add any URI as an argument to that command.
- TS3Bot is able to stop the currently playing media via the "stop" command.
- TS3Bot is able to change its own nickname via the "changenick" command.
2015-10-15 17:40:20 +02:00