1
2
3
4
5
6
7
8
9
10
11
12
13
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-
+
+
+
+
+
+
+
+
+
|
The new [channels/radiotray.py](doc/trunk/channels/radiotray.py) plugin allows to bookmark stations from Streamtuner2 directly to RadioTray (or now Radiotray-NG).
<img src="raw/7ed462e132339bea84a7ab8084bb4d773d0b555b?m=image/png">
See also the configuration options, on how Streamtuner2 maps stations onto RadioTray bookmark `<groups>`. Might need more work for Radiotray-NG.
See also the configuration options, on how Streamtuner2 maps stations onto RadioTray bookmark `<groups>`.
| "root" | is just meant for the old Radiotray format. |
| "group" | tries to fit genres onto existing submenus. |
| "category" | maps ont existing submenus just from the channel category. |
| "channel" | instead creates new `Shoutcast - Rock` submenu entries. |
| "asis" | will transfer the literal station genre (or list of genres). |
| "play" | for RT-NG to stream instantly (no bookmarking) |
#### new Radiotray-NG
The currently maintained version of RT is [https://github.com/ebruck/radiotray-ng](https://github.com/ebruck/radiotray-ng)
* Issue: [#92](https://github.com/ebruck/radiotray-ng/issues/92) brought support for the direct "play" option already.
|