I cannot figure out how to use Auto.Tools script to add text to a custom field. I intend to batch movies in a series using a custom field named Series. I'd also like to order the movies in the series as well using a custom field I've named SeriesNumber.
I tried a couple of changes to the script, but they have been unsuccessful. I am confused by the help file in terms of calling to the custom field.
Any suggestions?
Using Auto.Tools Script to Batch Edit Custom Fields
-
- Posts: 5
- Joined: 2017-11-13 21:09:46
-
- Posts: 5
- Joined: 2017-11-13 21:09:46
I tried this, but got a duplicate identifier error. I'm afraid this scripting thing is beyond me.
Code: Select all
function promptField() : Integer;
var
Field: String;
SetCustomField ('Series');
-
- Posts: 5
- Joined: 2017-11-13 21:09:46