Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on April 28, 2025, 07:03:05 am »
According to your picture, you need to confirm the "try again" button so that it will continue downloading files to the Program Folder/Scripts/Tmp folder. Or it will then finish downloading data for a specific movie.
and how many times do I need to press? I pressed it about 20 times. The result is this message each time. After that, will the download from the file in the folder be done into the program itself?

were you talking about these files (screen)?

But, as I understand it, temporary files are created there when the old classic IMDB script is running. And when IMDB-Selenium is running, there is nothing in the folder
92
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on April 27, 2025, 05:45:43 pm »
According to your picture, you need to confirm the "try again" button so that it will continue downloading files to the Program Folder/Scripts/Tmp folder. Or it will then finish downloading data for a specific movie.
93
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on April 27, 2025, 10:46:25 am »
There is a PVD Selenium MOD v4 IMDb Movie, People and FilmAffinity topic on this link below, where the Scripts.7z package is a file with all the missing files in the package. Below is also the Scripts-2025-03-23.7z package with updates. Use only those files that you are missing. If you want, you can edit the SeleniumPVDbScriptsConfig-v4.ini file if you want to use more scripts.

https://www.videodb.info/forum_en/index.php/topic,4379.msg22821.html#msg22821

downloaded and installed. Now it gives me this message. I can edit it myself only if someone shows me what needs to be done. It is important and sufficient for me to download the basic information about the film. The one that was previously filled in by default. Therefore, the question is - what scripts and where to enter in the ".ini" file to get this information.
94
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on April 19, 2025, 05:55:01 pm »
There is a PVD Selenium MOD v4 IMDb Movie, People and FilmAffinity topic on this link below, where the Scripts.7z package is a file with all the missing files in the package. Below is also the Scripts-2025-03-23.7z package with updates. Use only those files that you are missing. If you want, you can edit the SeleniumPVDbScriptsConfig-v4.ini file if you want to use more scripts.

https://www.videodb.info/forum_en/index.php/topic,4379.msg22821.html#msg22821
95
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on April 19, 2025, 05:07:33 pm »
Here is an updated, modified and adapted IMDB_Movies_[EN][Selenium]-v4.psf , where only one custom field is used in certain parts of the code, rather than multiple duplicated custom fields, which then do not transfer the correct information or, possibly, do not transfer any information at all. However, some parts of the code or redundant parts of the code log files are blocked, because they are not used at all and only unnecessarily increase the size of the script. However, parts of the code are unblocked and should be, because they only slow down the script and a pop-up window appears with the Too many faulty attempts to internet connection notification

Below is the attachment.


Is it possible to compile a complete package of scripts? So that an inexperienced user does not have to suffer during the compilation
96
Talk / Re: Donations to Ivek
« Last post by Ivek23 on April 10, 2025, 10:52:36 am »
I have just read it. My sincere condolences. I wish you a lot of strength in this difficult time.

Thank you very much.
97
Talk / Re: Donations to Ivek
« Last post by svenne on April 10, 2025, 07:02:37 am »
I have just read it. My sincere condolences. I wish you a lot of strength in this difficult time.
98
Scripts and Templates / Re: Export template: HTML List (English + German)
« Last post by svenne on April 09, 2025, 10:40:20 pm »
Hello to all of you,

I haven't been here for a long time. Work and especially family have completely taken over. But I'm still using PVD myself and it's nice to see there is still at least some life in here. Big thanks to Ivek23, I think. It is a great pity that Nostra has put PVD on ice. I really hope he is doing well despite all the current upheavals in the world and that his reasons behind his absence are of a similarly positive nature as those for mine...

Some time ago, I've noticed that large parts of the JavaScript in the HTML frames export template no longer work (at least if exported files are local and not hosted on a domain). The reason is the "same origin policy" that became general standard and that browsers may treat all file:/// URIs as unique origins. In this case, JavaScript in iFrames is no longer allowed to directly access parts of their parents and vice versa. In the exported database, this affects filters, the search function and most of the extras added by pimpHTMLframesExport.exe (which can be found in the subfolder \pimpHTMLframesExport after the export). I fixed this, but tested only in Firefox. The new export templates are attached.

All the kindest wishes to those still here!
99
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on April 09, 2025, 12:54:42 pm »
Here is an updated, modified and adapted IMDB_Movies_[EN][Selenium]-v4.psf , where only one custom field is used in certain parts of the code, rather than multiple duplicated custom fields, which then do not transfer the correct information or, possibly, do not transfer any information at all. However, some parts of the code or redundant parts of the code log files are blocked, because they are not used at all and only unnecessarily increase the size of the script. However, parts of the code are unblocked and should be, because they only slow down the script and a pop-up window appears with the Too many faulty attempts to internet connection notification

Below is the attachment.
100
PVD Python Scripts / Re: New IMDb Movie v4 Script Discussion
« Last post by Ivek23 on April 08, 2025, 06:43:07 pm »
Also, new search window introduced, with different types of search and countdown of 10 seconds defaulted to "general" search.

I suggest a fix in the Selenium_Chrome_Search-v4.py script for the search window, namely that the window is open for 15 to 20 seconds when a "general" search is started.

New suggestion for how to make the search options visible.
Quote
    # Add all the new options to the pop-up
    tk.Radiobutton(dialog, text="General", variable=search_type_var, value="General").pack(anchor=tk.W)
    tk.Radiobutton(dialog, text="Movie, TV Movie, Video", variable=search_type_var, value="Movie, TV Movie, Video").pack(anchor=tk.W)
    tk.Radiobutton(dialog, text="TV Series, TV Mini Series", variable=search_type_var, value="TV Series, TV Mini Series").pack(anchor=tk.W)
    tk.Radiobutton(dialog, text="TV Episode", variable=search_type_var, value="TV Episode").pack(anchor=tk.W)
    tk.Radiobutton(dialog, text="TV Special, TV Short", variable=search_type_var, value="TV Special, TV Short").pack(anchor=tk.W)
    tk.Radiobutton(dialog, text="Music Video", variable=search_type_var, value="Music Video").pack(anchor=tk.W)
    tk.Radiobutton(dialog, text="Misc", variable=search_type_var, value="Misc").pack(anchor=tk.W)

The search options Movie, TV Movie, Video should be together, because some movies also have a Video tag, such as 18-Year-Old Virgin movie.
Pages: 1 ... 5 6 7 8 9 [10]