Diff
Differences From Artifact [fb139701ee]:
- File config.py — part of check-in [bda234f8c1] at 2016-12-11 13:31:14 on branch trunk — Suppress ANSI codes for windows cmd (user: mario, size: 13101) [annotate] [blame] [check-ins using]
To Artifact [49554b72ad]:
- File config.py — part of check-in [197656d143] at 2017-01-05 21:20:48 on branch trunk — Default background color for channel.warn() calls. (user: mario, size: 13139) [annotate] [blame] [check-ins using]
149 150 151 152 153 154 155 156 157 158 159 160 161 162 | 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | + | self.reuse_m3u = 1 self.playlist_asis = 0 self.window_title = 0 self.google_homepage = 0 self.open_mode = "r" if self.windows and PY2 else "rt" self.pyquery = 1 self.debug = 0 self.status_color = "#ffeecc" # update old setting names def migrate(self): # 2.1.7 if self.tmp == "/tmp": self.tmp = "/tmp/streamtuner2" |