Search found 5 matches

by revjoeyreed
2017-12-23 15:26:29
Forum: Ant Movie Catalog > Scripts
Topic: IMDB Script not working
Replies: 173
Views: 11752

It looks like the MPAA is still there in the source code. This is from "The Ballad of Lefty Brown," as an example. <span itemprop="contentRating">Rated R for violence and some language</span> I really suck at scripting. Everything I've tried has resulted in errors. :-/
by revjoeyreed
2017-12-21 03:43:45
Forum: Ant Movie Catalog > Scripts
Topic: IMDB Script not working
Replies: 173
Views: 11752

Looks like the IMDB updates now include some great info that would be great in the database like Season and Episode information for TV shows and reasons for ratings, ie., "R for violence and strong language." How cool would it be to filter for "drugs" or "nudity" and ju...
by revjoeyreed
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

My mistake. I thought the value was supplied later in the script when the PickTreeAdd was invoked.

I think I'll leave the scripting to those who understand it better than I do.

Thank you for the information. :)
by revjoeyreed
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');
by revjoeyreed
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...