Transfer Actions
Set up Transfers, Drives and more.
Paths are arrays, and as such can be used to set multiple sources or destinations in one action:
["/Volumes/Untitled/Clips","/Volumes/Untitled/Proxies"]
Make sure to specify full paths. On Mac, this includes
/Volumes
. On Windows, start with the drive letter.Sets a single Source or a collection of paths. Applies a Label when defined.
hedge://setSource?paths=["/Volumes/UNTITLED"]&token=123456789
Query Parameter | Required | Value Type |
paths | yes | array |
label | no | string |
token | yes | string |
Set sources and/or destinations to unused. Existing transfers are not affected. If type is not defined, both sources and destinations will be reset.
hedge://reset?type=["sources", "destinations"]&token=123456789
Query Parameter | Required | Value Type |
type | no | array |
token | yes | string |
Set a destination.
hedge://setDestination?path=/Volumes/BACKUP&token=123456789
Query Parameter | Required | Value Type |
path | yes | string |
token | yes | string |
Creates transfers for all new combinations of sources and destinations. Identical to the Add Transfers button in Hedge.
hedge://addTransfers?token=123456789
Query Parameter | Required | Value Type |
path | yes | string |
token | yes | string |
Last modified 10mo ago