mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 08:28:53 -05:00
added use_nr: true slug (#452)
This commit is contained in:
parent
c88be610af
commit
8746118bcf
@ -21,6 +21,9 @@
|
|||||||
# # Set the vertical align for the overlay #
|
# # Set the vertical align for the overlay #
|
||||||
# vertical_align: bottom #
|
# vertical_align: bottom #
|
||||||
# #
|
# #
|
||||||
|
# # Use the NR overlay #
|
||||||
|
# use_nr: true #
|
||||||
|
# #
|
||||||
# operations: #
|
# operations: #
|
||||||
# mass_content_rating_update: mdb_commonsense #
|
# mass_content_rating_update: mdb_commonsense #
|
||||||
#############################################################
|
#############################################################
|
||||||
@ -35,6 +38,7 @@ templates:
|
|||||||
value: ""
|
value: ""
|
||||||
optional:
|
optional:
|
||||||
- overlay_level
|
- overlay_level
|
||||||
|
- use_<<slug>>
|
||||||
default:
|
default:
|
||||||
overlay: <<overlay_name>>
|
overlay: <<overlay_name>>
|
||||||
horizontal_offset: 15
|
horizontal_offset: 15
|
||||||
@ -42,6 +46,7 @@ templates:
|
|||||||
vertical_offset: 270
|
vertical_offset: 270
|
||||||
vertical_align: bottom
|
vertical_align: bottom
|
||||||
collection_level: <<overlay_level>>
|
collection_level: <<overlay_level>>
|
||||||
|
allowed_library_types: <<use_<<slug>>>>
|
||||||
ignore_blank_results: true
|
ignore_blank_results: true
|
||||||
overlay:
|
overlay:
|
||||||
name: text(<<overlay_name>><<rating_style>>)
|
name: text(<<overlay_name>><<rating_style>>)
|
||||||
@ -172,6 +177,7 @@ overlays:
|
|||||||
NR:
|
NR:
|
||||||
template:
|
template:
|
||||||
- name: Content-Rating
|
- name: Content-Rating
|
||||||
|
slug: nr
|
||||||
plex_search:
|
plex_search:
|
||||||
any:
|
any:
|
||||||
content_rating.regex: '(?i)\bNone\b|\bNR\b|\bNot Rated\b|\bUnrated\b'
|
content_rating.regex: '(?i)\bNone\b|\bNR\b|\bNot Rated\b|\bUnrated\b'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user