forked from coderholic/pyradio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows-mpv.html
65 lines (64 loc) · 5.35 KB
/
windows-mpv.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>MPV Installation on Windows</title>
<style>
body {padding: 2em;}
@media screen and (max-width: 770px) {
body {padding: 10px;}
}
body {max-width: 750px; margin: auto;}
h2 {margin-top: 2.5em; border-bottom:1px solid SaddleBrown; color: SaddleBrown;}
h3 {margin-top: 2em; color: SaddleBrown; text-decoration: underline SaddleBrown}
h4 {margin-top: 2em; color: SaddleBrown;}
h4:before {content: "# "; font-size: 200%; font-weight: bold; vertical-align: middle;}
STRONG {color: SaddleBrown;}
dl {margin: 2em;}
dd {margin: 1em;}
dt {font-weight: bold;}
TABLE {border: 1px solid SaddleBrown; border-collapse: collapse; margin-left: auto; margin-right: auto; border-radius: 5px; -moz-border-radius: 5px; border-collapse:separate; box-shadow: 5px 5px 15px #888888;}
TH {text-align: left; vertical-align: top; padding: 5px;color: SaddleBrown;border: 1px solid SaddleBrown; background-color: SaddleBrown; color: white;}
TD {text-align: left; vertical-align: top; padding: 5px 10px;border: 1px solid SaddleBrown;}
pre { background-color: rgba(245, 245, 245, 1); color: #474747; padding: 1.5em; border: 1px solid #C7C7C7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: auto; box-shadow: 5px 5px 15px #C7C7C7;}
.task-list {list-style-type: none; padding: 0; margin: 0 0 0 1em ;}
img{display: block; margin-left: auto; margin-right: auto; max-width: 750; width: 100%; background:transparent; padding:3px; border:1px solid #999999; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow:5px 5px 15px #888888;}
a{ color: SaddleBrown;}
a:visited{color: SaddleBrown;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header id="title-block-header">
</header>
<h1 style="color: SaddleBrown"id="mpv-installation-on-windows">MPV Installation on Windows</h1>
<p><strong>PyRadio</strong>: Command line internet radio player.</p>
<p>Ben Dowling - <a target="_blank" href="https://github.com/coderholic">https://github.com/coderholic</a></p>
<h2 id="table-of-contents">Table of Contents <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></style></h2>
<!-- vim-markdown-toc Marked -->
<ul>
<li><a href="#mpv-installation">MPV installation</a></li>
</ul>
<!-- vim-markdown-toc -->
<p><a href="windows.html">[Back to Build Instructions]</a> <a href="README.html">[Back to README]</a></p>
<h2 id="mpv-installation">MPV installation <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></style></h2>
<p>Go to <a target="_blank" href="http://mpv.io">MPV’s home</a> and open the <a target="_blank" href="https://mpv.io/installation">Installation</a> page and click the <a target="_blank" href="https://sourceforge.net/projects/mpv-player-windows/files">Windows builds by shinchiro (releases and git)</a> link to get to the files. Then you can choose to install either the git version (<a target="_blank" href="https://sourceforge.net/projects/mpv-player-windows/files/64bit/">64bit</a> or <a target="_blank" href="https://sourceforge.net/projects/mpv-player-windows/files/32bit/">32bit</a>), or the latest <strong>stable</strong> <a target="_blank" href="https://sourceforge.net/projects/mpv-player-windows/files/release/">release</a> which also provides both 64 and 32 bit binaries.</p>
<p style="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> I am stating here all the links, although all one has to do is get to the last one and download the <strong>MPV setup</strong>. This is done so that in case any of the links change in the future, the way to go will be known, having <a target="_blank" href="https://mpv.io">MPV’s home page</a> as a starting point.</p>
<p>You will end up downloading a <a target="_blank" href="https://www.7-zip.org/">7z archive</a>, which contains a directory whose name is similar to <strong>mpv-0.34.-x86_64.7z</strong>.</p>
<p>Extract this archive to whatever place you like and <strong>rename</strong> it to <strong>mpv</strong>.</p>
<p>Here comes the tricky part…</p>
<p>Move the <strong>mpv</strong> directory to the following location (<strong>PyRadio</strong> will look for it there, when executed):</p>
<ul>
<li><strong>%APPDATA%\pyradio</strong><br />
This is (or will be) “<em>PyRadio’s configuration directory</em>”.<br />
In case the “<em>pyradio</em>” directory does not exit, you just go ahead and create it.</li>
</ul>
<p>In order to do that, open an <strong>Explorer File Manager</strong> window, and enter “<strong>%APPDATA%</strong>” at its location field and press ENTER.</p>
<p>If you are unsure on how to do that, please refer to the following image (you can ENTER <strong>%APPDATA%</strong> or any other Windows System Variable this way).</p>
<a href="https://members.hellug.gr/sng/pyradio/appdata.jpg" target="_blank"><img src="https://members.hellug.gr/sng/pyradio/appdata.jpg" alt="Navigating to %APPDATA%" /></a>
</body>
</html>