• 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
playlist_edit.c 10.1 KB