1
2
3
4
5
6
7
8
9
10
11
|
1
2
3
4
5
6
7
8
9
10
11
|
-
+
|
This directory collects a few other channel plugins, either outdated or idea collections for new ones.
You can basically install any of them by copying the `*.py` file into:
* The global installation path `/usr/share/streamtuner2/channels/`
* Your local plugin `~/.config/streamtuner2/channels/`
(not yet, but will come with the next release)
* Or package them even into the PYZ application:
`zip a streamtuner2.pyz channels/new.py`
`zip streamtuner2.pyz channels/new.py`
|