mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
prevent top lists running against seasons/episodes
This commit is contained in:
parent
a6e0a48a45
commit
32d4a61856
1 changed files with 7 additions and 6 deletions
|
@ -166,18 +166,22 @@ templates:
|
|||
mdblist_top:
|
||||
conditions:
|
||||
- image_level: Top
|
||||
builder_level.not: [season, episode]
|
||||
rating<<rating_num>>_image: rt_popcorn
|
||||
value: https://mdblist.com/lists/k0meta/verifiedhot<<library_type>>s
|
||||
- image_level: Top
|
||||
rating<<rating_num>>_image: rt_tomato
|
||||
builder_level.not: [season, episode]
|
||||
value: https://mdblist.com/lists/k0meta/certifiedfresh<<library_type>>s
|
||||
- image_level: Top
|
||||
rating<<rating_num>>_image: metacritic
|
||||
builder_level.not: [season, episode]
|
||||
value: https://mdblist.com/lists/k0meta/metacriticmustsee<<library_type>>s
|
||||
imdb_top:
|
||||
conditions:
|
||||
- image_level: Top
|
||||
rating<<rating_num>>_image: imdb
|
||||
builder_level.not: [season, episode]
|
||||
value: top_<<library_type>>s
|
||||
plex_all:
|
||||
conditions:
|
||||
|
@ -187,6 +191,9 @@ templates:
|
|||
run_this:
|
||||
default: true
|
||||
conditions:
|
||||
- builder_level: [episode, season]
|
||||
weight: 110
|
||||
value: false
|
||||
- image_level: Top
|
||||
rating<<rating_num>>_image: [rt_popcorn, rt_tomato, metacritic]
|
||||
value: true
|
||||
|
@ -202,12 +209,6 @@ templates:
|
|||
- image_level: Top
|
||||
rating<<rating_num>>_image: [anidb, letterboxd, rt_popcorn, mdb, tmdb, trakt, mal, star, critic, audience]
|
||||
value: false
|
||||
- image_level: Top
|
||||
builder_level: episode
|
||||
value: false
|
||||
- image_level: Top
|
||||
overlay_level: episode
|
||||
value: false
|
||||
- rating<<rating_num>>: none
|
||||
value: false
|
||||
rating<<rating_num>>_style:
|
||||
|
|
Loading…
Reference in a new issue