Diff
Differences From Artifact [d42c2b2b7d]:
- File config.py — part of check-in [e4d747b68a] at 2017-11-17 13:20:10 on branch trunk — Change default streamripper user agent to 'iTunes 12.5/Gecko/SR' (user: mario, size: 13344) [annotate] [blame] [check-ins using]
To Artifact [70c45975f0]:
- File config.py — part of check-in [4beef0ad4d] at 2018-12-18 22:40:29 on branch trunk — Optional toolbar button for search dialog. (user: mario, size: 13371) [annotate] [blame] [check-ins using]
| ︙ | |||
152 153 154 155 156 157 158 159 160 161 162 163 164 165 | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | + |
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"
self.searchbtn = 0
# update old setting names
def migrate(self):
# 2.1.7
if self.tmp == "/tmp":
self.tmp = "/tmp/streamtuner2"
|
| ︙ |