Check-in [75cb32d44e]
Overview
Comment: | Default internetradio_max_pages=5 in the config. (Last report indicated it didn't get picked up. And it's a default plugin anyway.) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
75cb32d44e9fb6815f851483a9c6c393 |
User & Date: | mario on 2016-06-17 17:42:36 |
Other Links: | manifest | tags |
Context
2016-06-23
| ||
09:13 | Live365 is no more. check-in: 490abb1150 user: mario tags: trunk | |
2016-06-17
| ||
17:42 | Default internetradio_max_pages=5 in the config. (Last report indicated it didn't get picked up. And it's a default plugin anyway.) check-in: 75cb32d44e user: mario tags: trunk | |
2016-06-16
| ||
23:30 | Disable SSL verification for UbuntuUsers Wiki. check-in: 8cac2cfef5 user: mario tags: trunk | |
Changes
Modified config.py from [2962c58373] to [f7bc6d9cd5].
︙ | |||
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 |
︙ |