Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Changes To settings.json

Changes to "settings.json" between 2015-05-21 21:00:48 and 2015-05-21 21:02:48

58
59
60
61
62
63
64

65

66
67
68
69


58
59
60
61
62
63
64
65

66
67
68
69
70
71
72







+
-
+




+
+
	    "useragent": "Streamtuner2", 
	    "window_title": true, 
	}

There are three JSON groups:

  * the `plugins: { }` list simply lists which channel and feature modules are enabled.
  * And `record:`
  * And `record:` and `player:` are the audio/recording apps from the config dialog.
  * and `player:` are the audio/recording apps from the config dialog.

All other fields are individual core and plugin options. They're usually sorted alphabetically. Plugin options often have a name prefix which indicate their belonging.

A few options may not be available in the <kbd>F12</kbd> configuration dialog as checkbox, but can be edited here.

You probably only want to edit it manually if there's a startup problem, which neither <kbd>-D</kbd> nor <kbd>-d pluginoff</kbd> can fix.