Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the fifth word in this sentence?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Miguelh1020
« on: March 07, 2021, 11:34:33 pm »

Oh right! Thanks for that.
I guess I've done it before but forgot it eventually.
Posted by: Ivek23
« on: March 06, 2021, 01:16:32 pm »

I was just wondering about this.
There are some TV series with more than a 100 actors, but it seems only the main 25 are imported.
Will it ever be possible to get the whole list?

In IMDB you have this option,
Code: [Select]
[size=12pt][b]PEOPLE_LIMIT  = 25;    //Limit of number of actors (cast) or of credits (crew) retrieved.[/b][/size]which you can change as you wish. But beware, this can even freeze the PVD or slow down the operation of the script and consequently slow the PVD response. This option is primarily set to 25 peoples for faster script operation.
Posted by: Miguelh1020
« on: March 06, 2021, 01:17:04 am »

I was just wondering about this.
There are some TV series with more than a 100 actors, but it seems only the main 25 are imported.
Will it ever be possible to get the whole list?
Posted by: afrocuban
« on: January 18, 2021, 05:49:39 pm »

Sorry, I am talking about "Cinema" field which is filled by the script from the topic subject?

I put the screenshot to compare what fields are available in "Full Credits" field, and what data from those are scraped to "Cinema" field?

And in a script, "GET_FULL_CREW_CREDIT  = True" is then confusing and missleading?

EDIT: Also, if it's redundant on IMDb, and it is, then it is redundant in PVD as well. The redundancy isn't that big? It's just a text and we inevitably are getting faster and faster computers?

My database is 30GB at the moment and it will be around 70GB when I enter the rest of the photos, my computer is from 2012 and PVD is very, very fast. The one just need SSD.

I can only imagine how fast PVD will be when I buy actual date computer?

We have to think in advance?

Thanks in advance for your thoughts.
Posted by: Ivek23
« on: January 18, 2021, 05:39:56 pm »

I have already mentioned that this list is only of an informative nature to see what all is on the list. Script will never download everything because it unnecessarily overloads the PVD movie database with redundant data.
Posted by: afrocuban
« on: January 18, 2021, 02:09:45 pm »

Am I right that this script still doesn't import Full Cast & Crew, although that is what I set in the script itself

Code: [Select]
GET_FULL_CREDIT  = True ;  //Download Cast or Credit provider page for retreive the info. Otherwise only the info of the principal movie page.
  PEOPLE_LIMIT  = 1000;    //Limit of number of actors (cast) or of credits (crew) retrieved.
  //GET_CREW_CREDIT  = False ;  //Download Cast and Credit provider page for retreive the some credits (crew) info. Otherwise set to False to only the Directors, Writers, Composers, Producers, Cinematography and Thanks info of the Cast and Credit provider page. 
  GET_CREW_CREDIT  = True ;  //Download Cast and Credit provider page for retreive the some credits (crew) info. Otherwise set to False to only the Directors, Writers, Composers, Producers, Cinematography and Thanks info of the Cast and Credit provider page.
  GET_FULL_CREW_CREDIT  = True ;  //Download Cast and Credit provider page for retreive the more  some credits (crew) info. Otherwise set to False to only the Directors, Writers, Composers, Producers and Cinematography + (GET_CREW_CREDIT = True) info of the Cast and Credit provider page.