Docker image that contains everything necessary to run TS3Bot almost out of the box.
 
 
Go to file
Carl Kittelberger 034d12df07 Merge pull request #20 from icedream/impl/webchimera
Use LibVLC via WebChimera.js instead of VLC through its HTTP API.

This closes #17 and fixes #10, finishes two tasks of #2 and actually solves a few additional issues like:

- Not being able to resume playback from a stopped playlist.
- Unclear and buggy definition of volume range.
- Bot just showing "playing next playlist entry" instead of actually showing the title of the next playlist entry.
- Missing "previous" command to go to previous playlist entry.
- Missing "loop" command to loop the playlist. (Now exists in form of "loop on"/"loop off")
- Missing "stop-after" command to stop playback after current track ends.
- A small bug in ts3query.iced that didn't escape line breaks. (Was in use here for "playlist"/"list" commands which got removed in the process.)

Known issues:
- Starting with an empty playlist, adding an entry and then typing "next" will automatically play the first entry. This is not really a bug or even an issue but definitely unexpected behavior that is coming from VLC.
2015-10-28 00:23:55 +01:00
services We're now completely getting rid of vlc-api. 2015-10-27 01:14:55 +01:00
.gitignore Replace .gitignore with a more complete copy. 2015-10-16 14:42:03 +02:00
app.iced Completely remove handler for vlc.onEndReached. 2015-10-28 00:21:54 +01:00
app.js log.fatal does - in fact - not exist. 2015-10-16 09:43:32 +02:00
config.iced Initial commit. 2015-10-15 17:40:20 +02:00
logger.iced Initial commit. 2015-10-15 17:40:20 +02:00
package.json We're now completely getting rid of vlc-api. 2015-10-27 01:14:55 +01:00
require_bin.iced Initial commit. 2015-10-15 17:40:20 +02:00
service_depcomparer.iced Initial commit. 2015-10-15 17:40:20 +02:00
service_template.iced Initial commit. 2015-10-15 17:40:20 +02:00
services.iced Remove the HTTP API server and do everything directly. 2015-10-21 14:19:56 +02:00
sugar_property.iced Initial commit. 2015-10-15 17:40:20 +02:00
ts3query.iced Fix line breaks and tabs not being properly escaped in ts3query.iced. 2015-10-27 23:38:14 +01:00
ts3settings.iced I'm on a roll with this today. 2015-10-24 11:28:44 +02:00
x11.iced Initial commit. 2015-10-15 17:40:20 +02:00