• Jeffrey Middleton's avatar
    queue/playlist/command: move range · 13208bf5
    Jeffrey Middleton authored
    The move command now accepts a range for the first argument, in the same
    form as other range commands, e.g. move 15:17 3.  The first song in the
    range is placed at the destination position. Note that as with other
    range commands, the range is inclusive on the left only; this example
    would move only songs 15 and 16, not 17.
    
    [mk: fixed signed/unsigned warnings; use G_MAXUINT instead of
    UINT_MAX]
    13208bf5
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...