From 38b557574fefa3b2ec16e3ad41ec5dcf39266ba1 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 27 Apr 2016 21:17:07 +0200 Subject: document gui config fetching --- voctogui/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'voctogui') 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: + - `/default-config.ini` + - `/config.ini` + - `/etc/voctogui.ini` + - `/.voctogui.ini` + - `` + +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. -- cgit v1.2.3