Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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: \ → \\

  • No labels