Author Topic: Personal Video Database 1.0.2.7 MOD  (Read 549504 times)

0 Members and 5 Guests are viewing this topic.

Offline afrocuban

  • Moderator
  • *****
  • Posts: 664
    • View Profile
Re: Personal Video Database 1.0.2.7 MOD
« Reply #360 on: October 30, 2024, 07:03:53 pm »
That is just perfect, Ivek! Thank you so much!
What is even more beautiful, I just redownloaded _adv search script and it miraculously doesn't crash my PVD anymore, on the contrary - it runs smoothly as well!

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2893
    • View Profile
Re: Personal Video Database 1.0.2.7 MOD
« Reply #361 on: October 30, 2024, 08:00:10 pm »
That is just perfect, Ivek! Thank you so much!
What is even more beautiful, I just redownloaded _adv search script and it miraculously doesn't crash my PVD anymore, on the contrary - it runs smoothly as well!

Yes, that's good to hear. The _adv search script had a bug which has now been fixed.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline Lastdino

  • Member
  • *
  • Posts: 6
    • View Profile
    • Personal Movies Database
Re: Personal Video Database 1.0.2.7 MOD
« Reply #362 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.

Offline afrocuban

  • Moderator
  • *****
  • Posts: 664
    • View Profile
Re: Personal Video Database 1.0.2.7 MOD
« Reply #363 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
« Last Edit: February 10, 2026, 08:01:31 pm by afrocuban »

Offline mgpw4me_back_again

  • Member
  • *
  • Posts: 3
    • View Profile
Re: Personal Video Database 1.0.2.7 MOD
« Reply #364 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.

 

anything