|
27 | 27 | 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;}
|
28 | 28 | .task-list {list-style-type: none; padding: 0; margin: 0 0 0 1em ;}
|
29 | 29 | img{display: block; margin-left: auto; margin-right: auto; max-width: 750px; 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;}
|
| 30 | + .indented {text-indent: -1.5em; padding-left: 1.5em; margin-left: 1em;} |
30 | 31 | a{ color: SaddleBrown;}
|
31 | 32 | a:visited{color: SaddleBrown;}
|
32 | 33 | </style>
|
@@ -180,6 +181,15 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
|
180 | 181 | <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>
|
181 | 182 | <pre style="height: 200px;">
|
182 | 183 |
|
| 184 | +2022-09-27 s-n-g |
| 185 | + * version 0.8.9.28 (0.9-beta25) |
| 186 | + * adding play next/previous station to global functions |
| 187 | + * fixing Connection Type window colors |
| 188 | + * fixing line editor blobal function handler |
| 189 | + * fixing a couple of stations history bugs |
| 190 | + * fixing station listing for CJL characters |
| 191 | + * updating docs |
| 192 | + |
183 | 193 | 2022-09-18 s-n-g
|
184 | 194 | * version 0.8.9.27 (0.9-beta24)
|
185 | 195 | * Implementing Stations History as per #161
|
@@ -890,7 +900,6 @@ <h2 id="controls">Controls <span style="padding-left: 10px;"><sup style="font-si
|
890 | 900 | P Jump to playing station Jump to playing playlist -
|
891 | 901 | Enter/Right/l Play selected station Open selected playlist Apply selected theme
|
892 | 902 | ^N / ^P Play next/previous station - -
|
893 |
| - (if already in playback) |
894 | 903 | r Select and play a random station Re-read playlists from disk -
|
895 | 904 | Space/Left/h Stop/start playing selected station - -
|
896 | 905 | Space - - Apply theme and make it default
|
@@ -922,42 +931,53 @@ <h2 id="controls">Controls <span style="padding-left: 10px;"><sup style="font-si
|
922 | 931 | <p style="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> When tagging a station position for a move action (by pressing “<strong>J</strong>”), the position will be displayed at the right bottom corner of the window, suffixed by a “<em>J</em>”, i.e. pressing “<em>J</em>” on position <em>35</em> will display <em>[35J]</em>.</p>
|
923 | 932 | <h3 id="global-shortcuts">Global shortcuts</h3>
|
924 | 933 | <p>Some of the functions provided by <strong>PyRadio</strong> will always be available to the user. These functions are:</p>
|
925 |
| -<table> |
| 934 | +<table style="width:100%;"> |
| 935 | +<colgroup> |
| 936 | +<col style="width: 29%" /> |
| 937 | +<col style="width: 21%" /> |
| 938 | +<col style="width: 28%" /> |
| 939 | +<col style="width: 21%" /> |
| 940 | +</colgroup> |
926 | 941 | <thead>
|
927 | 942 | <tr class="header">
|
928 | 943 | <th>Shortcut</th>
|
929 | 944 | <th>Function</th>
|
| 945 | +<th>Shortcut</th> |
| 946 | +<th>Function</th> |
930 | 947 | </tr>
|
931 | 948 | </thead>
|
932 | 949 | <tbody>
|
933 | 950 | <tr class="odd">
|
934 |
| -<td><strong>+</strong>/<strong>-</strong> and <strong>,</strong>/<strong>.</strong></td> |
| 951 | +<td><strong>+</strong> / <strong>-</strong> and <strong>,</strong> / <strong>.</strong></td> |
935 | 952 | <td>adjust volume</td>
|
| 953 | +<td><strong>W</strong></td> |
| 954 | +<td>toggle titles logging</td> |
936 | 955 | </tr>
|
937 | 956 | <tr class="even">
|
938 | 957 | <td><strong>m</strong></td>
|
939 | 958 | <td>mute player</td>
|
| 959 | +<td><strong>w</strong></td> |
| 960 | +<td>like a station</td> |
940 | 961 | </tr>
|
941 | 962 | <tr class="odd">
|
942 | 963 | <td><strong>v</strong></td>
|
943 | 964 | <td>save volume</td>
|
| 965 | +<td><strong>^N</strong> / <strong>^P</strong> [1] [2]</td> |
| 966 | +<td>play next / previous station</td> |
944 | 967 | </tr>
|
945 | 968 | <tr class="even">
|
946 | 969 | <td><strong>T</strong></td>
|
947 | 970 | <td>toggle transparency</td>
|
948 |
| -</tr> |
949 |
| -<tr class="odd"> |
950 |
| -<td><strong>W</strong></td> |
951 |
| -<td>toggle titles logging</td> |
952 |
| -</tr> |
953 |
| -<tr class="even"> |
954 |
| -<td><strong>w</strong></td> |
955 |
| -<td>like a station</td> |
| 971 | +<td><strong><</strong> / <strong>></strong> [1]</td> |
| 972 | +<td>play next / previous station history entry</td> |
956 | 973 | </tr>
|
957 | 974 | </tbody>
|
958 | 975 | </table>
|
959 |
| -<p>Every window in <strong>PyRadio</strong> will respect these shotrcuts, even the ones with a “<em>Press any key to…</em>” message.</p> |
| 976 | +<p>Every window in <strong>PyRadio</strong> will respect these shortcuts, even the ones with a “<em>Press any key to…</em>” message.</p> |
960 | 977 | <p>When focus is on a “<em>Line editor</em>”, all shortcuts will work when preceded by a “<strong>\</strong>”.</p>
|
| 978 | +<p><strong>Notes</strong></p> |
| 979 | +<p class="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> |
| 980 | +<p class="indented">[2] Function not available in the <strong>Radio Browser</strong> Search window.</p> |
961 | 981 | <h2 id="html-help">HTML help <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></span></h2>
|
962 | 982 | <p>While in <strong>PyRadio</strong> main window, one can open the HTML (offline) help using “<strong>\h</strong>”.</p>
|
963 | 983 | <p>This is just a helper function for windows users who cannot use the man pages, but is still available for all platforms.</p>
|
|
0 commit comments