mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-25 05:50:21 +00:00
add new fallback user/audience/critic images
This commit is contained in:
parent
32d4a61856
commit
f58af7dc7d
4 changed files with 7 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -11,11 +11,14 @@ ratings.**
|
||||||
|
|
||||||
!!! warning "IMPORTANT CHANGES TO RATINGS IN KOMETA 2.0.3"
|
!!! warning "IMPORTANT CHANGES TO RATINGS IN KOMETA 2.0.3"
|
||||||
|
|
||||||
As part of an overhaul of the Ratings default file introduced in 2.0.3, some changes have been made that makes life easier for the user:
|
A new way to apply Ratings overlays has been released as part of Kometa 2.0.3,
|
||||||
|
|
||||||
Kometa will automatically fetch the live rating from the selected source (TMDb, IMDb, Trakt via MDBList, etc.) during the Overlays run. This means that **users no longer have to run Mass Rating Update operations to update the Plex ratings**. In effect, this detaches Plex's ratings system from the Ratings overlays.
|
This new system allows the rating to be applied to posters without having to first run Operations to override Plex's in-built ratings slots.
|
||||||
|
|
||||||
|
This is an opt-in feature, any existing configs will continue to work.
|
||||||
|
|
||||||
|
We **strongly** advise that you read [this blog post](https://blog.kometa.wiki/en/latest/) which goes into more detail on the changes and what they mean for you.
|
||||||
|
|
||||||
In addition, Kometa will automatically select the best image to use based on the selected rating source that you have chosen. For example, if you define `rating1: imdb` then Kometa will automatically make the image for that rating `imdb`. **You no longer have to specify `ratingX_image` unless you want to override Kometa's default image selection.**
|
|
||||||
|
|
||||||
![](images/ratings_overlay.png)
|
![](images/ratings_overlay.png)
|
||||||
|
|
||||||
|
@ -35,7 +38,7 @@ The below YAML in your config.yml will create the overlays:
|
||||||
- default: ratings
|
- default: ratings
|
||||||
template_variables:
|
template_variables:
|
||||||
rating1: imdb
|
rating1: imdb
|
||||||
rating2: tmdb
|
rating2: mdb_tomatoesaudience
|
||||||
rating3: mdb_trakt
|
rating3: mdb_trakt
|
||||||
TV Shows:
|
TV Shows:
|
||||||
overlay_files:
|
overlay_files:
|
||||||
|
|
Loading…
Reference in a new issue