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
- adding --d-player-input command line parameter
- refining player error detection mechanism, so that we do not
falsely report connection failure
- radio.py: renaming stopPlayerFromKeyboard to stopPlayerOnConnectionFailed
- log.py: set_win_title will not scan strings any more
- fixing not displaying player activation message when player changed
- fixing vlc displaying crash error when stopped
- updating mpv windows download link
<h2id="changelog">Changelog <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
192
192
<prestyle="height: 200px;">
193
193
194
+
2025-01-18 s-n-g
195
+
* version 0.9.3.11.4 - 0.9.3.12-beta4
196
+
* adding a clock displayed at the beginning of the Status Line
197
+
* adding a new system theme: lambda_by_amski1
198
+
* all players will try to catch (and display) HTTP errors (403, 404,
199
+
503, etc) and player errors through Crash detection
200
+
* rearranging options in the Config Window
201
+
* the remove control server will be cleanly terminated when the terminal closes
202
+
* titles log: fixing a bug that would disallow writing the station name to the log
203
+
* when the External Player is used, pyradio will not exit; it will reload the tui
Furthermore, please refrain from using any third-party packaging methods, such as <strong>Snap</strong> or <strong>AppImage</strong>. I am not affiliated with these services or projects, and I cannot guarantee the functionality or version of <strong>PyRadio</strong> provided through them. Additionally, I am unable to offer support for any issues related to these packaging methods.</p>
1339
1357
<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>
<p>The <strong>favorites</strong> playlist, residing in the configuration folder, is a normal playlist in any other respect, which can be subsequently opened, edited, deleted even, as any other playlist.</p>
2025
2048
<h2id="displaying-the-current-time">Displaying the Current Time <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
2026
2049
<p>The <strong>Clock</strong> feature allows you to display the current time in the bottom left corner of the window. This can be helpful for keeping track of time while using the application.</p>
2027
-
<p>You can easily toggle the clock display by pressing "\t" (the backslash followed by “<em>t</em>”).</p>
2050
+
<p>You can easily toggle the clock display by pressing "\t".</p>
2028
2051
<h3id="configuration">Configuration</h3>
2029
2052
<p>The configuration window has a group labeled “<strong>Clock</strong>, which presents the following options:</p>
<p>By default, the <strong>Clock</strong> is turned off, with the default format set to “<em>HH:MM</em>” (value <strong>1</strong>). Enabling the clock will introduce a few additional threads, which may make <strong>PyRadio</strong> slightly heavier than usual.</p>
2068
2092
<h2id="pyradio-themes">PyRadio Themes <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
2069
2093
<p><strong>PyRadio</strong> supports <strong>CSS themes</strong>; it comes with a number of predefined ones and can use external programs that can provide automatically created and updated themes.</p>
2070
2094
<p>To set a theme you just press “<strong>t</strong>” and</p>
When -d is used, this option will not log player input
174
+
(value = 0), log accepted input (value = 1) or raw
175
+
input (value = 2).
171
176
-ul, --unlock Remove sessions' lock file.
172
177
-us, --update-stations
173
178
Update "stations.csv" (if needed).
@@ -996,7 +1001,7 @@ The **favorites** playlist, residing in the configuration folder, is a normal pl
996
1001
997
1002
The **Clock** feature allows you to display the current time in the bottom left corner of the window. This can be helpful for keeping track of time while using the application.
998
1003
999
-
You can easily toggle the clock display by pressing `"\t"` (the backslash followed by "*t*").
1004
+
You can easily toggle the clock display by pressing `"\t"`.
1000
1005
1001
1006
### Configuration
1002
1007
@@ -1006,15 +1011,16 @@ The configuration window has a group labeled "**Clock**, which presents the foll
1006
1011
1007
1012
- You can choose how the time is displayed using the "*Time format*" option. Here are the available formats:
By default, the **Clock** is turned off, with the default format set to "*HH:MM*" (value **1**). Enabling the clock will introduce a few additional threads, which may make **PyRadio** slightly heavier than usual.
Copy file name to clipboardExpand all lines: docs/pyradio.1
+7-1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ manager.
51
51
Print PyRadio sonfig.
52
52
.IP\ \fB-d\fR,\ \fB--debug\fR
53
53
Start PyRadio in debug mode.
54
+
.IP\ \fB--d-player-input\ \fID_PLAYER_INPUT\fR
55
+
When \fB-d\fR is used, this option will not log player input (value
56
+
= \fI0\fR), log accepted input (value = \fI1\fR) or raw input
57
+
(value = \fI2\fR).
54
58
.IP\ \fB-ul\fR,\ \fB--unlock\fR
55
59
Remove sessions' lock file.
56
60
.IP\ \fB-us\fR,\ \fB--update\fR\fB-stations\fR
@@ -1185,6 +1189,8 @@ The \fBfavorites\fR playlist, residing in the configuration folder, is a normal
1185
1189
.SH Displaying The Current Time
1186
1190
The \fBClock\fR feature allows you to display the current time in the bottom left corner of the window. This can be helpful for keeping track of time while using the application.
1187
1191
1192
+
By default, the \fBClock\fR is turned off, with the default format set to \fIHH:MM\fR (value \fI1\fR). Enabling the clock will introduce a few additional threads, which may make \fBpyradio\fR slightly heavier than usual.
1193
+
1188
1194
You can easily toggle the clock display by pressing "\fB\\t\fR".
1189
1195
1190
1196
.IP\fBConfiguration\fR
@@ -1204,7 +1210,7 @@ center;
1204
1210
ll.
1205
1211
\fBValueFormatDescription\fR
1206
1212
\fI0\fR 24-hour format, with seconds
1207
-
\fI1\fR 24-hour format, no seconds
1213
+
\fI1\fR 24-hour format, no seconds (\fIdefault\fR)
0 commit comments