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
Copy file name to clipboardExpand all lines: README.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,7 @@ <h3 id="mpv">MPV</h3>
267
267
268
268
[pyradio]
269
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>
270
271
<h3id="mplayer">MPlayer</h3>
271
272
<p>MPlayer uses profiles to customize its behavior as well.</p>
272
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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,8 @@ Example:
380
380
[pyradio]
381
381
volume=50
382
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
+
383
385
### MPlayer
384
386
385
387
MPlayer uses profiles to customize its behavior as well.
Copy file name to clipboardExpand all lines: pyradio.1
+4-1Lines changed: 4 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 "November 2019"
4
+
.TH PYRADIO 1 "December 2019"
5
5
6
6
.SH NAME
7
7
.PP
@@ -434,6 +434,9 @@ Example:
434
434
.br
435
435
volume=50
436
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