descriptionnone
ownerhut@lepus.uberspace.de
last changeFri, 1 Jun 2012 00:04:52 +0000 (1 02:04 +0200)
content tags
add:
README
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
shortlog
2012-06-01 hutadded READMEmaster
2012-05-31 hutuse mpc idle
2010-09-16 hutmpdnext: little fix
2010-08-23 hutuhm...git-added the files
2009-06-23 huta mpd lib. certainly better than `mpc ...` :)
heads
11 years ago master