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

Add utility/select_tmdb_poster.py #421

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

JonnyWong16
Copy link
Contributor

Adds utility/select_tmdb_poster.py.

Description

Selects the default TMDB poster if no poster is selected or the current poster is from Gracenote.

Usage

  • Change the posters for an entire library:
    python select_tmdb_poster.py --library "Movies"
  • Change the poster for a specific item:
    python select_tmdb_poster.py --rating_key 1234
  • Ignore locked posters:
    python select_tmdb_poster.py --library "Movies" --ignore_locked

Using Tautulli

Tautulli script trigger:

  • Notify on recently added

Tautulli script conditions:

  • Filter which media to select the poster. Examples:
    [ Media Type | is | movie ]

Tautulli script arguments:

  • Recently Added:
    --rating_key {rating_key}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant