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
<li>MPV, MPlayer or VLC installed and in your path.</li>
57
-
<li><atarget="_blank" href="http://www.dest-unreach.org/socat/">socat</a> (if you wish to use MPV)</li>
58
57
</ul>
59
58
<h2id="installation">Installation <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
60
59
<p>The best way to install <strong>PyRadio</strong> is via a distribution package, if one exists (e.g. <em>Arch Linux</em> and derivatives can install <atarget="_blank" href="https://aur.archlinux.org/packages/pyradio-git/">pyradio-git</a> from AUR).</p>
@@ -246,7 +245,6 @@ <h3 id="finding-the-right-encoding">Finding the right encoding</h3>
246
245
<h2id="player-detection-selection">Player detection / selection <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
247
246
<p><strong>PyRadio</strong> is basically built around the existence of a valid media player it can use. Thus, it will auto detect the existence of its supported players upon its execution.</p>
248
247
<p>Currently, it supports MPV, MPlayer and VLC, and it will look for them in that order. If none of them is found, the program will terminate with an error.</p>
249
-
<p>MPV will be used only when the <atarget="_blank" href="http://www.dest-unreach.org/socat/">socat</a> multipurpose relay is also installed.</p>
250
248
<p>Users can alter this default behavior by using the <strong><em>-u</em></strong> command line option. This option will permit the user either to specify the player to use, or change the detection order.</p>
Copy file name to clipboardExpand all lines: README.md
-3
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ Ben Dowling - [https://github.com/coderholic](https://github.com/coderholic)
30
30
31
31
* python 2.7+/3.5+
32
32
* MPV, MPlayer or VLC installed and in your path.
33
-
*[socat](http://www.dest-unreach.org/socat/) (if you wish to use MPV)
34
33
35
34
## Installation
36
35
@@ -338,8 +337,6 @@ replacing **2.7** with specific version: **3.0** up to current python version.
338
337
339
338
Currently, it supports MPV, MPlayer and VLC, and it will look for them in that order. If none of them is found, the program will terminate with an error.
340
339
341
-
MPV will be used only when the [socat](http://www.dest-unreach.org/socat/) multipurpose relay is also installed.
342
-
343
340
Users can alter this default behavior by using the ***-u*** command line option. This option will permit the user either to specify the player to use, or change the detection order.
Copy file name to clipboardExpand all lines: pyradio.1
-2
Original file line number
Diff line number
Diff line change
@@ -392,8 +392,6 @@ A valid encoding list can be found at:
392
392
.PP
393
393
Currently, it supports \fIMPV\fR, \fIMPlayer\fR and \fIVLC\fR, and it will look for them in that order. If none of them is found, the program will terminate with an error.
394
394
.PP
395
-
MPV will be used only when the \fIsocat\fR multipurpose relay is also installed.
396
-
.PP
397
395
Users can alter this default behavior by using the \fB-u\fR command line option. This option will permit the user either to specify the player to use, or change the detection order.
0 commit comments