Skip to content

Commit 2415e6f

Browse files
committed
mpvc: Update
1 parent cdac304 commit 2415e6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mpvc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Usage: $PROGNAME [-S "socket"] [-a "filenames"] [-o "path"] [-f "format string"]
1919
-P | --play : Always start playback.
2020
-f | --format : Enter a formatting string.
2121
-a | --add : Add files to playlist from given path (see --load for stdin).
22+
-A | --playnext : Add files to playlist after the current track.
2223
-i | --playlist : Print filenames of tracks to fit within terminal.
2324
-I | --fullplaylist : Print all filenames of tracks in current playlist.
2425
-o | --save : Save current playlist to given path.
@@ -803,8 +804,8 @@ main() {
803804
--autosave|autosave) shift; mpvc_autosave_playlist "$1"; ;;
804805
--autoload|autoload) shift; mpvc_autoload_playlist "$1"; ;;
805806
--lsplaylists|lsplaylists) shift; mpvc_lsplaylists "$1"; QUIETFLAG=true;;
806-
--dblist|dblist) shift; mpvc_dblist; return ;;
807-
--dbinit|dbinit) shift; mpvc_dbinit; return ;;
807+
--dblist|dblist) shift; mpvc_dblist; return ;;
808+
--dbinit|dbinit) shift; mpvc_dbinit; return ;;
808809
--cycle|cycle) shift; mpvc_cmd cycle "$@"; QUIETFLAG=true;;
809810
--set|set|s) shift; mpvc_cmd set_property "$@"; return;;
810811
--get|get|g) shift; mpvc_cmd get_property "$1"; QUIETFLAG=true;;

0 commit comments

Comments
 (0)