Often you need to set up multiple locations for media.  You need to strictly format the caraone.json file appropriately following this example.  Notice the "," separating each "tuple".  Notice the last tuple does not have a "," at the end signifying the final item in a comma-delineated list.  This example shows paths for Windows however for Mac just change to /Volumes accordingly.  The server path must match the server settings as setup in the set_settings.bin.


 "PathTranslationSettings": {

    "Tuples": [

      {

        "ServerPath": "/mnt/lucid1/ABC_DHM-231127-DAY01_SHOOT/",

        "LocalPath": "C:\\Volumes\\footage\\wasabisouth\\ABC_DHM-231127-DAY01_SHOOT\\"

      },

      {

        "ServerPath": "/mnt/lucid1/ABC_DHM-231128-DAY02_SHOOT/",

        "LocalPath": "C:\\Volumes\\footage\\wasabisouth\\ABC_DHM-231128-DAY02_SHOOT\\"

      },

      {

        "ServerPath": "/mnt/lucid1/ABC_DHM-240127-DAY35_SHOOT/",

        "LocalPath": "C:\\Volumes\\footage\\wasabisouth\\ABC_DHM-240127-DAY35_SHOOT\\"

      }

  ]

  },