Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Support / Re: Personal Video Database 1.0.2.7 MOD
« Last post by mgpw4me_back_again on March 13, 2026, 02:31:42 am »
https://imdbapi.dev/ is indeed very interesting resource, but still it looks to me with limited data?
True. There are thousands of species of fish and yet I only eat a few of them, so how would I categorize them?
As a casual user, I don't have the same data requirements as a film student.
I'm impressed by your technical acheivement in piecing together multiple programs to scrape every single byte from IMDB. I remember you from times past, from near the beginning of PVD. As a moment in time, this is a huge achievement.
Every 18 to 24 months, IMDB updates it's HTML. I'm sure this just is a refesh of the site and the introduction of new technology. The last update came about when AI became part of the site. When the next update comes, you will be the only person that can resolve the issues.
I'll say simply, "Take what's given" and build from that. The 'dev' site is simple to get data from, and for those want more, you have that solution.
2
Support / Re: Personal Video Database 1.0.2.7 MOD
« Last post by afrocuban on March 12, 2026, 08:56:19 am »
https://imdbapi.dev/ is indeed very interesting resource, but still it looks to me with limited data?
3
Please be specific which script doesn't work for you and post screenshots with a specific title when it happens as well as log.txt and other logs from Scripts/Tmp folder so we could try to reproduce and help you.
4

This can happen when searching for a movie and you don't have .png files in /Scripts folder. For other cases, I have no idea without logs.

I got this log. I hope it helps, I can't understand any of it
5
Support / Re: Personal Video Database 1.0.2.7 MOD
« Last post by mgpw4me_back_again on March 05, 2026, 04:12:47 pm »
I've had considerable luck using PHP to download IMDB pages. OpenSSL has to be enabled, and you have to provide a valid user-agent. Both settings are in the PHP.INI file...just set it and forget it. If you set up a server @ localhost, you could relay requests to IMDB and return pages to the PVD script that made the request without windows opening and closing. I'm using CivetWeb64 server (a branch from Mongoose, I think). When it's installed as a service, it will start automatically when you boot your computer.

That doesn't resolve the javascript "click for more information" on the pages, but last week I found this:

https://imdbapi.dev/

For my uses this site is all I need. Since it's just JSON formatted data the format won't likely change, the queries are very fast and parsing would be simple. In my case, PHP also has a Json_Decode function to convert JSON data into PHP variables, which will simplify the creation of dynamic pages on my server.
6
Support / Re: Personal Video Database 1.0.2.7 MOD
« Last post by afrocuban on February 10, 2026, 07:54:32 pm »
Hello Lastdino.

Well, in the meantime everything and completely changed. IMDb made it so hard for a year and a half to download info. The only way to get info from IMDB now is to use python and scripts. This is the place to to learn:
https://www.videodb.info/forum_en/index.php/topic,4379.0.html


There are 2 ways at the moment but after you set up your system probably the easiest way is this
https://www.videodb.info/forum_en/index.php/topic,4379.msg23045.html#msg23045

I must warn you that it is so slow now to get the info with this method (and pretty slow with both methods) but this one is painfull for mass updates and tolerable with a single add up:
https://www.videodb.info/forum_en/index.php/topic,4379.msg23045.html#msg23045
7
Scripts and Templates / Re: Export template: HTML List (English + German)
« Last post by afrocuban on February 10, 2026, 07:44:40 pm »

Try to see if the link in my signature is displayed correctly to exclude possible errors of your browser. If so, and only your export is not displayed correctly, try to export only 1-2 test films (preferably which are in English, so that there is no character problem, because it can happen, very rarely, there may be a movie which has dubious characters and then it corrupts the whole list)


Haha, this community is indestructible. Great to see you back, Lastdino replying to my almost 6 years old post!


I tried the link in your signature and it works perfectly. I will try to export several films that should be common and will let you know.


Best regards
8
Scripts and Templates / Re: Export template: HTML List (English + German)
« Last post by Lastdino on February 10, 2026, 06:17:23 pm »

Thanks svenne. It's allways great to hear family takes first pace. Updated template works flawlessly. I wanted to ask you if you're willing to help with lastDino's template too, if that is viable for you. Thank you in advance!

Try to see if the link in my signature is displayed correctly to exclude possible errors of your browser. If so, and only your export is not displayed correctly, try to export only 1-2 test films (preferably which are in English, so that there is no character problem, because it can happen, very rarely, there may be a movie which has dubious characters and then it corrupts the whole list)
9
Support / Re: Personal Video Database 1.0.2.7 MOD
« Last post by Lastdino on February 10, 2026, 05:56:44 pm »
Hi guys! Thanks again to everyone who has kept this project alive until now. I’m using the version IMDB_[EN][HTTPS]_TEST_2c.psf (at least, that’s what I was using when it worked :'( ) for importing from IMDb, but it hasn’t been working properly for quite a while now. Is there a functional version of this plugin, at least for importing basic movie information? I don’t need complicated things like awards, keywords, etc. All my movies have info downloaded only from IMDb so far, which is why I’d prefer to keep doing the same.
10
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie, People and FilmAffinity Scripts
« Last post by jondak on February 08, 2026, 09:54:10 pm »
Did you start 4 chrome instances manually prior to run the PVD?
start chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\PVD\1"
start chrome.exe --remote-debugging-port=9223 --user-data-dir="C:\PVD\2"
start chrome.exe --remote-debugging-port=9224 --user-data-dir="C:\PVD\3"
start chrome.exe --remote-debugging-port=9225 --user-data-dir="C:\PVD\4"

This i didn't do. Will try again next week when time permits.

Thank you
Pages: [1] 2 3 4 5 6 ... 10