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
* implementing "r" (load saved) and "d" (load default)
* TAB is not accepted as a shortcut
* digits (1-9) will be asscpted
* the window will close only by pressing the Cancel button
- DEVEL: updating what_tag to use get__shortcuts_and_classes.py
- updating docs
<h2id="changelog">Changelog <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
185
188
<prestyle="height: 200px;">
186
189
190
+
2024-10-17 s-n-g
191
+
* version 0.9.3.11.2 (BUG FIX) - 0.9.3.12-beta2
192
+
* Implementing the Shortcuts Window, making it possible to customize
193
+
PyRadio's key bindings
194
+
* fixing install.py (#262)
195
+
* implementing #252
196
+
187
197
2024-10-17 s-n-g
188
198
* version 0.9.3.11.1 (BUG FIX) - 0.9.3.12-beta1
189
199
* adding -sdd (--show_dirs) command line parameter
Furthermore, please refrain from using any third-party packaging methods, such as <strong>Snap</strong> or <strong>AppImage</strong>. I am not affiliated with these services or projects, and I cannot guarantee the functionality or version of <strong>PyRadio</strong> provided through them. Additionally, I am unable to offer support for any issues related to these packaging methods.</p>
1320
1330
<h2id="command-line-options">Command line options <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
<h2id="controls">Controls <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
1453
+
<p>The following list shows a <strong>default</strong> key bindings list used within the program.</p>
<pclass="indented">[1] Function not available when in <strong>Playlist</strong> and <strong>Registers</strong> mode. More info on <em>PyRadio’s modes</em> below.</p>
1531
1545
<pclass="indented">[2] Function not available in the <strong>RadioBrowser</strong> Search window.</p>
<p><strong>PyRadio</strong> provides the possibility to customize the key bindings above.</p>
1548
+
<p>Just open the configuration window and navigate to <strong>Keyboard Shortcuts</strong>. Please do read the help screen provided therein (press “*?” to get to it).</p>
1532
1549
<h2id="html-help">HTML help <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
1533
1550
<p>While in <strong>PyRadio</strong> main window, one can open the HTML (offline) help using “<strong>\h</strong>”.</p>
1534
1551
<p>This is just a helper function for windows users who cannot use the man pages, but is still available for all platforms.</p>
@@ -2136,6 +2153,12 @@ <h2 id="remote-control-server">Remote Control Server <span style="padding-left:
2136
2153
<h3id="remote-control-client">Remote Control Client</h3>
2137
2154
<p><strong>PyRadio</strong> comes with its own client, which will make it easier to communicate with the <strong>Remote Control Server</strong>.</p>
2138
2155
<p>For more information, please refer to <ahref="client.html">the relevant page</a>.</p>
2156
+
<h2id="playing-a-station-in-the-terminal">Playing a station in the terminal <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
2157
+
<p>A user request <atarget="_blank" href="https://github.com/coderholic/pyradio/issues/252">Shortcut to quit pyradio and launch standalone player (e.g. mpv) with currently selected station</a> lead to the possibility to use any player in the terminal.</p>
2158
+
<p>This action will be triggered by pressing “<em>X</em>”.</p>
2159
+
<p>After the player stops, <strong>PyRadio</strong> will stop as well.</p>
2160
+
<pstyle="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> On Windows, <strong>mpv</strong> and <strong>VLC</strong> will open a new player window instead of executing in the terminal.</p>
2161
+
<p>In addition, a command line parameter has been added “<em>-x</em>” (“<em>–exteranl-player</em>”) which when used in conjuction with the “<em>-p</em>” (“<em>–play</em>”) command line parameter, will instruct <strong>PyRadio</strong> to play a station and terminate after the playback stops.</p>
2139
2162
<h2id="debug-mode">Debug mode <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
2140
2163
<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>
2141
2164
<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>
0 commit comments