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
- Fixed a crash that would occur when searching for name only in
RadioBrowser Search Window
- Do not display the Theme Selection Window when pressing "t" in a
RadioBrowser Line Editor
- Updated History legend area
- Updated docs
@@ -550,6 +550,14 @@ <h2 id="mouse-support">Mouse support <span style="padding-left: 10px;"><sup styl
550
550
</tr>
551
551
</tbody>
552
552
</table>
553
+
<h2id="online-radio-directory-services">Online radio directory services <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
554
+
<p><strong>PyRadio</strong> supports the following <em>Online radio directory services</em>:</p>
<p>This is a community driven effort (like wikipedia) with the aim of collecting as many internet radio and TV stations as possible.</p>
558
+
<p>Read more at <ahref="radio-browser.html">PyRadio RadioBrowser Implementation</a></p></li>
559
+
</ul>
560
+
<p>To access supported services, just press “<strong>O</strong>” (capital “<em>o</em>”) at the program’s main window.</p>
553
561
<h2id="session-locking">Session Locking <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
554
562
<p><strong>PyRadio</strong> uses session locking, which actually means that only the first instance executed within a given session will be able to write to the configuration file.</p>
555
563
<p>Subsequent instances will be “<em>locked</em>”. This means that the user can still play stations, load and edit playlists, load and test themes, but any changes will <strong>not</strong> be recorded in the configuration file.</p>
<h2id="debug-mode">Debug mode <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
574
582
<p>Adding the “<strong>-d</strong>” option to the command line will instruct <strong>PyRadio</strong> to enter <em>Debug mode</em>, which means that it will print debug messages to a file. This file will always reside in the user’s home directory and will be named <em>pyradio.log</em>.</p>
575
583
<p>In case of a bug or a glitch, please include this file to the issue you will <atarget="_blank" href="https://github.com/coderholic/pyradio/issues">open at github</a>.</p>
576
-
<h2id="online-radio-directory-services">Online radio directory services <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
577
-
<p><strong>PyRadio</strong> supports the following <em>Online radio directory services</em>:</p>
<p>This is a community driven effort (like wikipedia) with the aim of collecting as many internet radio and TV stations as possible.</p>
581
-
<p>Read more at <ahref="radio-browser.html">PyRadio RadioBrowser Implementation</a></p></li>
582
-
</ul>
583
-
<p>To access supported services, just press “<strong>O</strong>” (capital “<em>o</em>”) at the program’s main window.</p>
584
584
<h2id="reporting-bugs">Reporting bugs <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h2>
585
585
<p>When a bug is found, please do report it by <atarget="_blank" href="https://github.com/coderholic/pyradio/issues">opening an issue at github</a>, as already stated above.</p>
586
586
<p>In you report you should, at the very least, state your <strong>pyradio version</strong>, <strong>python version</strong> and <strong>method</strong> of installation (built from source, AUR, snap, whatever).</p>
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ Ben Dowling - [https://github.com/coderholic](https://github.com/coderholic)
41
41
*[PyRadio Themes](#pyradio-themes)
42
42
*[Using transparency](#using-transparency)
43
43
*[Mouse support](#mouse-support)
44
+
*[Online radio directory services](#online-radio-directory-services)
44
45
*[Session Locking](#session-locking)
45
46
*[Session unlocking](#session-unlocking)
46
47
*[Update notification](#update-notification)
47
48
*[Updating a pre 0.8.9 installation](#updating-a-pre-0.8.9-installation)
48
49
*[Cleaning up](#cleaning-up)
49
50
*[Debug mode](#debug-mode)
50
-
*[Online radio directory services](#online-radio-directory-services)
51
51
*[Reporting bugs](#reporting-bugs)
52
52
*[Packaging PyRadio](#packaging-pyradio)
53
53
*[TODO](#todo)
@@ -669,6 +669,18 @@ Then, the mouse can be used as follows:
669
669
|**Wheel**| Scroll up / down |
670
670
|**Shift-Wheel**| Adjust volume<br>(does not work with all terminals) |
671
671
672
+
## Online radio directory services
673
+
674
+
**PyRadio** supports the following *Online radio directory services*:
675
+
676
+
-[RadioBrowser](https://www.radio-browser.info/)
677
+
678
+
This is a community driven effort (like wikipedia) with the aim of collecting as many internet radio and TV stations as possible.
679
+
680
+
Read more at [PyRadio RadioBrowser Implementation](radio-browser.md)
681
+
682
+
To access supported services, just press "**O**" (capital "*o*") at the program's main window.
683
+
672
684
## Session Locking
673
685
674
686
**PyRadio** uses session locking, which actually means that only the first instance executed within a given session will be able to write to the configuration file.
@@ -713,18 +725,6 @@ Adding the "**-d**" option to the command line will instruct **PyRadio** to ente
713
725
714
726
In case of a bug or a glitch, please include this file to the issue you will [open at github](https://github.com/coderholic/pyradio/issues).
715
727
716
-
## Online radio directory services
717
-
718
-
**PyRadio** supports the following *Online radio directory services*:
719
-
720
-
-[RadioBrowser](https://www.radio-browser.info/)
721
-
722
-
This is a community driven effort (like wikipedia) with the aim of collecting as many internet radio and TV stations as possible.
723
-
724
-
Read more at [PyRadio RadioBrowser Implementation](radio-browser.md)
725
-
726
-
To access supported services, just press "**O**" (capital "*o*") at the program's main window.
727
-
728
728
## Reporting bugs
729
729
730
730
When a bug is found, please do report it by [opening an issue at github](https://github.com/coderholic/pyradio/issues), as already stated above.
0 commit comments