Diff
Differences From Artifact [eff4cdbef0]:
- File config.py — part of check-in [99d4249ef4] at 2014-05-27 15:06:54 on branch trunk — Update default configuration, rename internet_radio_org_uk to just internet_radio module (user: mario, size: 7672) [annotate] [blame] [check-ins using]
To Artifact [a443e08afc]:
- File config.py — part of check-in [e091ecf510] at 2014-05-28 15:54:26 on branch trunk — Updates for 2.1.1 release (user: mario, size: 7727) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
"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,
"file": 0, # disable per default
"punkcast": 0, # disable per default
"history": 0,
"basicch": 0, # ceased
"tv": 0, # ceased
}
self.tmp = os.environ.get("TEMP", "/tmp")
| > | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
"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
"tv": 0, # ceased
}
self.tmp = os.environ.get("TEMP", "/tmp")
|
| ︙ | ︙ |