Search found 5 matches
- 2017-12-23 15:26:29
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB Script not working
- Replies: 173
- Views: 11752
- 2017-12-21 03:43:45
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB Script not working
- Replies: 173
- Views: 11752
- 2017-11-14 20:26:38
- Forum: Ant Movie Catalog > Help
- Topic: Using Auto.Tools Script to Batch Edit Custom Fields
- Replies: 4
- Views: 2007
- 2017-11-14 19:51:38
- Forum: Ant Movie Catalog > Help
- Topic: Using Auto.Tools Script to Batch Edit Custom Fields
- Replies: 4
- Views: 2007
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');
- 2017-11-14 18:27:02
- Forum: Ant Movie Catalog > Help
- Topic: Using Auto.Tools Script to Batch Edit Custom Fields
- Replies: 4
- Views: 2007
Using Auto.Tools Script to Batch Edit Custom Fields
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, bu...