Diff
Differences From Artifact [9c4bf2dcba]:
- File config.py — part of check-in [8e8ad5dfeb] at 2014-04-11 02:54:16 on branch py3 — Open json/config files in text mode (user: mario, size: 7071) [annotate] [blame] [check-ins using] [more...]
To Artifact [8c6d57fc14]:
- File config.py — part of check-in [539c433d31] at 2014-04-28 02:05:34 on branch trunk — Disable xiph plugin per default, introduce requests.Session() support for implicit cookies (user: mario, size: 7132) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
self.record = {
"*/*": "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
| > | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
self.record = {
"*/*": "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,
"xiph": 0, # way too slow on first start
"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
|
| ︙ | ︙ |