Class GetXMP
Returns a full XMP packet for each of the given Asset IDs.
Defined in: getXmp.js.
Constructor Attributes | Constructor Name and Description |
---|---|
GetXMP(src)
Returns a full XMP packet for each of the given Asset IDs.
|
Class Detail
GetXMP(src)
Returns a full XMP packet for each of the given Asset IDs.
Fetches the full XMP packets for all assets specified by assetID in 'src'. These XMP values are parsed into a text object keyed by AssetID from the JSON file in which they are contained, and by default are displayed to the user.
'MBurl'/wf/getXmp?src=['AssetID']
http://127.0.0.1:55555/wf/getXmp?src=["12345"]
- Parameters:
- src
- AssetID/list of assetIDs to get the XMP from.
- Returns:
- ( {'AssetID': "XMP Packet Values",...} )