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

Movie Metadata Feature Request: Match Movie to tmdb_id #601

Closed
DanielGothenborg opened this issue Jan 12, 2022 · 1 comment
Closed

Movie Metadata Feature Request: Match Movie to tmdb_id #601

DanielGothenborg opened this issue Jan 12, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request priority:medium Medium priority bug or feature

Comments

@DanielGothenborg
Copy link

DanielGothenborg commented Jan 12, 2022

metadata:
  "A Nightmare on Elm Street (1984)":
    title: A Nightmare on Elm Street
    year: 1984
  "A Nightmare on Elm Street (2010)":
    title: A Nightmare on Elm Street
    year: 2010

Could we add numeric key searches to metadata?
For example:

metadata:
  1234:
    url_poster: https://...

Will save lots of matching headaches and titles with same name is resolved elegantly.
Then if in additions templates were introduced something like this would be possible:

templates:
  set:
    tmdb_id: <<key>>
    url_poster: https://theposterdb.com/api/assets/<<img>>

metadata:
  377: template { name: set, img: 27007 } # Nightmare on Elm Street (1984)
@DanielGothenborg DanielGothenborg added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 12, 2022
@meisnate12 meisnate12 added priority:medium Medium priority bug or feature and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Feb 8, 2022
@meisnate12
Copy link
Member

Added in 1.17.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 priority:medium Medium priority bug or feature
Projects
None yet
Development

No branches or pull requests

2 participants