1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 | 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 |
-
-
-
-
+
+
+
+
+
+
+
| #
# encoding: UTF-8
# api: streamtuner2
# title: Plugin handling
# description: Channels and feature plugins reside in channels/
# api: python
# type: R
# category: core
# priority: core
#
#
#
#
# pack:
# file.py, _generic.py, global_key.py, history.py, icast.py,
# internet_radio.py, itunes.py, jamendo.py, links.py, live365.py,
# modarchive.py, musicgoal.py, myoggradio.py, punkcast.py, shoutcast.py,
# surfmusik.py, timer.py, xiph.py, youtube.py, *.png
# obsolete:
# dirble.py
#
#
from channels._generic import *
# Only reexport plugin classes |