diff options
author | Florrie <towerofnix@gmail.com> | 2018-02-12 19:45:52 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-02-12 19:45:52 -0400 |
commit | e249bda854212d9ba29015b0c895b72aa2ee3cad (patch) | |
tree | 8e092cc2329c8b0c7eaa2def041df4987b86f342 /man | |
parent | fe65f1777f130ec9d61c5ce06532a551b5dcc899 (diff) |
Add --track-display-file option for meme OBS livestreams
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 7c77c5b..604691d 100644 --- a/man/http-music-play.1 +++ b/man/http-music-play.1 @@ -193,6 +193,11 @@ Especially useful when using an ordered sort; for example, this option could be (See also \fB\-\-sort\fR.) .TP +.BR \-\-track\-display\-file ", " \-\-display\-track\-file " \fIfilePath\fR" +Sets the file to output the current track's path to every time a track is played. +This is mostly useful for interfacing tools like OBS with http-music, for example so that you can display the name/path of the track that is currently playing during a live stream. + +.TP .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. |