#Are any of you aware of keyed list of IMDB Oscar categories over time?

1 messages · Page 1 of 1 (latest)

torn lodge
#

I'm replacing my Oscar winner collections for categories that aren't included in the PMM default Oscar collection, e.g. actor, supporting actress, adapted screenplay, animated feature, etc.

I'm using the IMDB_award attribute of the IMDB builder. The problem is that in order to do this with IMDB_award, you have to use category_filter which are the section headings for each award on each page and what amounts to the same awards aren't consistently named across years and the names that IMDB uses don't necessarily match the award names from Oscar Wiki or the Academy's website.

For example, based on spot checking ~20 years I found 8 different section headings for the adapted screenplay category:
- Best Writing, Adaptation
- Best Writing, Screenplay
- Best Writing, Screenplay
- Best Writing, Screenplay Based on Material from Another Medium
- Best Writing, Screenplay Adapted From Other Material
- Best Writing, Screenplay Based on Material Previously Produced or Published
- Best Writing, Adapted Screenplay
- Best Adapted Screenplay

The Animated Feature category has only existed about 20 years and I found 3 different category names for it by spot checking 5 of those 20 years:
- Best Animated Feature
- Best Animated Feature Film of the Year
- Best Animated Feature Film

So, I can only think of 3 ways of being pretty confident that I'm capturing all of the category name variations.

  1. Go through each of the 90+ years and manually build a list and key them together to make my collection category filters. I really don't want to do this.
  2. Build a script to loop through & scrape the categories from each year's page based on a shared tag. I'm not a programmer, but I think I can do this, but it's going to be a significant time investment.
  3. Hope someone else has already built the keyed list and someone can point me to it.

Any thoughts or direction would be appreciated.

Thanks.

autumn marshBOT
#

Welcome @torn lodge!

Thanks for being a PMM Sponsor, we greatly appreciate it! Your ticket will now be diverted to <@&1097919568334311495> and <@&938443185347244033>.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

median fable
#

this is what pmm validates those filters against

#

if your intrested in an awards show not in the repo open up an issue

torn lodge
#

This is exactly what I was looking for. Perfection!. Thank you.