mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
Fix inconsistent use of "mdb" and "mdblist" between rating operations and rating images
This commit is contained in:
parent
9835c7473d
commit
87110506ed
3 changed files with 39 additions and 39 deletions
|
@ -85,7 +85,7 @@ templates:
|
|||
default: true
|
||||
conditions:
|
||||
- image_level: Top
|
||||
rating<<rating_num>>_image: [anidb, letterboxd, rt_popcorn, mdblist, tmdb, trakt, mal, star]
|
||||
rating<<rating_num>>_image: [anidb, letterboxd, rt_popcorn, mdb, tmdb, trakt, mal, star]
|
||||
value: false
|
||||
- image_level: Top
|
||||
overlay_level: episode
|
||||
|
@ -115,7 +115,7 @@ templates:
|
|||
value: IMDb
|
||||
- rating<<rating_num>>_image: letterboxd
|
||||
value: Letterboxd
|
||||
- rating<<rating_num>>_image: mdblist
|
||||
- rating<<rating_num>>_image: mdb
|
||||
value: MDBList
|
||||
- rating<<rating_num>>_image: metacritic
|
||||
value: Metacritic
|
||||
|
|
|
@ -78,26 +78,26 @@ All [Shared Overlay Variables](../overlay_variables) can be appended by `rating1
|
|||
| `back_radius` | `30` |
|
||||
| `back_height` | `105` |
|
||||
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `rating1` | **Description:** Choose the rating to display in rating1.<br>**Values:** `critic`, `audience`, or `user` |
|
||||
| `rating1_image` | **Description:** Choose the rating image to display in rating1.<br>**Values:** `anidb`, `imdb`, `letterboxd`, `tmdb`, `metacritic`, `rt_popcorn`, `rt_tomato`, `trakt`, `mal`, `mdblist`, or `star` |
|
||||
| `rating2` | **Description:** Choose the rating to display in rating2.<br>**Values:** `critic`, `audience`, or `user` |
|
||||
| `rating2_image` | **Description:** Choose the rating image to display in rating2.<br>**Values:** `anidb`, `imdb`, `letterboxd`, `tmdb`, `metacritic`, `rt_popcorn`, `rt_tomato`, `trakt`, `mal`, `mdblist`, or `star` |
|
||||
| `rating3` | **Description:** Choose the rating to display in rating3.<br>**Values:** `critic`, `audience`, or `user` |
|
||||
| `rating3_image` | **Description:** Choose the rating image to display in rating3.<br>**Values:** `anidb`, `imdb`, `letterboxd`, `tmdb`, `metacritic`, `rt_popcorn`, `rt_tomato`, `trakt`, `mal`, `mdblist`, or `star` |
|
||||
| `horizontal_position` | **Description:** Choose the horizontal position for the rating group.<br>**Default:** `left`<br>**Values:** `left`, `right`, or `center` |
|
||||
| `vertical_position` | **Description:** Choose the vertical position for the rating group.<br>**Default:** `center`<br>**Values:** `top`, `bottom`, or `center` |
|
||||
| `rating_alignment` | **Description:** Choose the display alignment for the rating group.<br>**Default:** `vertical`<br>**Values:** `horizontal`, or `vertical` |
|
||||
| `font`<sup>1</sup> | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Bold.ttf`<br>**Values:** Path to font file |
|
||||
| `font_style`<sup>1</sup> | **Description:** Font style for Variable Fonts.<br>**Values:** Variable Font Style |
|
||||
| `font_size`<sup>1</sup> | **Description:** Choose the font size for the Overlay.<br>**Default:** `63`<br>**Values:** Any Number greater then 0 |
|
||||
| `font_color`<sup>1</sup> | **Description:** Choose the font color for the Overlay.<br>**Default:** `#FFFFFF`<br>**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
|
||||
| `stroke_width`<sup>1</sup> | **Description:** Font Stroke Width for the Text Overlay.<br>**Values:** Any Number greater then 0 |
|
||||
| `stroke_color`<sup>1</sup> | **Description:** Font Stroke Color for the Text Overlay.<br>**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
|
||||
| `addon_offset`<sup>1</sup> | **Description:** Text Addon Image Offset from the text.<br>**Default:** `15`<br>**Values:** Any Number greater then 0 |
|
||||
| `addon_position`<sup>1</sup> | **Description:** Text Addon Image Alignment in relation to the text.<br>**Default:** `left`<br>**Values:** `left`, `right`, `top`, `bottom` |
|
||||
| `overlay_level` | **Description:** Choose the Overlay Level.<br>**Values:** `episode` |
|
||||
| Variable | Description & Values |
|
||||
|:-----------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `rating1` | **Description:** Choose the rating to display in rating1.<br>**Values:** `critic`, `audience`, or `user` |
|
||||
| `rating1_image` | **Description:** Choose the rating image to display in rating1.<br>**Values:** `anidb`, `imdb`, `letterboxd`, `tmdb`, `metacritic`, `rt_popcorn`, `rt_tomato`, `trakt`, `mal`, `mdb`, or `star` |
|
||||
| `rating2` | **Description:** Choose the rating to display in rating2.<br>**Values:** `critic`, `audience`, or `user` |
|
||||
| `rating2_image` | **Description:** Choose the rating image to display in rating2.<br>**Values:** `anidb`, `imdb`, `letterboxd`, `tmdb`, `metacritic`, `rt_popcorn`, `rt_tomato`, `trakt`, `mal`, `mdb`, or `star` |
|
||||
| `rating3` | **Description:** Choose the rating to display in rating3.<br>**Values:** `critic`, `audience`, or `user` |
|
||||
| `rating3_image` | **Description:** Choose the rating image to display in rating3.<br>**Values:** `anidb`, `imdb`, `letterboxd`, `tmdb`, `metacritic`, `rt_popcorn`, `rt_tomato`, `trakt`, `mal`, `mdb`, or `star` |
|
||||
| `horizontal_position` | **Description:** Choose the horizontal position for the rating group.<br>**Default:** `left`<br>**Values:** `left`, `right`, or `center` |
|
||||
| `vertical_position` | **Description:** Choose the vertical position for the rating group.<br>**Default:** `center`<br>**Values:** `top`, `bottom`, or `center` |
|
||||
| `rating_alignment` | **Description:** Choose the display alignment for the rating group.<br>**Default:** `vertical`<br>**Values:** `horizontal`, or `vertical` |
|
||||
| `font`<sup>1</sup> | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Bold.ttf`<br>**Values:** Path to font file |
|
||||
| `font_style`<sup>1</sup> | **Description:** Font style for Variable Fonts.<br>**Values:** Variable Font Style |
|
||||
| `font_size`<sup>1</sup> | **Description:** Choose the font size for the Overlay.<br>**Default:** `63`<br>**Values:** Any Number greater then 0 |
|
||||
| `font_color`<sup>1</sup> | **Description:** Choose the font color for the Overlay.<br>**Default:** `#FFFFFF`<br>**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
|
||||
| `stroke_width`<sup>1</sup> | **Description:** Font Stroke Width for the Text Overlay.<br>**Values:** Any Number greater then 0 |
|
||||
| `stroke_color`<sup>1</sup> | **Description:** Font Stroke Color for the Text Overlay.<br>**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
|
||||
| `addon_offset`<sup>1</sup> | **Description:** Text Addon Image Offset from the text.<br>**Default:** `15`<br>**Values:** Any Number greater then 0 |
|
||||
| `addon_position`<sup>1</sup> | **Description:** Text Addon Image Alignment in relation to the text.<br>**Default:** `left`<br>**Values:** `left`, `right`, `top`, `bottom` |
|
||||
| `overlay_level` | **Description:** Choose the Overlay Level.<br>**Values:** `episode` |
|
||||
|
||||
1. These Variables can be appended by `rating1_`, `rating2_`, or `rating3_` to change that attribute on each rating individually.
|
||||
|
||||
|
|
|
@ -38,23 +38,23 @@ The default `sort_by` when it's not specified is `rank.asc`.
|
|||
|
||||
### Sort Options
|
||||
|
||||
| Option | Description |
|
||||
|:----------------------------------------------|:------------------------------|
|
||||
| `rank.asc`<br>`rank.desc` | Sort by MdbList Rank |
|
||||
| `score.asc`<br>`score.desc` | Sort by MdbList Score |
|
||||
| `score_average.asc`<br>`score_average.desc` | Sort by MdbList Score |
|
||||
| `released.asc`<br>`released.desc` | Sort by Release Date |
|
||||
| `imdbrating.asc`<br>`imdbrating.desc` | Sort by IMDb Rating |
|
||||
| `imdbvotes.asc`<br>`imdbvotes.desc` | Sort by IMDb Votes |
|
||||
| `imdbpopular.asc`<br>`imdbpopular.desc` | Sort by IMDb Popular |
|
||||
| `tmdbpopular.asc`<br>`tmdbpopular.desc` | Sort by TMDb Popular |
|
||||
| `rogerebert.asc`<br>`rogerebert.desc` | Sort by RogerEvert Score |
|
||||
| `rtomatoes.asc`<br>`rtomatoes.desc` | Sort by Rotten Tomatoes Score |
|
||||
| `metacritic.asc`<br>`metacritic.desc` | Sort by Metacritic Score |
|
||||
| `myanimelist.asc`<br>`myanimelist.desc` | Sort by MyAnimeList Score |
|
||||
| `budget.asc`<br>`budget.desc` | Sort by Budget |
|
||||
| `revenue.asc`<br>`revenue.desc` | Sort by Revenue |
|
||||
| `added.asc`<br>`added.desc` | Sort by Date Added |
|
||||
| Option | Description |
|
||||
|:----------------------------------------------|:-------------------------------|
|
||||
| `rank.asc`<br>`rank.desc` | Sort by MdbList Rank |
|
||||
| `score.asc`<br>`score.desc` | Sort by MdbList Score |
|
||||
| `score_average.asc`<br>`score_average.desc` | Sort by MdbList Average Score |
|
||||
| `released.asc`<br>`released.desc` | Sort by Release Date |
|
||||
| `imdbrating.asc`<br>`imdbrating.desc` | Sort by IMDb Rating |
|
||||
| `imdbvotes.asc`<br>`imdbvotes.desc` | Sort by IMDb Votes |
|
||||
| `imdbpopular.asc`<br>`imdbpopular.desc` | Sort by IMDb Popular |
|
||||
| `tmdbpopular.asc`<br>`tmdbpopular.desc` | Sort by TMDb Popular |
|
||||
| `rogerebert.asc`<br>`rogerebert.desc` | Sort by RogerEvert Score |
|
||||
| `rtomatoes.asc`<br>`rtomatoes.desc` | Sort by Rotten Tomatoes Score |
|
||||
| `metacritic.asc`<br>`metacritic.desc` | Sort by Metacritic Score |
|
||||
| `myanimelist.asc`<br>`myanimelist.desc` | Sort by MyAnimeList Score |
|
||||
| `budget.asc`<br>`budget.desc` | Sort by Budget |
|
||||
| `revenue.asc`<br>`revenue.desc` | Sort by Revenue |
|
||||
| `added.asc`<br>`added.desc` | Sort by Date Added |
|
||||
|
||||
For these sorts to be reflected in your collection you must use `collection_order: custom`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue