We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
be able to limit the max rating to be shown. max_rating=pg-13 this would limit jellyposter to show all poster under pg-13
The text was updated successfully, but these errors were encountered:
assuming you mead for random?
just add maxOfficialRating=PG-13
i.e get_random_movie_poster = requests.get(f'{jellyfin_url}/Items?Userid={jellyfin_userid}&limit=1&Recursive=true&IncludeItemTypes=Movie&IsPlayed=False&sortBy=Random&maxOfficialRating=PG-13&api_key={jellyfin_api_key}')
note if the movie /show does not have a rating it will be shown
see for API's more info
Sorry, something went wrong.
see #5 for code
No branches or pull requests
be able to limit the max rating to be shown.
max_rating=pg-13
this would limit jellyposter to show all poster under pg-13
The text was updated successfully, but these errors were encountered: