Scripts that need to be fixed / Scripts à corriger

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

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.
AMC-user
Posts: 2
Joined: 2016-11-07 10:06:53

Temporary fix unnecessary quotation marks in IMDB script

Post by AMC-user »

antp wrote: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 := StringReplace(MovieName, '"', '');
SetField(fieldOriginalTitle, MovieName);
////////Insert before last [end.]
Post Reply