Skip to content

Feature Request: Support for IMDB "filmosearch" URLs #423

@fmr-iv

Description

@fmr-iv

Is your feature request related to a problem? Please describe.
Creating a collection from a "filmosearch" URL in IMDB fails. My use case is for getting all feature films from a specific actor:

  1. Go to actor's IMDB page (example: Ryan Reynolds)
  2. Under Filmography, click the dropdown and select By Rating
  3. Under Refine > Movies or TV, select Feature Film (here is an example URL)

The result is the same as a list - it contains all movies, but Plex-Meta-Manager displays the following error in the command prompt:
image

Describe the solution you'd like
Allow these URLs to work with the imdb_list property for collections (or add a new property type for them)

EDIT: For a little more context, I'm basically looking to identify which movies I'm missing in my PLEX server from certain actors I like. I set the config with build_collection: false and then view the Movies_missing.yml file to determine what I need to download.

Here's an example of my config:

  Ryan Reynolds Filmography Check:
    imdb_list: https://www.imdb.com/filmosearch/?explore=title_type&role=nm0005351&sort=user_rating,desc&mode=detail&page=1&title_type=movie
    build_collection: false
    sync_mode: append

Using this IMDB feature is much faster than manually creating lists for all the actors I want to check, so adding support for these URLs would be a huge help.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions