« get me outta code hell

Track-specific converter options - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/man/http-music-play.1
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-09-18 17:20:59 -0300
committerFlorrie <towerofnix@gmail.com>2017-09-18 17:21:00 -0300
commitfa41e5aae1c6874e730e6aff818f3ff57ba6d68e (patch)
tree3a1bd8fc64c4fd2b0eb4ed7b77ee1d10d787233c /man/http-music-play.1
parent1ee5c19fb3c458c9f2198362f4d4a9229eb5b314 (diff)
Track-specific converter options
See todo.txt, changes in the man page, and this example:
https://gist.github.com/towerofnix/9b1853ee74d30357e1b59d22c59aba2f
Diffstat (limited to 'man/http-music-play.1')
-rw-r--r--man/http-music-play.118
1 files changed, 18 insertions, 0 deletions
diff --git a/man/http-music-play.1 b/man/http-music-play.1
index 7da8ca8..0a82246 100644
--- a/man/http-music-play.1
+++ b/man/http-music-play.1
@@ -80,10 +80,28 @@ Clears the active playlist.
 This does not effect the source playlist, so specific groups can be selected using \fB\-\-keep\fR.
 
 .TP
+.BR \-\-converter
+Sets the program used for converting tracks.
+By default the program is either \fBffmpeg\fR or \fBavconv\fR.
+Playlists which use track-specific converter options should use this option through the \fB"options"\fR playlist property to set an intended converter program.
+If the program specified through \-\-converter does not exist, converter options will not be used (see \fB\-\-enable\-converter\-options\fR).
+
+.TP
+.BR \-\-disable\-converter\-options ", " \-\-no\-use\-converter\-options
+Forces track-specific converter options to not be used.
+See also \fB\-\-enable\-converter\-options\fR.
+
+.TP
 .BR \-\-disable\-playback\-status ", " \-\-hide\-playback\-status
 Hides playback status (timestamps, etc).
 
 .TP
+.BR \-\-enable\-converter\-options ", " \-\-use\-converter\-options
+Forces usage of track-specific converter options.
+By default, they are enabled.
+See also \fB\-\-disable\-converter\-options\fR.
+
+.TP
 .BR \-h ", " \-? ", " \-\-help
 Presents a help message, directing the user to the \fBman\fR page.
 If this is the last option used, nothing plays (see \fB\-\-play\fR).