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
<li>MPV, MPlayer or VLC installed and in your path</li>
211
-
<li>MKVToolNix (cli files) to insert tagsand chapters to recordings (optional)</li>
211
+
<li>MKVToolNix (cli files) to insert tags, chapters and cover to recordings (optional)</li>
212
212
</ul>
213
213
<!-- Changelog -->
214
214
<h2id="changelog">Changelog <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
215
215
<prestyle="height: 200px;">
216
216
217
+
2023-11-03 s-n-g
218
+
* version 0.9.2.17
219
+
* Recorded MKV files will have a cover image by default
220
+
(when MKVToolNix is installed)
221
+
* Adding -mkv, -scv, -srt, -ach and -lr command line parameters
222
+
(applicable when MKVToolNix is installed)
223
+
* Rearranging and grouping options in the program's help screen
224
+
* Working on scheduler (not applicable yet)
225
+
* Updating docs
226
+
217
227
2023-10-15 s-n-g
218
228
* version 0.9.2.16
219
229
* install.py: will terminate if python not in PATH
<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>
Please replace hyphens with underscores when passing
1153
1185
the parameter, for example: --terminal-param "_p 3 _t
1154
1186
light" (which will result to "pyradio -p 3 -t light").
1155
-
-tlp, --toggle-load-last-playlist
1156
-
Toggle autoload last opened playlist.
1157
-
-sd, --show-config-dir
1158
-
Print config directory [CONFIG DIR] location and exit.
1159
-
-od, --open-config-dir
1160
-
Open config directory [CONFIG DIR] with default file
1161
-
manager.
1162
-
-or, --open-recordings
1163
-
Open the Recordings folder.
1187
+
1188
+
Cache:
1164
1189
-oc, --open-cache Open the Cache folder.
1165
1190
-sc, --show-cache Show Cache contents.
1166
1191
-cc, --clear-cache Clear Cache contents.
1167
1192
-gc, --get-cache Download source code, keep it in the cache and exit.
1168
-
-us, --update-stations
1169
-
Update "stations.csv" (if needed).
1170
-
-lt, --log-titles Log titles to file.
1193
+
1194
+
Recording stations:
1171
1195
-r, --record Turn recording on (not available for VLC player on
1172
1196
Windows).
1173
-
-d, --debug Start PyRadio in debug mode.
1174
-
-ul, --unlock Remove sessions' lock file.
1175
-
-U, --update Update PyRadio.
1176
-
-R, --uninstall Uninstall PyRadio.
1177
-
-V, --version Display version information.</pre>
1197
+
-or, --open-recordings
1198
+
Open the Recordings folder.
1199
+
-lr, --list-recordings
1200
+
List recorded files.
1201
+
-mkv MKV_FILE, --mkv-file MKV_FILE
1202
+
Specify a previously recorded MKV file to be used with
1203
+
one of the following options. The MKV_FILE can either
1204
+
be an absolute or a relative path, or a number
1205
+
provided by the -lr command line paremater. If it is a
1206
+
relative path, it should be found in the current or in
1207
+
the Recordings directory.
1208
+
-scv PNG_FILE, --set-mkv-cover PNG_FILE
1209
+
Add or change the cover image of a previously recorded
1210
+
MKV file. PNG_FILE can either be an absolute or a
1211
+
relative path. If relative, it should be found in the
1212
+
current or in the Recordings directory.
1213
+
-srt, --export-srt Export a previously recorded MKV file chapters to an
1214
+
SRT file. The file produced will have the name of the
1215
+
input file with the "mkv" extension replaced by "srt".
1216
+
-ach, --add-chapters Add (or replace) chapter markers to a previously
1217
+
recorded MKV file. The chapters file will be a SRT
1218
+
file, much like the one produced by the previous
1219
+
command line parameter.
1220
+
</pre>
1178
1221
<h2id="controls">Controls <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
0 commit comments