diff options
author | liam4 <towerofnix@gmail.com> | 2017-07-18 18:25:18 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-07-18 18:25:18 -0300 |
commit | 9d278d956cd1503fbba597c4a84e4b032c83705f (patch) | |
tree | 7497c4c7bf1c16ea442da3b4534cd55c19c18989 /man | |
parent | 398fed8425f264bec1d2dcfc10d0831e209a8184 (diff) |
New option --write-playlist (alias --save) which writes active playlist to a file; updated man page
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music.1 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/man/http-music.1 b/man/http-music.1 index fbc28c9..693cb4d 100644 --- a/man/http-music.1 +++ b/man/http-music.1 @@ -93,10 +93,10 @@ Forces the playlist not to play. See also \fB\-\-play\fR. .TP -.BR \-o ", " \-\-open " \fIplaylistFile\fR" +.BR \-o ", " \-\-open\-playlist ", " \-\-open " \fIplaylistFile\fR" Opens a specific file to be used as the playlist file. (This sets the source playlist.) -The default playlist file used upon loading is playlist.json (in the same directory as \fBhttp-music\fR is being run in). +The default playlist file used upon loading is \fBplaylist.json\fR (in the same directory as \fBhttp-music\fR is being run in). .TP .BR \-\-picker ", " \-\-selector " \fIpickerType\fR" @@ -110,15 +110,20 @@ Forces the playlist to actually play, regardless of options such as \fB\-\-list\ .TP .BR \-\-play\-opts Sets command line options passed to the \fBplay\fR command. -For example, playback volume may be set to 30% by using \fB\-\-play\-opts '\-v 0.3'\fR. +For example, playback volume may be set to 30% by using \fB\-\-play\-opts '\-\-volume 30'\fR. + +.TP +.BR \-\-print\-playlist ", " \-\-log-playlist ", " \-\-json +Prints the JSON representation of the active playlist to the console. .TP .BR \-r ", " \-\-remove ", " \-x " \fIgroupPath\fR" Removes a group from the (active) playlist. .TP -.BR \-\-debug\-list -Prints the JSON representation of the (active) playlist. +.BR \-w ", " \-\-write\-playlist ", " \-\-write ", " \-\-save " \fIfilePath\fR" +Writes the active playlist to a file. +This file can later be used with \fB\-\-open\fR; you won't need to stick in all the filtering options again. |