Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
PVD Python Scripts / Re: Chrome Selenium v4 of Movie and People scripts progress
« Last post by afrocuban on March 20, 2025, 11:17:27 pm »
Thanks, Ivek. As usual, if you could be more specific, it would be helpful.
92
PVD Python Scripts / PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on March 20, 2025, 03:05:14 pm »
I do not recommend this, because for series there should be one script and for movies another script. I especially do not recommend this, because there is already quite a bit of confusion and errors in the movie scripts, because certain parts of the code either do not transfer any information to you. And if they do transfer information. they have errors or transfer incorrect information.

And that's it.
Many custom fields have been added that do not belong to certain parts of the code and then remain empty or have incorrect information in them or these fields are duplicated and therefore do not transfer any information in them. Therefore, it will be necessary to examine the IMDB Movie script in detail, where there is the most confusion.
93
PVD Python Scripts / Re: Chrome Selenium v4 of Movie and People scripts progress
« Last post by Ivek23 on March 20, 2025, 02:04:09 pm »
Quote from: afrocuban link=topic=4377.msg22831#msg22831
I will try to merge IMDb Movie and Series script, and hopefully Episodes at the end. There aren't much differencies at the first glance analyzing them

I do not recommend this, because for series there should be one script and for movies another script. I especially do not recommend this, because there is already quite a bit of confusion and errors in the movie scripts, because certain parts of the code either do not transfer any information to you. And if they do transfer information. they have errors or transfer incorrect information.

And that's it.
Many custom fields have been added that do not belong to certain parts of the code and then remain empty or have incorrect information in them or these fields are duplicated and therefore do not transfer any information in them. Therefore, it will be necessary to examine the IMDB Movie script in detail, where there is the most confusion.
94
PVD Python Scripts / Re: Selenium Imdb Series and Episodes Scripts discussion
« Last post by afrocuban on March 17, 2025, 09:40:34 am »
Thanks for the explanation. I'm looking for ways how to automate this without limiting on number os seasons and episodes...
95
PVD Python Scripts / Re: Selenium Imdb Series and Episodes Scripts discussion
« Last post by Ivek23 on March 17, 2025, 07:38:36 am »
Thanks ivek. I already looked at those scripts of course, but what I don't get is is how PVD knows when first season is finished. When Function ParsePage_IMDBMovieSEASON1 stops with AddEpisode, and Function ParsePage_IMDBMovieSEASON2 starts?

Actually, it's a very simple definition.

When the website runs out of episode data when downloading episodes for season 1, the ParsePage_IMDBMovieSEASON1 function stops with AddEpisode and the ParsePage_IMDBMovieSEASON2 function starts to download episodes for season 2, and so on, until there are no more seasons for a particular series. Therefore, it is important to know how many seasons a particular series has, which is why several scripts were created at that time to download different numbers of seasons for series.

For example, one series has only one season, or it has only one season and also an unknown season, or several seasons and in addition an unknown season has been added. There are also series with only an unknown season and a larger number of episodes.
96
PVD Python Scripts / Re: Selenium Imdb Series and Episodes Scripts discussion
« Last post by afrocuban on March 16, 2025, 05:50:56 pm »
Thanks ivek. I already looked at those scripts of course, but what I don't get is is how PVD knows when first season is finished. When Function ParsePage_IMDBMovieSEASON1 stops with AddEpisode, and Function ParsePage_IMDBMovieSEASON2 starts?
98
PVD Python Scripts / Selenium Imdb Series and Episodes Scripts discussion
« Last post by afrocuban on March 16, 2025, 01:01:50 pm »
I must have made a mistake, I just didn't notice it (I still have a lot of things to sort out for my mother's passing, so some details are missing and I don't notice them). I'll fix that and see if it works.

I fixed it now and it works perfectly.

Great! Enjoy it!

May I ask you a question? Can you describe the flow of adding series, seasons and episode links? Which script does which task? I'm almost done integrating series script into movie script, but I am stuck at the moment what generates seasons and what generates  episodes in each season, what provides links to the episodes and so on. Thank you in advance.
99
PVD Python Scripts / Re: Firefox Selenimu Script Discussion
« Last post by Ivek23 on March 16, 2025, 10:00:47 am »
I must have made a mistake, I just didn't notice it (I still have a lot of things to sort out for my mother's passing, so some details are missing and I don't notice them). I'll fix that and see if it works.

I fixed it now and it works perfectly.
100
PVD Python Scripts / Re: Firefox Selenimu Script Discussion
« Last post by Ivek23 on March 16, 2025, 08:09:23 am »
One more thing I should mention is that my NOD32 antivirus program quarantines SeleniumPVDbScriptsConfig-v4.exe from the _Source_Code folder as well as from the Scripts folder due to Suspicious Object. So I have to bring them back from quarantine and specify that NOD32 skips them when scanning again. Once I do that, then the Suspicious Object cause is gone.
Pages: 1 ... 5 6 7 8 9 [10]