Diff
Differences From Artifact [0b8fb92b93]:
- File config.py — part of check-in [0edaf9402f] at 2014-05-14 23:44:07 on branch trunk — New mime/app configuration screen in an editable ListStore. Players, recording hook and browser are now mixed up in conf.play{} (user: mario, size: 7394) [annotate] [blame] [check-ins using]
To Artifact [17163ecdcb]:
- File config.py — part of check-in [bc473dc5da] at 2014-05-15 19:45:31 on branch trunk — and conf.pyquery default, so it's not forgotten by config_dialog.save_config (user: mario, size: 7423) [annotate] [blame] [check-ins using]
89 90 91 92 93 94 95 96 97 98 99 100 101 102 | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | + | self.auto_save_appstate = 1 self.theme = "" #"MountainDew" self.debug = False self.channel_order = "shoutcast, xiph, internet_radio_org_uk, jamendo, myoggradio, .." self.reuse_m3u = 1 self.google_homepage = 1 self.windows = platform.system()=="Windows" self.pyquery = 1 self.debug = 1 # each plugin has a .config dict list, we add defaults here def add_plugin_defaults(self, config, module=""): # options |