diff options
author | MaZderMind <git@mazdermind.de> | 2016-04-27 21:17:07 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-04-27 21:19:28 +0200 |
commit | 38b557574fefa3b2ec16e3ad41ec5dcf39266ba1 (patch) | |
tree | 9edfa1970f6d1e227006232c8c20fc0a0ad9a59d /voctogui | |
parent | ba39e76c05fab565c7eeaae6f6c2cb9aa5b88ea3 (diff) |
document gui config fetching
Diffstat (limited to 'voctogui')
-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. |