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. :-/
Search found 5 matches
- 2017-12-23 15:26:29
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB Script not working
- Replies: 173
- Views: 19402
- 2017-12-21 03:43:45
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB Script not working
- Replies: 173
- Views: 19402
- 2017-11-14 20:26:38
- Forum: Ant Movie Catalog > Help
- Topic: Using Auto.Tools Script to Batch Edit Custom Fields
- Replies: 4
- Views: 2144
- 2017-11-14 19:51:38
- Forum: Ant Movie Catalog > Help
- Topic: Using Auto.Tools Script to Batch Edit Custom Fields
- Replies: 4
- Views: 2144
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: 2144
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 ...
I tried a couple of changes to the script ...