From 4e42c6d821dc6ce877607ff80ebc24c0d3bcc132 Mon Sep 17 00:00:00 2001 From: icedream Date: Wed, 21 Oct 2015 16:51:52 +0200 Subject: [PATCH] Updated README.md. Added new commands and features. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53eb3ff..e5cfa04 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,21 @@ This is the Docker image that contains everything necessary to run Icedream's TS ## Supported features -- Thanks to youtube-dl support for YouTube, SoundCloud, hundreds of other video portals and direct livestreams +- Thanks to youtube-dl support for YouTube, SoundCloud, hundreds of other media portals and direct livestreams +- Change the volume on the bot on the fly +- Playlisting system (you can currently enqueue tracks so they're played one by one or even skip currently playing tracks) - Takes commands from both channel and private messages - Can change nickname on the fly ## Supported commands +- `changenick ` - Changes the bot's nickname +- `enqueue ` or `add ` or `append ` - Adds a URL to the playlist +- `pause` - Pause playback of the current track +- `play` - Resumes playback of the current track if it was paused - `play ` - Plays a URL - `stop` - Stops playback -- `changenick ` - Changes the bot's nickname +- `vol ` - Changes the playback volume, value can be between 0 (for 0%) and 1024 (for 400%). Default at startup is 128 (50%). ## How to run this?