diff --git a/comictaggerlib/ui/settingswindow.ui b/comictaggerlib/ui/settingswindow.ui
index f7fed10..d7a706a 100644
--- a/comictaggerlib/ui/settingswindow.ui
+++ b/comictaggerlib/ui/settingswindow.ui
@@ -626,7 +626,7 @@ One Publisher per line
- Overlay
+ Merge Modes
@@ -647,33 +647,33 @@ One Publisher per line
-
- The operation to perform when overlaying source data (Comic Vine, Metron, GCD, etc.)
+ The merge mode to use when fetching data from a Metadata Source (Comic Vine, Metron, GCD, etc.)
- Data Source
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Data Source:
6
+
+ cbxOverlaySource
+
-
- The operation to perform when overlaying read styles (ComicRack, ComicBookInfo, etc.)
+ The merge mode to use when reading multiple metadata styles from a comic archive (ComicRack, ComicBookInfo, etc.)
- Read Style
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Read Style:
6
+
+ cbxOverlayReadStyle
+
-
@@ -684,14 +684,8 @@ One Publisher per line
0
-
-
- 16777215
- 16777215
-
-
- The operation to perform when overlaying source data (Comic Vine, Metron, GCD, etc.)
+ The merge mode to use when fetching data from a Metadata Source (Comic Vine, Metron, GCD, etc.)
@@ -719,7 +713,7 @@ One Publisher per line
QTabWidget::North
- 0
+ 2
@@ -759,7 +753,9 @@ One Publisher per line
false
- Overlays all the (non-list) non-empty values of the new metadata (e.g. Comic Vine) on top of the current metadata.
+ Overlays all the non-empty values of the new metadata (e.g. Comic Vine) on top of the current metadata.
+
+See the Lists tab for controlling how lists are handled.
Example:
(Series=batman, Issue=1, Tags=[batman,joker,robin])
@@ -796,7 +792,9 @@ Example:
-
- Adds any (non-list) metadata that is present in the new metadata (e.g. Comic Vine) but is missing in the current metadata.
+ Adds any metadata that is is missing in the current metadata but present in the new metadata (e.g. Comic Vine).
+
+See the Lists tab for controlling how lists are handled.
Example:
(Series=batman, Issue=1)
@@ -833,7 +831,7 @@ Example:
-
- All lists (tags, characters, genres, credits, etc.) are merged or replaced via the "Merge Lists" check box. Merge will replace duplicates within the list with the "new" data.
+ Checking the "Merge Lists" check box will enable merging of list items, otherwise it will follow the merge mode, see the 'Overlay' and 'Add Missing' tabs.
Example Merge:
(Tags=[batman,joker,robin])
@@ -865,14 +863,8 @@ Example Replace:
0
-
-
- 16777215
- 16777215
-
-
- The operation to perform when overlaying read styles (ComicRack, ComicBookInfo, etc.)
+ The merge mode to use when reading multiple metadata styles from a comic archive (ComicRack, ComicBookInfo, etc.)