From 9c50a9c2ce83667b5311ca5f0036f6006b97d3e7 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 1 Jun 2012 02:04:52 +0200 Subject: [PATCH] added README --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..eb4a4ae --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +mpdhero transforms your mpd playlist, for example by shuffling album-wise or +adding random songs. It requires ruby 1.8. mpdhero --help prints a full list +of options: + +Usage: mpdhero [options] + --version display version + -v, --[no-]verbose print information about what is happening + -q, --[no-]quiet supress warnings + -R, --[no-]more-randomness add more randomness in some operations + -a, --shuffle-albums shuffle the playlist but keep albums intact + -k, --shuffle-chunks shuffle 20-minute chunks of albums + -A, --shuffle-artists shuffle the playlist but keep artists intact + -b, --add-random-album [PATH] adds a random album + -d, --add-random-song [PATH] adds a random song + -n, --number n specifies a number + -l, --log [n] delay the addition of songs by log n (x) minutes + -P, --play start playing + -C, --clear clear playlist before doing anything + -c, --[no-]current-first put current playling song/album first, when shuffling + -h, --host IP the mpd server, defaults to MPD_HOST || localhost + -p, --port PORT the mpd server port, defaults to MPD_PORT || 6600 + -r, --remove-current removes the current entry/entries if something is added -- 2.11.4.GIT