mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
add more warnings about remove_overlays: true
in guides
This commit is contained in:
parent
abbd3bbf1c
commit
e80d62e92e
3 changed files with 28 additions and 5 deletions
|
@ -35,7 +35,6 @@ libraries:
|
|||
Movies:
|
||||
overlay_path:
|
||||
- remove_overlays: false
|
||||
- reapply_overlays: true
|
||||
- pmm: resolution # 1, 4
|
||||
- pmm: audio_codec # 2
|
||||
- pmm: mediastinger # 3
|
||||
|
@ -81,7 +80,6 @@ libraries:
|
|||
TV Shows:
|
||||
overlay_path:
|
||||
- remove_overlays: false
|
||||
- reapply_overlays: true
|
||||
- pmm: resolution # 1
|
||||
- pmm: audio_codec # 2
|
||||
- pmm: mediastinger # 3
|
||||
|
@ -124,7 +122,6 @@ libraries:
|
|||
TV Shows:
|
||||
overlay_path:
|
||||
- remove_overlays: false
|
||||
- reapply_overlays: true
|
||||
- pmm: resolution # 1
|
||||
template_variables:
|
||||
builder_level: season
|
||||
|
@ -150,7 +147,6 @@ libraries:
|
|||
TV Shows:
|
||||
overlay_path:
|
||||
- remove_overlays: false
|
||||
- reapply_overlays: true
|
||||
- pmm: resolution # 1
|
||||
template_variables:
|
||||
builder_level: episode
|
||||
|
|
|
@ -102,7 +102,9 @@ You and I both know that the IMDb rating isn't 6.0, but Plex Meta Manager is jus
|
|||
```
|
||||
|
||||
* `rating1_image` and `rating2_image` were both changed from `rt_score` and `rt_popcorn` respectively to `imdb`
|
||||
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
When the above is run you see this result:
|
||||
|
||||
![](ratings/ratings-06.png)
|
||||
|
@ -135,8 +137,11 @@ Now let's actually update the ratings and push some numbers into those boxes usi
|
|||
```
|
||||
|
||||
* `operations` with the attribute `mass_user_rating_update` set to `imdb` is added.
|
||||
|
||||
* `rating1_image` and `rating2_image` were both changed back to `rt_score` and `rt_popcorn` respectively from `imdb`
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
This will put the actual IMDb rating value, retrieved from IMDb, into the "user" rating field.
|
||||
|
||||
After that has been run, we see:
|
||||
|
@ -173,6 +178,8 @@ Now let's update the critic and audience ratings to some different ratings:
|
|||
|
||||
* under `operations` the attribute `mass_critic_rating_update` set to `trakt_user` and `mass_audience_rating_update` set to `tmdb` are added.
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
Running the above will put the Trakt User's personal rating into the critic box and the TMDb rating into the audience box. Note that we haven't changed the rating images yet.
|
||||
|
||||
![](ratings/ratings-08.png)
|
||||
|
@ -220,6 +227,8 @@ Let's change the Trakt rating to that trakt public rating of `85%` instead, whic
|
|||
|
||||
* under `operations` the attribute `mass_critic_rating_update` was changed to `mdb_trakt` from `trakt_user`. (This step requires MDBList to be configured)
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
When the above is run you should get:
|
||||
|
||||
![](ratings/ratings-09.png)
|
||||
|
@ -252,8 +261,11 @@ Now, finally, let's make the poster rating images match the numbers we put in th
|
|||
```
|
||||
|
||||
* `rating1_image` was changed to `trakt` from `rt_score`
|
||||
|
||||
* `rating2_image` was changed to `tmdb` from `rt_popcorn`
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
When the above is run you should get:
|
||||
|
||||
![](ratings/ratings-10.png)
|
||||
|
|
|
@ -53,8 +53,11 @@ libraries:
|
|||
```
|
||||
|
||||
* `rating1`, `rating1_image`, `rating2`, `rating2_image` are set to match the ratings that Plex already has assigned to those fields (critic/audience). The order here is arbitrary.
|
||||
|
||||
* `rating3` is set to be the user rating and it's image (`rating3_image`) is set to IMDb just because we have to pick something.
|
||||
|
||||
* `reapply_overlays` is set to true to ensure that PMM always updates the overlays as we run things.
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
</details>
|
||||
|
@ -102,6 +105,8 @@ libraries:
|
|||
|
||||
* `rating1_image` and `rating2_image` were both changed from `rt_score` and `rt_popcorn` respectively to `imdb`
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
</details>
|
||||
|
||||
When the above is run you see this result:
|
||||
|
@ -137,8 +142,11 @@ libraries:
|
|||
```
|
||||
|
||||
* `operations` with the attribute `mass_user_rating_update` set to `imdb` is added.
|
||||
|
||||
* `rating1_image` and `rating2_image` were both changed back to `rt_score` and `rt_popcorn` respectively from `imdb`
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
</details>
|
||||
|
||||
This will put the actual IMDb rating value, retrieved from IMDb, into the "user" rating field.
|
||||
|
@ -178,6 +186,8 @@ libraries:
|
|||
|
||||
* under `operations` the attribute `mass_critic_rating_update` set to `trakt_user` and `mass_audience_rating_update` set to `tmdb` are added.
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
</details>
|
||||
|
||||
Running the above will put the Trakt User's personal rating into the critic box and the TMDb rating into the audience box. Note that we haven't changed the rating images yet.
|
||||
|
@ -228,6 +238,8 @@ libraries:
|
|||
|
||||
* under `operations` the attribute `mass_critic_rating_update` was changed to `mdb_trakt` from `trakt_user`. (This step requires MDBList to be configured)
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
</details>
|
||||
|
||||
When the above is run you should get:
|
||||
|
@ -263,8 +275,11 @@ libraries:
|
|||
```
|
||||
|
||||
* `rating1_image` was changed to `trakt` from `rt_score`
|
||||
|
||||
* `rating2_image` was changed to `tmdb` from `rt_popcorn`
|
||||
|
||||
* We do not recommend using `reapply_overlays: true` consistently in a live/production environment, make sure to switch this back to `false` when finished.
|
||||
|
||||
</details>
|
||||
|
||||
When the above is run you should get:
|
||||
|
|
Loading…
Reference in a new issue