mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[174] fix _format
This commit is contained in:
parent
7a09528949
commit
541b450b8b
36 changed files with 81 additions and 10 deletions
|
@ -32,13 +32,13 @@ Removed Translations from the defaults directory and in to their own [repo](http
|
|||
Added `minimum_rating`, `fresh_rating`, and `maximum_rating` as template variable options to the [Ratings Overlays](https://metamanager.wiki/en/latest/defaults/overlays/ratings.html) to control which ratings get displayed.
|
||||
Added the ability to update Overlay Defaults Positioning with just setting the alignment variables.
|
||||
Added [Based On...](https://metamanager.wiki/en/latest/defaults/both/based.html) Collection Default.
|
||||
Added Signature Style, DIIIVOY Style, and DIIVOY Color Style to [`actor`](https://metamanager.wiki/en/latest/defaults/both/actor.html), [`directors`](https://metamanager.wiki/en/latest/defaults/movie/director.html), [`producers`](https://metamanager.wiki/en/latest/defaults/movie/producer.html), and [`writers`](https://metamanager.wiki/en/latest/defaults/movie/writer.html).
|
||||
Added Signature Style, DIIIVOY Style, and DIIIVOY Color Style to [`actor`](https://metamanager.wiki/en/latest/defaults/both/actor.html), [`directors`](https://metamanager.wiki/en/latest/defaults/movie/director.html), [`producers`](https://metamanager.wiki/en/latest/defaults/movie/producer.html), and [`writers`](https://metamanager.wiki/en/latest/defaults/movie/writer.html).
|
||||
Added new editions to the [editions Overlay File](https://metamanager.wiki/en/latest/defaults/overlays/resolution.html).
|
||||
Added `delete_playlist` and `delete_playlist_<<key>>` as template variable options to the [Playlist Default](https://metamanager.wiki/en/latest/defaults/playlist.html).
|
||||
Added `region` as a template variable options to the [`streaming` Overlay](https://metamanager.wiki/en/latest/defaults/overlays/streaming.html) and [`streaming` Collection](https://metamanager.wiki/en/latest/defaults/both/streaming.html) to allow these lists to show items in that region.
|
||||
Added AppleTV to te [FlixPatrol Default](https://metamanager.wiki/en/latest/defaults/overlays/flixpatrol.html).
|
||||
Added `radarr_search` and `sonarr_search` as template variable options to all Collection Defaults.
|
||||
Updated `network` and `franchise` defaults
|
||||
Updated `network` and `franchise` defaults.
|
||||
Added `include` as a template variable options to the people collections ([`actor`](https://metamanager.wiki/en/latest/defaults/both/actor.html), [`director`](https://metamanager.wiki/en/latest/defaults/movie/director.html), [`producer`](https://metamanager.wiki/en/latest/defaults/movie/producer.html), [`writer`](https://metamanager.wiki/en/latest/defaults/movie/writer.html)) to specifically include the list of actors.
|
||||
|
||||
# Bug Fixes
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop173
|
||||
1.18.3-develop174
|
||||
|
|
|
@ -48,3 +48,5 @@ dynamic_collections:
|
|||
default: award/bafta/<<key>>
|
||||
translation_key:
|
||||
default: bafta_year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -48,3 +48,5 @@ dynamic_collections:
|
|||
default: award/cannes/<<key>>
|
||||
translation_key:
|
||||
default: cannes_year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -40,3 +40,5 @@ dynamic_collections:
|
|||
2016: critics
|
||||
2015: critics
|
||||
2014: critics
|
||||
dynamic:
|
||||
default: true
|
|
@ -33,3 +33,5 @@ dynamic_collections:
|
|||
default: award/emmys/winner/<<key>>
|
||||
translation_key:
|
||||
default: emmy_year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -67,3 +67,5 @@ dynamic_collections:
|
|||
default: award/golden/winner/<<key>>
|
||||
translation_key:
|
||||
default: golden_year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -62,3 +62,5 @@ dynamic_collections:
|
|||
default: award/oscars/winner/<<key>>
|
||||
translation_key:
|
||||
default: oscars_year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -34,3 +34,5 @@ dynamic_collections:
|
|||
default: award/spirit/<<key>>
|
||||
translation_key:
|
||||
default: spirit_year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -48,3 +48,5 @@ dynamic_collections:
|
|||
default: award/sundance/<<key>>
|
||||
translation_key:
|
||||
default: sundance_year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -42,3 +42,5 @@ dynamic_collections:
|
|||
default: actor
|
||||
style:
|
||||
default: bw
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -38,6 +38,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: audio_language
|
||||
other: audio_language_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- ab # Abkhazian
|
||||
- aa # Afar
|
||||
|
|
|
@ -37,4 +37,6 @@ dynamic_collections:
|
|||
image:
|
||||
default: based/<<key_name_encoded>>
|
||||
translation_key:
|
||||
default: based
|
||||
default: based
|
||||
dynamic:
|
||||
default: true
|
|
@ -58,6 +58,8 @@ dynamic_collections:
|
|||
16: "16_"
|
||||
17: "17_"
|
||||
18: "18_"
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- 1
|
||||
- 2
|
||||
|
|
|
@ -39,6 +39,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: content_rating
|
||||
other: content_rating_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- "G"
|
||||
- "PG"
|
||||
|
|
|
@ -39,6 +39,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: content_rating
|
||||
other: content_rating_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- U
|
||||
- PG
|
||||
|
|
|
@ -32,6 +32,8 @@ dynamic_collections:
|
|||
default: genre/<<original_key_name_encoded>>
|
||||
translation_key:
|
||||
default: genre
|
||||
dynamic:
|
||||
default: true
|
||||
addons:
|
||||
Action:
|
||||
- Action/Adventure
|
||||
|
|
|
@ -61,6 +61,8 @@ dynamic_collections:
|
|||
1080: 2_
|
||||
720: 3_
|
||||
480: 4_
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- 4k
|
||||
- 1080
|
||||
|
|
|
@ -110,4 +110,6 @@ dynamic_collections:
|
|||
discovery: show
|
||||
crunchyroll: show
|
||||
translation_key:
|
||||
default: streaming
|
||||
default: streaming
|
||||
dynamic:
|
||||
default: true
|
|
@ -36,6 +36,8 @@ dynamic_collections:
|
|||
default: studio/<<key_encoded>>
|
||||
translation_key:
|
||||
default: studio
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- 20th Century Studios
|
||||
- Amazon Studios
|
||||
|
|
|
@ -32,6 +32,8 @@ dynamic_collections:
|
|||
default: studio/<<key_encoded>>
|
||||
translation_key:
|
||||
default: studio
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- 8bit
|
||||
- A-1 Pictures
|
||||
|
|
|
@ -38,6 +38,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: subtitle_language
|
||||
other: subtitle_language_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- ab # Abkhazian
|
||||
- aa # Afar
|
||||
|
|
|
@ -40,3 +40,5 @@ dynamic_collections:
|
|||
default: year/best/<<key>>
|
||||
translation_key:
|
||||
default: year
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -62,3 +62,5 @@ dynamic_collections:
|
|||
default: chart/<<key>>_top
|
||||
translation_key:
|
||||
default: flixpatrol
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -39,6 +39,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: content_rating
|
||||
other: content_rating_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- G
|
||||
- PG
|
||||
|
|
|
@ -42,6 +42,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: country
|
||||
other: country_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
# - Afghanistan # af
|
||||
# - Åland Islands # ax
|
||||
|
|
|
@ -35,4 +35,6 @@ dynamic_collections:
|
|||
image:
|
||||
default: decade/best/<<key>>
|
||||
translation_key:
|
||||
default: decade
|
||||
default: decade
|
||||
dynamic:
|
||||
default: true
|
|
@ -43,3 +43,5 @@ dynamic_collections:
|
|||
default: director
|
||||
style:
|
||||
default: bw
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -42,3 +42,5 @@ dynamic_collections:
|
|||
default: producer
|
||||
style:
|
||||
default: bw
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -43,3 +43,5 @@ dynamic_collections:
|
|||
default: writer
|
||||
style:
|
||||
default: bw
|
||||
dynamic:
|
||||
default: true
|
||||
|
|
|
@ -39,6 +39,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: content_rating
|
||||
other: content_rating_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
- TV-G
|
||||
- TV-Y
|
||||
|
|
|
@ -41,6 +41,8 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: country
|
||||
other: country_other
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
# - af # Afghanistan
|
||||
# - ax # Åland Islands
|
||||
|
|
|
@ -35,4 +35,6 @@ dynamic_collections:
|
|||
image:
|
||||
default: decade/best/<<key>>
|
||||
translation_key:
|
||||
default: decade
|
||||
default: decade
|
||||
dynamic:
|
||||
default: true
|
|
@ -32,6 +32,8 @@ dynamic_collections:
|
|||
default: network/<<key_encoded>>
|
||||
translation_key:
|
||||
default: network
|
||||
dynamic:
|
||||
default: true
|
||||
include:
|
||||
# TMDB Most Common & Most Watched Network Rankings
|
||||
- ABC # American Broadcasting Company
|
||||
|
|
|
@ -41,6 +41,15 @@ templates:
|
|||
name: <<name_<<key>>>>
|
||||
|
||||
shared:
|
||||
conditionals:
|
||||
name_<<key>>:
|
||||
conditions:
|
||||
- dynamic: true
|
||||
value: <<name_format>>
|
||||
summary_<<key>>:
|
||||
conditions:
|
||||
- dynamic: true
|
||||
value: <<summary_format>>
|
||||
default:
|
||||
collection_section: "00"
|
||||
key: <<mapping_name>>
|
||||
|
@ -55,8 +64,6 @@ templates:
|
|||
visible_home_<<key>>: <<visible_home>>
|
||||
visible_shared_<<key>>: <<visible_shared>>
|
||||
minimum_items_<<key>>: <<minimum_items>>
|
||||
summary_<<key>>: <<summary_format>>
|
||||
name_<<key>>: <<name_format>>
|
||||
optional:
|
||||
- use_<<key>>
|
||||
- allowed_libraries
|
||||
|
|
|
@ -40,7 +40,7 @@ Environment Variables can also be placed inside a `.env` file inside your config
|
|||
| [ENV Plex Token](#env-plex-url--token) | `-pt` or `--plex-token` | `PMM_PLEX_TOKEN` |
|
||||
| [Divider Character](#divider-character--screen-width) | `-d` or `--divider` | `PMM_DIVIDER` |
|
||||
| [Screen Width](#divider-character--screen-width) | `-w` or `--width` | `PMM_WIDTH` |
|
||||
| [Other Secrets](#config-secrets) | `--pmm-***` | `PMM_***` |
|
||||
| [Config Secrets](#config-secrets) | `--pmm-***` | `PMM_***` |
|
||||
|
||||
Further explanation and examples of each command can be found below.
|
||||
|
||||
|
|
Loading…
Reference in a new issue