Add doc for coherent feature

2023-04-16 14:43:14 +02:00
parent b667e239b2
commit cd2c122bad

@@ -20,8 +20,17 @@ Process will run as usual, but changes won't be applied. This should be used to
## -c,--coherent \<arg>
Tries to match files on entered depth to the same config. If no configuration is found for all files, they will be treated individually.
Examples:
Directory structure: `X:/Collection/Show/Season/Episodes.mkv`
- `-l "X:/Collection -c 0`: Try to match the same config for all files in `Collection`.
- `-l "X:/Coolection -c 1`: Try to match the same config for all files in `Show`.
- `-l "X:/Coolection -c 2`: Try to match the same config for all files in `Season`.
## -cf,--force-coherent
Only update files, when a configuration matched for all files at entered depth.
## -n,--only-new-files
Remembers last successful execution and only considers files newer than that.