diff options
author | Florrie <towerofnix@gmail.com> | 2018-01-24 17:19:20 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-01-24 17:19:20 -0400 |
commit | 2ec0349909be5c8cca63008f18603555493b95d9 (patch) | |
tree | 2278fa2c567def1a3cba73d64b3a295277b77c45 /man | |
parent | 8b26455db6af055b0ed09d8494a62e5d99f04975 (diff) |
Add --playlist-string alias, update man page
Diffstat (limited to 'man')
-rw-r--r-- | man/http-music-play.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/http-music-play.1 b/man/http-music-play.1 index 9c6b927..7c77c5b 100644 --- a/man/http-music-play.1 +++ b/man/http-music-play.1 @@ -151,6 +151,11 @@ Opens a specific file to be used as the playlist file. 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 \-\-open\-playlist\-string ", " \-\-playlist\-string " \fIplaylistString\fR" +Loads a playlist directly from the passed string, which should be the JSON text of a playlist. +(This sets the source playlist.) + +.TP .BR \-p ", " \-\-play Forces the playlist to actually play, regardless of options such as \fB\-\-list\fR. See also \fB\-\-no\-play\fR. |