Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on June 01, 2025, 09:43:20 am »
As a note. For some reason, at some point the page with the film stops filling. For example, "Graf Dracula in Oberbayern" (https://www.imdb.com/title/tt0079230/). You can see how the TMP folder is filled in the scripts, but all the fields on its page in the PVD are empty. Even the user ones. And I can't figure out if this is a problem in the program itself (some kind of glitch) or a problem in the script.
12
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on June 01, 2025, 08:26:15 am »
and it should be that in the Links field not the films are displayed, but a link (pic.1) to the IMDB page (pic. 2)?

And what is wrong here in your opinion. I don't see anything wrong here. There should be a link to the Connections website and a list of all areas and the number of hits in one area (as in the attached image9 below). The exception is only one area, where there is only a link to the Connections website.
In my opinion, the list of films should be expanded there. And not transferred to the browser. As it was before in the main menu of the PVD. This is a big plus. You can immediately see which films from the collection the new product intersects with. Thank you!
13
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on June 01, 2025, 07:47:38 am »
and it should be that in the Links field not the films are displayed, but a link (pic.1) to the IMDB page (pic. 2)?

And what is wrong here in your opinion. I don't see anything wrong here. There should be a link to the Connections website and a list of all areas and the number of hits in one area (as in the attached image9 below). The exception is only one area, where there is only a link to the Connections website.
14
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on May 31, 2025, 02:08:00 pm »
and it should be that in the Links field not the films are displayed, but a link (pic.1) to the IMDB page (pic. 2)?
15
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on May 26, 2025, 07:26:17 pm »
Hi. Hurray, it helped!!!! I pressed REPEAT (sic!) 2-3 times while loading the information and everything loaded. Almost. For some reason the line "Also known as" is empty. Although you have it filled in for the same film. The "Also known as" mark is set in the plugin settings...
Many thanks for the help and resuscitation of PVD!!!!
P.S. And the last question. For today ;-). And for TV series it doesn't work yet?

That was nice to hear and I'm also glad that PVD was able to be revived.

I know about the problem with the "Also known as" information transfer box. Try reloading all the information. If there is still no information, try the refresh button or try another movie file or restart pvd. Maybe then it will be better.

As for the TV series data transfer, the entire E P I S O D E L I S T code is blocked, because at that time there was a problem with the pop-up windows and it was necessary to interrupt the information transfer, leaving empty fields in the database. Where the problem is here, I don't know, because I didn't find anything wrong in the code. Maybe an Afrocuban user will find a way to solve this problem when he comes back.

For now, let's leave it as it is and let's solve any errors and other problems if it possible.
16
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on May 26, 2025, 04:05:54 pm »
I think I found the reason why it's not working for you. It's likely that the following Python libraries are not installed.
Quote
pip install requests beautifulsoup4

Do this:
Quote
Open a terminal or command prompt:
On Windows: search for "cmd" or "PowerShell".

Type the following in the command prompt to install the appropriate library:
Quote
pip install requests beautifulsoup4

Once this is installed, it should work. I know this from my own experience on Win11, where it didn't work before, just like you. But when I installed this library, everything worked without problems with Geckodriver, which is added to the same Scripts folder where the scripts are already.

I will also send you a new version of your !PersonalVideoDB program, where everything is already set up to work with Geckodriver.
Hi. Hurray, it helped!!!! I pressed REPEAT (sic!) 2-3 times while loading the information and everything loaded. Almost. For some reason the line "Also known as" is empty. Although you have it filled in for the same film. The "Also known as" mark is set in the plugin settings...
Many thanks for the help and resuscitation of PVD!!!!
P.S. And the last question. For today ;-). And for TV series it doesn't work yet?
17
PVD Python Scripts / Re: Python (+Selenium) Chrome general script
« Last post by Ivek23 on May 25, 2025, 06:42:15 am »
You also need to install this library for python to work successfully and download information from the Imdb website.

Quote
B 1. pip install requests beautifulsoup4
18
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on May 24, 2025, 01:14:17 pm »
I think I found the reason why it's not working for you. It's likely that the following Python libraries are not installed.
Quote
pip install requests beautifulsoup4

Do this:
Quote
Open a terminal or command prompt:
On Windows: search for "cmd" or "PowerShell".

Type the following in the command prompt to install the appropriate library:
Quote
pip install requests beautifulsoup4

Once this is installed, it should work. I know this from my own experience on Win11, where it didn't work before, just like you. But when I installed this library, everything worked without problems with Geckodriver, which is added to the same Scripts folder where the scripts are already.

I will also send you a new version of your !PersonalVideoDB program, where everything is already set up to work with Geckodriver.
19
PVD Python Scripts / Re: New IMDb Movie v4 Script Discussion
« Last post by Ivek23 on May 23, 2025, 08:25:36 am »
IMDb Movie v4 Script works using the latest chromedriver.exe file and transfers information only from the main and those Imdb movie pages where there are no More and All buttons. Using geckodriver.exe, however, there are no such problems. It is also a condition for it to work that due to changes in the source code of the web page, the IMDb Movie v4 Script is also enabled. However, it is true that using geckodriver.exe, the transfer of information takes about 5 minutes and in any message windows, you must confirm the "Try again" button to continue transferring information. If the "Cancel" button is confirmed, the transfer of information does not continue and no data is visible in the database as a result.
20
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on May 12, 2025, 07:16:12 am »
I have Windows 10. I have added everything possible to the firewall permissions. chromedriver.exe, Python, SeleniumPVDbScriptsConfig-v4.exe, Selenium_Chrome_Base_page_v4.py. I have disabled the antivirus. I have turned VPN on and off. Nothing helps. It is a shame that when using old IMDB scripts, the files downpage-UTF8_NO_BOM.htm and downimage-BIN-Poster.jpg are created. Note: this has never happened with any program. Too bad..... The old IMDB scripts have stopped downloading information in recent months, and the new ones do not work for me. RIP...

Too bad, to hear this.

It's interesting that the old IMDB scripts work for you, but the new versions of IMDb scripts using Python and Selenium unfortunately don't. What's wrong here that the new versions of IMDb scripts don't work for you is hard to say and figure out. The fact is that the new versions of IMDb scripts using Python and Selenium unfortunately don't work for you for certain reasons and the code written in them. It would be necessary to change parts of the code in them, so that then maybe it would work for you. Maybe a solution will be found when the Afrocuban user returns.
Pages: 1 [2] 3 4 5 6 7 ... 10