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.
I guess I've done it before but forgot it eventually.
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?
[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. 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.