Diff
Differences From Artifact [2962c58373]:
- File config.py — part of check-in [b9a667bbe7] at 2015-05-26 00:43:24 on branch trunk — Disable window tilte updating per default again. (user: mario, size: 11993) [annotate] [blame] [check-ins using]
To Artifact [f7bc6d9cd5]:
- File config.py — part of check-in [75cb32d44e] at 2016-06-17 17:42:36 on branch trunk — Default internetradio_max_pages=5 in the config. (Last report indicated it didn't get picked up. And it's a default plugin anyway.) (user: mario, size: 12034) [annotate] [blame] [check-ins using]
130 131 132 133 134 135 136 137 138 139 140 141 142 143 | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | + | "search": 1, "streamedit": 1, "configwin": 1, } self.tmp = os.environ.get("TEMP", "/tmp") + "/streamtuner2" self.nothreads = 0 self.max_streams = "500" self.internetradio_max_pages = 5 self.show_bookmarks = 1 self.show_favicons = 1 self.load_favicon = 1 self.heuristic_bookmark_update = 0 self.retain_deleted = 0 self.auto_save_appstate = 1 self.auto_save_stations = 0 |