Search found 2 matches

by AMC-user
2016-11-15 11:29:14
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 235402

Temporary fix unnecessary quotation marks in IMDB script

I'm guessing IMDb; as they display the title that way on the site, the script imports it as it is. It could be fixed, as there is no much point in keeping these quotes.

///////// temporary fix unnecessary quotation marks in IMDB script 3.88
MovieName := GetField(fieldOriginalTitle);
MovieName ...
by AMC-user
2016-11-07 11:03:59
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 235402

IMDB script unnecessary quotation

When requested for TV SERIES (only), there are unnecessary quotation marks in original title field.

For example:
TV series = "Terminator: The Sarah Connor Chronicles"
Movie = The Terminator

P/S/ Sorry for bad english.