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="changelog">Changelog <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
191
191
<prestyle="height: 200px;">
192
192
193
+
2022-12-09 s-n-g
194
+
* version 0.8.9.32 (0.9-beta29)
195
+
* Making it possible to disable the no themes start
196
+
up notification
197
+
* Fixing Config Window scrolling
198
+
* Fixing ping for python2 and the BSDs (again)
199
+
* Desktop Notification will stop when player is muted
200
+
* RadioBrowser config will be centered on screen
201
+
* RadioBrowser config will return to Config Window
202
+
* Started working on remote controlling PyRadio
203
+
193
204
2022-11-25 s-n-g
194
205
* version 0.8.9.31 (0.9-beta28)
195
206
* fixing icon installation and discovery
@@ -1252,7 +1263,7 @@ <h4 id="using-the-command-line">Using the command line</h4>
<h4id="using-the-configuration-window">Using the Configuration Window</h4>
1254
1265
<p>When the user uses the configuration window (shown in the following image), he is presented with an interface which will permit him to select the player to use with <strong>PyRadio</strong> and edit its extra parameters.</p>
1255
-
<p><ahref="https://members.hellug.gr/sng/pyradio/pyradio-player-selection.jpg" target="_blank"><imgsrc="https://members.hellug.gr/sng/pyradio/pyradio-player-selection.jpg" alt="PyRadio Player Selectio Window" /></a></p>
1266
+
<p><ahref="https://members.hellug.gr/sng/pyradio/pyradio-player-selection.jpg" target="_blank"><imgsrc="https://members.hellug.gr/sng/pyradio/pyradio-player-selection.jpg" alt="PyRadio Player Selection Window" /></a></p>
1256
1267
1257
1268
<p>Each of the supported players can have up to 11 sets of extra parameters (the first one is the default).</p>
1258
1269
<p>The user can add (“<strong>a</strong>”) a new parameter, edit (“<strong>e</strong>”) an existing set and delete (“<strong>x</strong>” or “<strong>DEL</strong>”) one.</p>
@@ -1626,7 +1637,7 @@ <h3 id="specifying-the-terminal-to-use">Specifying the terminal to use</h3>
1626
1637
<p>This command will set the terminal in the Desktop file, so that:</p>
1627
1638
<pre>Exec=kitty -e pyradio</pre>
1628
1639
<p>To have <strong>PyRadio</strong> try to find a suitable terminal, execute:</p>
1629
-
<pre>pyraio --terminal auto</pre>
1640
+
<pre>pyradio --terminal auto</pre>
1630
1641
<p>To restore the original functionality (specifying no terminal):</p>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -627,7 +627,7 @@ Example:
627
627
628
628
When the user uses the configuration window (shown in the following image), he is presented with an interface which will permit him to select the player to use with **PyRadio** and edit its extra parameters.
629
629
630
-

630
+

631
631
632
632
Each of the supported players can have up to 11 sets of extra parameters (the first one is the default).
633
633
@@ -1153,7 +1153,7 @@ This command will set the terminal in the Desktop file, so that:
1153
1153
1154
1154
To have **PyRadio** try to find a suitable terminal, execute:
1155
1155
1156
-
pyraio --terminal auto
1156
+
pyradio --terminal auto
1157
1157
1158
1158
To restore the original functionality (specifying no terminal):
0 commit comments