11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# pack:
# bookmarks.py, configwin.py, dirble.py, dnd.py, exportcat.py,
# filtermusic.py, global_key.py, history.py, internet_radio.py,
# itunes.py, jamendo.py, links.py, live365.py, modarchive.py,
# myoggradio.py, pluginmanager2.py, radiobrowser.py, radionomy.py,
# radiotray.py, search.py, shoutcast.py, somafm.py, streamedit.py,
# surfmusik.py, timer.py, tunein.py, ubuntuusers.py, youtube.py,
# useragentswitcher.py, xiph.py, favicon.py, filter_bitrate.py
# config: -
# priority: core
#
# GenericChannel implements the basic GUI functions and defines
# the default channel data structure. It implements fallback logic
# for all other channel implementations. Only `bookmarks` uses it
# directly.
|
|
>
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# pack:
# bookmarks.py, configwin.py, dirble.py, dnd.py, exportcat.py,
# filtermusic.py, global_key.py, history.py, internet_radio.py,
# itunes.py, jamendo.py, links.py, live365.py, modarchive.py,
# myoggradio.py, pluginmanager2.py, radiobrowser.py, radionomy.py,
# radiotray.py, search.py, shoutcast.py, somafm.py, streamedit.py,
# surfmusik.py, timer.py, tunein.py, ubuntuusers.py, youtube.py,
# useragentswitcher.py, xiph.py, favicon.py, filter_bitrate.py,
# ui_cht.py
# config: -
# priority: core
#
# GenericChannel implements the basic GUI functions and defines
# the default channel data structure. It implements fallback logic
# for all other channel implementations. Only `bookmarks` uses it
# directly.
|