diff options
-rw-r--r-- | voctogui/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/voctogui/README.md b/voctogui/README.md index 156a086..081e9d8 100644 --- a/voctogui/README.md +++ b/voctogui/README.md @@ -24,3 +24,15 @@ ### Select an Audio-Source Click twice on the Selection Combobox, the select your Source within 5 Seconds (It will auto-lock again after 5 Seconds) + +## Configuration +On Startup the GUI reads the following Configuration-Files: + - `<install-dir>/default-config.ini` + - `<install-dir>/config.ini` + - `/etc/voctogui.ini` + - `<homedir>/.voctogui.ini` + - `<File specified on Command-Line via --ini-file>` + +From top to bottom the individual Settings override previous Settings. `default-config.ini` should not be edited, because a missing Setting will result in an Exception. + +On startup the GUI fetches all configuration settings from the core and merges them into the GUI config. |