Check-in [93f5cebd40]
Overview
| Comment: | disable TV and and basic.ch per default (not working) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
93f5cebd4047cda0d225a8c1d55c208c |
| User & Date: | mario on 2014-04-06 00:33:07 |
| Other Links: | manifest | tags |
Context
|
2014-04-06
| ||
| 00:34 | pyquery/* has been removed from package inventory, update :rpmspec format for `version` updates check-in: 38d400b3c8 user: mario tags: trunk | |
| 00:33 | disable TV and and basic.ch per default (not working) check-in: 93f5cebd40 user: mario tags: trunk | |
| 00:32 | Prevent failed channel modules to attach as notebook tabs in main window check-in: 2ae06bba02 user: mario tags: trunk | |
Changes
Modified config.py from [8ca1d32093] to [0a6d293594].
| ︙ | ︙ | |||
69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
"*/*": "x-terminal-emulator -e streamripper %srv",
# x-terminal-emulator -e streamripper %srv -d /home/***USERNAME***/Musik
}
self.plugins = {
"bookmarks": 1, # built-in plugins, cannot be disabled
"shoutcast": 1,
"punkcast": 0, # disable per default
}
self.tmp = os.environ.get("TEMP", "/tmp")
self.max_streams = "120"
self.show_bookmarks = 1
self.show_favicons = 1
self.load_favicon = 1
self.heuristic_bookmark_update = 1
| > > | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
"*/*": "x-terminal-emulator -e streamripper %srv",
# x-terminal-emulator -e streamripper %srv -d /home/***USERNAME***/Musik
}
self.plugins = {
"bookmarks": 1, # built-in plugins, cannot be disabled
"shoutcast": 1,
"punkcast": 0, # disable per default
"basicch": 0, # ceased
"tv": 0, # no longer working
}
self.tmp = os.environ.get("TEMP", "/tmp")
self.max_streams = "120"
self.show_bookmarks = 1
self.show_favicons = 1
self.load_favicon = 1
self.heuristic_bookmark_update = 1
|
| ︙ | ︙ |