62
63
64
65
66
67
68
69
70
71
72
|
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
|
There are three JSON groups:
* the `plugins: { }` list simply lists which channel and feature modules are enabled.
* And `record:`
* 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.
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.
#### Hidden options
A few options may not be available in the <kbd>F12</kbd> configuration dialog as checkbox, but can be edited here.
For example:
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.
* `"cmd": "%s &",` - exec wrapper string (see action.py)
* `"start_dir"` - defined by workdir plugin
* `"firstrun"`- set after first configuration
* `"dirble_api_key"` - allows to set a custom user logon
* `"icon_dir"` - deviced from ~/.config/streamtuner2/ directory
A few will be ovrriden on startup:
* `"windows"` - current operating system
* `"firstrun"`- set after first configuration
|