You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2id="command-line-options">Command line options <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
recorded MKV file. The chapters file will be a SRT
1224
1226
file, much like the one produced by the previous
1225
1227
command line parameter.
1228
+
1229
+
Headless operation:
1230
+
--headless IP_AND_PORT
1231
+
Start in headless mode. IP_AND_PORT can be a) auto
1232
+
(use localhost:11111), b) localhost:XXXXX (access the
1233
+
web server through localhost), c) lan:XXXXX (access
1234
+
the web server through the LAN) or d) IP_ADDRESS:XXXX
1235
+
(the IP_ADDRESS must be already assigned to one of the
1236
+
network interfaces). XXXXX can be any port number
1237
+
above 1025. Please make sure it is different than the
1238
+
one set in the configuration file.
1239
+
--address Show remote control server address.
1240
+
-fd, --free-dead-headless-server
1241
+
Use this if your headless server has terminated
1242
+
unexpectedly, and you cannot start a new one (you get
1243
+
a message that it is already running).
1226
1244
</pre>
1227
1245
<h2id="controls">Controls <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
Specify which player to use (\fImpv\fR,\ \fImplayer\fR\ or\ \fIvlc\fR). A comma-separated list of players can be givven, thus specifying detection order.
Write an \fIInternal\fR or \fISystemTheme\fR to themes directory.
46
-
.IP\fB--terminal\ \fITERMINAL\fR
47
-
Use this terminal for Desktop file instead of the auto-detected one. Use "none" to reset to the default terminal, or "\fIauto\fR" to reset to the auto-detected one.
48
-
.IP\fB--terminal-param\ \fITERMINAL_PARAM\fR
49
-
Use this as \fBpyradio\fR parameter in the Desktop File. Please replace hyphens with underscores when passing the parameter, for example: \fI--terminal-param\fR "\fB_p3_tlight\fR" (which will result to "\fIpyradio\fB-p3-tlight\fR").
help='Start in headless mode. IP_AND_PORT can be a) auto (use localhost:11111), b) localhost:XXXXX (access the web server through localhost), c) lan:XXXXX (access the web server through the LAN) or d) IP_ADDRESS:XXXX (the IP_ADDRESS must be an assigned to one of the network interfaces). XXXXX can be any port number above 1025. Please make sure it is different than the one set in the configuration file.')
338
+
help='Start in headless mode. IP_AND_PORT can be a) auto (use localhost:11111), b) localhost:XXXXX (access the web server through localhost), c) lan:XXXXX (access the web server through the LAN) or d) IP_ADDRESS:XXXX (the IP_ADDRESS must be already assigned to one of the network interfaces). XXXXX can be any port number above 1025. Please make sure it is different than the one set in the configuration file.')
0 commit comments