The code I've made so far is working and I'm really happy. There are just a few changes to the VSCO Keys layout I don't know how to implement.
2&3 were standard VSCO operations, so I assume the code is in the toolkitlistlr3.json - I just need to find it, copy it, and know where to paste it into my code.
{ "mod":"0", "key":"12", "adj" : {"Tint":"-1"} },
{ "mod":"0", "key":"13", "adj" : {"Tint":"1"} },
{ "mod":"0", "key":"5", "adj" : {"Highlights2012":"-10"} },
{ "mod":"0", "key":"4", "adj" : {"Highlights2012":"10"} },
{ "mod":"0", "key":"11", "adj" : {"Whites2012":"-10"} },
{ "mod":"0", "key":"45", "adj" : {"Whites2012":"10"} },
{ "mod":"0", "key":"8", "adj" : {"Shadows2012":"-5"} },
{ "mod":"0", "key":"9", "adj" : {"Shadows2012":"5"} },
{ "mod":"0", "key":"6", "adj" : {"Blacks2012":"-5"} },
{ "mod":"0", "key":"7", "adj" : {"Blacks2012":"5"} },
{ "mod":"0", "key":"0", "adj" : {"Contrast2012":"-5"} },
{ "mod":"0", "key":"1", "adj" : {"Contrast2012":"5"} },
{ "mod":"0", "key":"32", "adj" : {"Vibrance":"-2"} },
{ "mod":"0", "key":"34", "adj" : {"Vibrance":"2"} },
{ "mod":"0", "key":"17", "adj" : {"Saturation":"-2"} },
{ "mod":"0", "key":"16", "adj" : {"Saturation":"2"} },
{ "mod":"0", "key":"14", "adj" : {"Temperature":"-100"} },
{ "mod":"0", "key":"15", "adj" : {"Temperature":"100"} },
{ "mod":"0", "key":"17", "adj" : {"Saturation":"-2"} },
{ "mod":"0", "key":"16", "adj" : {"Saturation":"2"} },
{ "mod":"0", "key":"2", "adj" : {"Exposure2012":"-0.10"} },
{ "mod":"0", "key":"3", "adj" : {"Exposure2012":"0.10"} }
]
The code I've made so far is working and I'm really happy. There are just a few changes to the VSCO Keys layout I don't know how to implement.
2&3 were standard VSCO operations, so I assume the code is in the toolkitlistlr3.json - I just need to find it, copy it, and know where to paste it into my code.
Here's my code, which works perfectly:
{
"name": "My Fifth Try",
"description": "Test file",
"author": "test user",
"uuid": "Custom",
"lrVersion": "4",
"modeKey": "53",
"keys":
[
}