Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fmr-iv opened this issue Nov 3, 2021 · 1 comment · Fixed by #431
Closed

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

fmr-iv opened this issue Nov 3, 2021 · 1 comment · Fixed by #431
Assignees
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@fmr-iv
Copy link

fmr-iv commented Nov 3, 2021

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.

@fmr-iv fmr-iv added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Nov 3, 2021
@meisnate12 meisnate12 mentioned this issue Nov 12, 2021
meisnate12 added a commit that referenced this issue Nov 12, 2021
@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Nov 12, 2021
@meisnate12
Copy link
Member

added to develop for release in v1.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants