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>
180
181
<prestyle="height: 200px;">
181
182
183
+
2022-09-18 s-n-g
184
+
* version 0.8.9.27 (0.9-beta24)
185
+
* Implementing Stations History as per #161
186
+
* Station encoding will be checked before used
187
+
* Fixing several crashes
188
+
* Fixing several Python 2 errors
189
+
* Fixing station paste to playlist
190
+
* Fixing RadioBrowser columns when CJK characters are
<p><strong>PyRadio</strong> will keep a history of all the playlists opened (within a given session), so that navigating between them is made easy.</p>
1054
1066
<p>In order to go back to the previous playlist, the user just has to press “<strong>\\</strong>” (double backslash). To get to the first playlist “<strong>\]</strong>” (backslash - closing square bracket) can be used.</p>
1055
1067
<p>Going forward in history is not supported.</p>
1068
+
<h2id="stations-history">Stations history <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
1069
+
<p>Playing several stations, sometimes among different playlists, and returning to them is sometimes a tedious operation.</p>
1070
+
<p>This problem is addressed with the “<strong>Station history</strong>” functionality, which is actually a list of stations which have been played back.</p>
1071
+
<p>The user can go back and forth in this list using the “<strong><</strong>” and “<strong>></strong>” keys.</p>
1072
+
<p>The list is not saved between sessions (restarting the program will lead to an empty list). When an “<strong>online service</strong> is used (e.g. <strong>Radio Browser</strong>) the list is reseted with every search that is performed.</p>
1056
1073
<h2id="search-function">Search function <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
1057
1074
<p>On any window presenting a list of items (stations, playlists, themes) a <strong>search function</strong> is available by pressing “<strong>/</strong>”.</p>
1058
1075
<p>The <em>Search Window</em> supports normal and extend editing and in session history.</p>
@@ -209,6 +210,7 @@ The following options can also be set in **PyRadio**'s [configuration file](#con
209
210
E Change station's encoding - -
210
211
DEL,x Delete selected station - -
211
212
O Open RadioBrowser - -
213
+
< > Browse the Stations history list - -
212
214
t T Load theme / Toggle transparency [Valid] [Valid]
213
215
c Open Configuration window. - -
214
216
/ n N Search, go to next / previous result [Valid] [Valid]
@@ -421,6 +423,16 @@ In order to go back to the previous playlist, the user just has to press "**\\\\
421
423
422
424
Going forward in history is not supported.
423
425
426
+
## Stations history
427
+
428
+
Playing several stations, sometimes among different playlists, and returning to them is sometimes a tedious operation.
429
+
430
+
This problem is addressed with the "**Station history**" functionality, which is actually a list of stations which have been played back.
431
+
432
+
The user can go back and forth in this list using the "**<**" and "**>**" keys.
433
+
434
+
The list is not saved between sessions (restarting the program will lead to an empty list). When an "**online service** is used (e.g. **Radio Browser**) the list is reseted with every search that is performed.
435
+
424
436
## Search function
425
437
426
438
On any window presenting a list of items (stations, playlists, themes) a **search function** is available by pressing "**/**".
Copy file name to clipboardExpand all lines: pyradio.1
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.\" Copyright (C) 2011 Ben Dowling <http://www.coderholic.com/pyradio>
2
2
.\" This manual is freely distributable under the terms of the GPL.
3
3
.\"
4
-
.TH pyradio 1 "August 2022" PyRadio
4
+
.TH pyradio 1 "September 2022" PyRadio
5
5
6
6
.SH Name
7
7
.PP
@@ -116,6 +116,10 @@ Edit current station
116
116
Change current station's encoding
117
117
.IP\fBDEL\fR,\fBx
118
118
Deleteselectedstation
119
+
.IP\fBO\fR
120
+
Open \fIRadioBrowser\fR
121
+
.IP\fB<\fR\ /\ \fB>\fR
122
+
Browse the \fIStationshistory\fR list
119
123
.IP\fBJ
120
124
Createa\fIJumptag
121
125
.IP\fI<n>\fB^U\fR,\fI<n>\fB^D
@@ -392,6 +396,16 @@ In order to go back to the previous playlist, the user just has to press "\fI\\\
392
396
393
397
Going forward in history is not supported.
394
398
399
+
.SH Stations history
400
+
401
+
Playing several stations, sometimes among different playlists, and returning to them is sometimes a tedious operation.
402
+
403
+
This problem is addressed with the \fBStationhistory\fR functionality, which is actually a list of stations which have been played back.
404
+
405
+
The user can go back and forth in this list using the "\fI<\fR" and "\fI>\fR" keys.
406
+
407
+
The list is not saved between sessions (restarting the program will lead to an empty list). When an \fBonlineservice\fR is used (e.g. \fIRadioBrowser\fR) the list is reseted with every search that is performed.
408
+
395
409
.SH Search Function
396
410
397
411
On any window presenting a list of items (stations, playlists, themes) a \fBsearchfunction\fR is available by pressing "\fI/\fR".
0 commit comments