File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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;;
You can’t perform that action at this time.
0 commit comments