Concept
Each operating system has different file paths that need to be adjusted accordingly. Whenever there is an input for a file path in the settings, the software provides you the posibility to set the divergent paths for the operatingh systesm. The current operating system will be underlined.
It looks something like this - in this example Windows is the current operating system:
If you open the settings file in a text editor it will look like this:
... "root": { "value": { "lin": "/mnt/server/path/to/library", "mac": "/Volumes/server/path/to/library", "win": "C:\\server\\path\\to\\library" } }, ...
Since the config file are in a JSON file format all backslashes “\” need to be escaped: \ → \\