Diff
Differences From Artifact [d54903cb9b]:
- File config.py — part of check-in [470e3fac2b] at 2015-04-30 06:21:03 on branch trunk — Add new config dialog group for "Playlists". Conf setting `playlist_asis` completely skips action.convert_playlist(). Works for any real m3u/pls/srv server and flexible audio players. But obviously breaks Jamendo albums or other JSON playlist sources. (user: mario, size: 18664) [annotate] [blame] [check-ins using]
To Artifact [82840017ee]:
- File config.py — part of check-in [3d6205d2d3] at 2015-05-01 02:16:44 on branch trunk — Use empty stub {} dict in place of state.json contents on fresh init. (user: mario, size: 18670) [annotate] [blame] [check-ins using]
255 256 257 258 259 260 261 | 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 | - + | if self.tmp == "/tmp": self.tmp = "/tmp/streamtuner2" # Shortcut to `state.json` loading (currently selected categories etc.) def state(self, module=None, d={}): if not d: |