PVD Selenium v4.3 All Scripts

Started by afrocuban, 7 31 May, 2026, 07:07:32 PM

Previous topic - Next topic

afrocuban

Good. Is "trailer" fragile, because not all titles have trailers?

afrocuban

#16
Quote from: Ivek23 on  4 04 June, 2026, 04:16:20 PMHowever, there was a problem when I selected only the main page in the Script Configurator, the Script Configurator did not save the settings and there was no restart of PVD. It also warned for the PlotSummary page that at least one field associated with this page must be checked. When I checked the fields associated with PlotSummary as well as the PlotSummary additional page, the Script Configurator saved the settings and restarted PVD.
If you don't want plot summary page then you should uncheck ALL of the Parse_xxx_SUMMARY boxes in Configurator and then click on "No" and PVD would restart then. It is not enough to unchek downloading pages only. You need to uncheck parsing those pages too in Configurator. This is the message on that dialog box:
QuoteTo enable downloading the plot summary page by IMDb Movie Script,
you ALSO need to check at least one of the XXX_SUMMARY boxes.
To disable downloading the plot summary page, you also need to uncheck
ALL of the Parse_xxx_SUMMARY boxes.
Press 'Yes' to go back to Configurator and set them accordingly,
or press 'No' to continue restarting PVD with leaving them as they were.

afrocuban

Here's fixed FA Movie Script, FA Related Movies field just got new html layout

Ivek23

Below is my slightly corrected and with some corrections and additions to the code IMDB_Movie_[EN][Selenium]-v4.psf script. Some information is now in a nicer form in the fields and therefore has a better appearance.

The IMDB_Movie_[EN][Selenium]-v4 MOD.7z file has been added so that it will be known that it is my version. When the file is unpacked, you will have IMDB_Movie_[EN][Selenium]-v4.psf script.

And this.

All comment fields in the script must be blocked or the comment fields must be removed, otherwise the information will still be written to the comment field, even if you set the option to write to the comment field in the Script Configurator to false.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


afrocuban

#19
Be careful of the
curPos := Pos('>Plot keywords<', HTML);

Thanks for the CustomStringReplace. I hated so much those manual StrinReplaces, but never had enough strentgh and will to clean them, although prepared to clean them at some point in the future. Also, to reduce obvious duplicates... I am not sure I will do that in the near future for myself and can't focus on your mods at the moment... It was exausting to keep all the scripts updated while testing them for months.