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.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,11 +284,12 @@ These modes are specifically designed to be used with tiling window managers, tr
284
284
285
285
1. The **Limited Height** mode, which is automatically enabled when the window height gets below 8 lines.
286
286
287
-
In this mode, only a limited information is visible and if playback is on, the volume is the only thing that can be adjusted (or muted) and saved. This is the **Limited display**.
287
+
-In this mode, only a limited information is visible and if playback is on, the volume is the only thing that can be adjusted (or muted) and saved. This is the **Limited display**.
288
288
289
289
2. The **Limited Width** mode, which is automatically enabled when the window width get bellow certain limits:
290
290
291
291
- When the width gets bellow 40 columns, all windows will be closed and the main window will be the only visible one (either displaying stations, playlists or registers).
292
+
292
293
- When the width gets bellow 20 columns, the **Limited display** will be activated.
293
294
294
295

<h2id="table-of-contents">Table of Contents <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
43
+
<h2id="table-of-contents">Table of Contents <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
44
44
<!-- vim-markdown-toc Marked -->
45
45
<ul>
46
46
<li><ahref="#current-state-of-the-project">Current state of the project</a>
<p><ahref="README.html">[Return to main doc]</a></p>
68
-
<h2id="current-state-of-the-project">Current state of the project <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
68
+
<h2id="current-state-of-the-project">Current state of the project <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
69
69
<p>Starting with version <strong>0.8.9.15</strong>, <strong>PyRadio</strong> has changed its installation method from invoking <em>setup.py</em> directly to <em>pip</em> (i.e. from “<em>python setup.py install</em>” to “<em>python -m pip .</em>”). This is a must for all <strong>Python</strong> projects in order to keep up with the latest developments. For more info, please refer to “<atarget="_blank" href="https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html">Why you shouldn’t invoke setup.py directly</a>”.</p>
70
70
<h3id="what-does-it-all-mean-and-why-should-you-care">What does it all mean and why should you care</h3>
71
71
<p>Moving to the <strong>pip</strong> way of doing things has its implications:</p>
72
72
<oltype="1">
73
-
<li><strong>PyRadio</strong> will be installed as a pip package.</p></li>
74
-
<li><strong>PyRadio</strong> will no longer be installed as a system-wide package.<br/>
73
+
<li><p><strong>PyRadio</strong> will be installed as a pip package.</p></li>
74
+
<li><p><strong>PyRadio</strong> will no longer be installed as a system-wide package.<br/>
75
75
<br/>
76
76
This means that after installing <strong>PyRadio</strong>, it will only be available to the current user. If another user wants to use it as well, he would have to install it again.<br/>
77
77
<br/>
78
78
In other words, in order to have a <strong>Pyradio system-wide installation</strong>, your distribution has to provide a package for it.</p></li>
79
-
<li>As I’m starting the procedure to move away from <em>Python 2</em>, <strong>PyRadio</strong> will not be compatible with it on <em>macOs</em> and <em>Windows</em> (but will still be on <em>Linux</em>, at least for the time being).</p></li>
79
+
<li><p>As I’m starting the procedure to move away from <em>Python 2</em>, <strong>PyRadio</strong> will not be compatible with it on <em>macOs</em> and <em>Windows</em> (but will still be on <em>Linux</em>, at least for the time being).</p></li>
80
80
</ol>
81
-
<h2id="preparing-for-the-installation">Preparing for the installation <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
81
+
<h2id="preparing-for-the-installation">Preparing for the installation <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
82
82
<p>Before installing <strong>PyRadio</strong> you have to prepare your system, so that you end up with a working installation. The process depends on the OS you are on.</p>
83
83
<h3id="linux">Linux</h3>
84
84
<p>Use your distribution method to install</p>
@@ -130,7 +130,7 @@ <h3 id="macos">macOS</h3>
130
130
<p>Your system is ready now for <strong>pyradio</strong> to be installed. You can follow the instructions given at “<ahref="#performing-the-installation">Performing the installation</a>”.</p>
131
131
<h3id="windows">Windows</h3>
132
132
<p>Windows installation is presented in its <ahref="windows.html">own page</a>.</p>
133
-
<h2id="performing-the-installation">Performing the installation <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
133
+
<h2id="performing-the-installation">Performing the installation <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
134
134
<p>First thing you do is get the installation script. Open a <strong>terminal</strong> and type:</p>
# sed -i 's|^<li><p>\(.*\)</p>$|<li>\1</li>|' ${out}
127
124
128
125
129
126
git add ${out}
130
127
done
131
128
132
129
# insert changelog to README.htm
133
130
cat <<STOP_HERE > pre
134
-
<h2 id="changelog">Changelog <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></style></h2>
131
+
<h2 id="changelog">Changelog <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></span></h2>
0 commit comments