Diff
Differences From Artifact [1c74200e99]:
- File config.py — part of check-in [70c2e437fd] at 2015-03-29 03:06:37 on branch trunk — More complete plugin_meta() regex patterns. Now defaults to inspect.get_comments() on previous stack frame, src= or fn= only accepted as fallback. Complete default meta fields, splits doc block out, autostrips hash prefixes and indentation. (user: mario, size: 10422) [annotate] [blame] [check-ins using]
To Artifact [efa422aca3]:
- File config.py — part of check-in [f5f0ae18c1] at 2015-03-29 14:47:35 on branch trunk — Renamed `uikit` module. Auxiliary dialogs `streamedit` and `search` moved into plugins. Less indentation. Compacter import statements. Core plugins initialized into .features, and grayed out in configuration dialog. And `station_context_menu` moved into method. (user: mario, size: 10516) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
}
self.record = {
"audio/*": "xterm -e streamripper %srv", # -d /home/***USERNAME***/Musik
"video/youtube": "xterm -e \"youtube-dl %srv\"",
}
self.plugins = {
"bookmarks": 1, # built-in plugin, cannot be disabled
"shoutcast": 1,
"xiph": 1,
"modarchive": 0, # disable per default
"file": 0, # disable per default
"punkcast": 0, # disable per default
"history": 0,
"basicch": 0, # ceased
| > > > | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
}
self.record = {
"audio/*": "xterm -e streamripper %srv", # -d /home/***USERNAME***/Musik
"video/youtube": "xterm -e \"youtube-dl %srv\"",
}
self.plugins = {
"bookmarks": 1, # built-in plugin, cannot be disabled
"search": 1,
"streamedit": 1,
"configwin": 1,
"shoutcast": 1,
"xiph": 1,
"modarchive": 0, # disable per default
"file": 0, # disable per default
"punkcast": 0, # disable per default
"history": 0,
"basicch": 0, # ceased
|
| ︙ | ︙ |