58 58 "useragent": "Streamtuner2",
59 59 "window_title": true,
60 60 }
61 61
62 62 There are three JSON groups:
63 63
64 64 * the `plugins: { }` list simply lists which channel and feature modules are enabled.
65 - * And `record:` and `player:` are the audio/recording apps from the config dialog.
65 + * And `record:`
66 + * and `player:` are the audio/recording apps from the config dialog.
66 67
67 68 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.
68 69
69 70 A few options may not be available in the <kbd>F12</kbd> configuration dialog as checkbox, but can be edited here.
71 +
72 +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.