You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Under Filmography, click the dropdown and select By Rating
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:
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.
The text was updated successfully, but these errors were encountered:
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:
The result is the same as a list - it contains all movies, but Plex-Meta-Manager displays the following error in the command prompt:
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:
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.
The text was updated successfully, but these errors were encountered: