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
<p>A playlist that does not reside within the program’s configuration directory is considered a “<strong><em>foreign</em></strong>” playlist. This playlist can only be opened by the <strong>-s</strong> command line option.</p>
180
180
<p>When this happens, <strong>PyRadio</strong> will offer you the choice to copy the playlist in its configuration directory, thus making it available for manipulation within the program.</p>
181
181
<p>If a playlist of the same name already exists in the configuration directory, the “<strong><em>foreign</em></strong>” playlist will be time-stamped. For example, if a “<strong><em>foreign</em></strong>” playlist is named “<em>stations.csv</em>”, it will be named “<em>2019-01-11_13-35-47_stations.csv</em>” (provided that the action was taken on January 11, 2019 at 13:35:47).</p>
182
+
<h3id="playlist-history">Playlist history</h3>
183
+
<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>
184
+
<p>In order to go back to the previous playlist, the user just has to press “<strong><em>\\</em></strong>” (double backslash). To get to the first playlist “<strong><em>\]</em></strong>” (backslash - closing square bracket) can be used.</p>
185
+
<p>Going forward in history is not supported.</p>
182
186
<h2id="search-function">Search function <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
183
187
<p>On any window presenting a list of items (stations, playlists, themes) a <strong>search function</strong> is available by pressing “<strong>/</strong>”.</p>
184
188
<p>The <em>Search Window</em> supports normal and extend editing and in session history.</p>
@@ -263,6 +267,7 @@ <h3 id="mpv">MPV</h3>
263
267
264
268
[pyradio]
265
269
volume=50</pre>
270
+
<pstyle="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> If <strong>MPV 0.30.0</strong> is installed, there will be no visual notification when changing the volume. Furthermore, saving the volume value will <strong><em>not be possible</em></strong>. This is a <strong>pyradio</strong> bug and will be addressed in the future.</p>
266
271
<h3id="mplayer">MPlayer</h3>
267
272
<p>MPlayer uses profiles to customize its behavior as well.</p>
268
273
<p><strong>PyRadio</strong> defines a profile called “<strong>[pyradio]</strong>” in MPV’s configuration file (e.g. <em>~/.mplayer/config</em>). This profile will be used every time playback is started.</p>
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,13 @@ When this happens, **PyRadio** will offer you the choice to copy the playlist in
211
211
212
212
If a playlist of the same name already exists in the configuration directory, the "***foreign***" playlist will be time-stamped. For example, if a "***foreign***" playlist is named "*stations.csv*", it will be named "*2019-01-11_13-35-47_stations.csv*" (provided that the action was taken on January 11, 2019 at 13:35:47).
213
213
214
+
### Playlist history
215
+
216
+
**PyRadio** will keep a history of all the playlists opened (within a given session), so that navigating between them is made easy.
217
+
218
+
In order to go back to the previous playlist, the user just has to press "***\\\\***" (double backslash). To get to the first playlist "***\\]***" (backslash - closing square bracket) can be used.
219
+
220
+
Going forward in history is not supported.
214
221
215
222
## Search function
216
223
@@ -373,6 +380,8 @@ Example:
373
380
[pyradio]
374
381
volume=50
375
382
383
+
**Note:** If **MPV 0.30.0** is installed, there will be no visual notification when changing the volume. Furthermore, saving the volume value will ***not be possible***. This is a **pyradio** bug and will be addressed in the future.
384
+
376
385
### MPlayer
377
386
378
387
MPlayer uses profiles to customize its behavior as well.
Copy file name to clipboardExpand all lines: pyradio.1
+14-1
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 "November 2019"
4
+
.TH PYRADIO 1 "December 2019"
5
5
6
6
.SH NAME
7
7
.PP
@@ -229,6 +229,16 @@ When this happens, \fBpyradio\fR will offer you the choise to copy the playlist
229
229
If a playlist of the same name already exists in the configuration directory, the "\fIforeign\fR" playlist will be time-stamped. For example, if a "\fIforeign\fR" playlist is named "\fIstations.csv\fR", it will be named "\fI2019-01-11_13-35-47_stations.csv\fR" (provided that the action was taked on January 11, 2019 at 13:35:47).
230
230
231
231
232
+
.PP
233
+
.B
234
+
PLAYLISTHISTORY
235
+
236
+
\fBpyradio\fR will keep a history of all the playlists opened (within a given session), so that navigating between them is made easy.
237
+
238
+
In order to go back to the previous playlist, the user just has to press "\fI\\\\\fR" (double backslash). To get to the first playlist "\fI\\]\fR" (backslash - closing square bracket) can be used.
239
+
240
+
Going forward in history is not supported.
241
+
232
242
.SH SEARCH FUNCTION
233
243
234
244
On any window presenting a list of items (stations, playlists, themes) a \fBsearchfunction\fR is available by pressing "\fI/\fR".
@@ -424,6 +434,9 @@ Example:
424
434
.br
425
435
volume=50
426
436
437
+
.IP\fBNote\fR
438
+
If \fBMPV0.30.0\fR is installed, there will be no visual notification when changing the volume. Furthermore, saving the volume value will \fInotbepossible\fR. This is a \fBpyradio\fR bug and will be addressed in the future.
0 commit comments