duck7000 / imdbGraphQLPHP

7 stars 0 forks source link

Request: Companies data / rating count #5

Closed GeorgeFive closed 1 year ago

GeorgeFive commented 1 year ago

I believe these are the only things missing from title.php that I personally use. Would it be possible to port over company data (namely, production company and distributor) as well as user rating counts?

This has already been converted to graphql in boothman's version....

duck7000 commented 1 year ago

I'll think about it

And by user rating you mean? Screenshot_2023-08-03_17-11-39

GeorgeFive commented 1 year ago

The upper circle (855k in the screenshot, but votecount for this title is actually 854683).

The reason I ask for this is to give proper weight to the ratings. Clockwork has 8.3 rating with 855k votes... that is damned impressive (great movie too).

For comparison, Deadly Tales III has a 9.2 rating with only 36 votes...

https://www.imdb.com/title/tt6155532/

Does that mean Deadly Tales is the better movie? Of course not, but without the votecount, the ratings lose some meaning...

duck7000 commented 1 year ago

company credits is added back and converted to GraphQL

duck7000 commented 1 year ago

Votes is added too

GeorgeFive commented 1 year ago

Works great, thanks for the speedy updates!