Sorry, but this is a dark forest for me. Install Chrome and Python - yes, I can. Copy scripts - I can too. But I can't edit the paths in the scripts myself. I can't even figure out what to do with selenium_script-Chrome.py. Just copy it to the \pvd\Scripts\ folder? Maybe it's possible to put EVERYTHING you need into one package, so that it's already in the archive in the right folders?
Since I have already described and added the complete Scripts - What scripts do you need package you need, you do not need this selenium_script-Chrome.py script now.
I can see from the log file that there is no internet connection, which is why it is not transferring any information to you.
Below is the Scripts - What scripts do you need file, which has all the necessary folders and files that you must have in the Scripts folder of the PVD program, except for the chromedriver.exe file, which can be found at the links below in the quote section.
Chromedriver:
1. chromedriver win32 https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.88/win32/chromedriver-win32.zip
2. chromedriver win64 https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.88/win64/chromedriver-win64.zip
Unzip the Scripts - What scripts do you need file and then check if you also have all the files in your folder at D:\Game\pvd\Scripts\ plus the chromedriver.exe file. If you are missing something, first make a copy of the original Scripts folder, then add the missing files to the original Scripts folder or copy the entire Scripts folder from the Scripts - What scripts do you need file. Then you will see if it works for you, because for me it normally transfers all the information to the PVD database.
Only chromedriver.exe (size around 18 mb) is missing in the complete package, because otherwise it is not possible to edit the complete package. Scripts - What scripts do you need file plus the chromedriver.exe file copy to e:\Film\!PersonalVideoDB\ path
Besides, I can't figure it out. Do I need to do any other manipulations with these scripts after or before running PVD? Or, if everything is already installed and all the paths are specified, then the information is downloaded as usual? I ran PVD, selected a movie, ran the import script...
No, you don't need any other manipulation because everything is sorted. In your case, there was nothing because you didn't have the right scripts. Once everything is installed and all paths are defined, the data will be transferred as usual, but with a slightly longer data transfer time.
if possible, describe this line point by point
FileExecute ('pythonw.exe', '"' + ScriptPath + 'selenium_script-Chrome.py" "' + URL + '" "' + ScriptPath + BASE_DOWNLOAD_FILE_NO_BOM + '"');
Za vsak v4.py script je že določena pot
652 / 5.000
For each _v4.py script, there is already a path to IMDB_Movies_[EN][Selenium]-v4.psf for each Selenium_Chrome script. This should not be changed, otherwise the scripts will not work. Everything listed in this line will start working when you run the IMDB_Movies_[EN][Selenium]-v4.psf script and pythonw.exe will start and then all IMDb websites listed in the IMDB_Movies_[EN][Selenium]-v4.psf script will start downloading (BASE_DOWNLOAD_FILE_NO_BOM and similar files). After all these files are downloaded to your e:\Film\!PersonalVideoDB\Scripts\Tmp\ path, the downloaded information for a specific movie will be added to your PVD database.
1, Here is my path to "python" c:\Users\хххх\AppData\Local\Programs\Python\Python313\pythonw.exe"
pythonw.exe will automatically start when the IMDB_Movies_[EN][Selenium]-v4.psf script is run.
2, My path to "chromedriver.exe" and to "selenium_script-Chrome.py"
e:\Film\!PersonalVideoDB\Scripts\
What will the fully specified path look like in my case, in which file should it be specified and on which line of this file?
Also nowhere, because the e:\Film\!PersonalVideoDB\Scripts\ path will be automatically detected when the IMDB_Movies_[EN][Selenium]-v4.psf script is there and will run. But you must have the Scripts folder copied from the Scripts - What scripts do you need file with all the files in it plus the chromedriver.exe file there.