mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 08:28:53 -05:00
resolution fix
This commit is contained in:
parent
74617d75e8
commit
bb73f6dbd3
@ -78,7 +78,7 @@ collections:
|
|||||||
- name: chart_shared
|
- name: chart_shared
|
||||||
key: released
|
key: released
|
||||||
|
|
||||||
Episodes This Week:
|
New Episodes:
|
||||||
template:
|
template:
|
||||||
- name: episodes
|
- name: episodes
|
||||||
- name: chart_shared
|
- name: chart_shared
|
||||||
|
|||||||
@ -24,17 +24,17 @@
|
|||||||
# vertical_align: top #
|
# vertical_align: top #
|
||||||
# #
|
# #
|
||||||
# # Use the 4K overlay #
|
# # Use the 4K overlay #
|
||||||
# 4K: true #
|
# use_4k: true #
|
||||||
# # Use the 1080P overlay #
|
# # Use the 1080P overlay #
|
||||||
# 1080P: true #
|
# use_1080p: true #
|
||||||
# # Use the 720P overlay #
|
# # Use the 720P overlay #
|
||||||
# 720P: true #
|
# use_720p: true #
|
||||||
# # Use the 480P overlay #
|
# # Use the 480P overlay #
|
||||||
# 480P: true #
|
# use_480p: true #
|
||||||
# # Use the DV overlay #
|
# # Use the DV overlay #
|
||||||
# DV: true #
|
# use_dv: true #
|
||||||
# # Use the HDR overlay #
|
# # Use the HDR overlay #
|
||||||
# HDR: true #
|
# use_hdr: true #
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
@ -60,76 +60,77 @@ templates:
|
|||||||
|
|
||||||
4K-DV:
|
4K-DV:
|
||||||
default:
|
default:
|
||||||
4K: true
|
use_4k: true
|
||||||
DV: true
|
use_dv: true
|
||||||
allowed_library_types: <<4K>>, <<DV>>
|
allowed_library_types: <<use_4k>>, <<use_dv>>
|
||||||
|
|
||||||
4K-HDR:
|
4K-HDR:
|
||||||
default:
|
default:
|
||||||
4K: true
|
use_4k: true
|
||||||
HDR: true
|
use_hdr: true
|
||||||
allowed_library_types: <<4K>>, <<HDR>>
|
allowed_library_types: <<use_4k>>, <<use_hdr>>
|
||||||
|
|
||||||
4K:
|
4K:
|
||||||
default:
|
default:
|
||||||
4K: true
|
use_4k: true
|
||||||
allowed_library_types: <<4K>>
|
allowed_library_types: <<use_4k>>
|
||||||
|
|
||||||
1080P-DV:
|
1080P-DV:
|
||||||
default:
|
default:
|
||||||
1080P: true
|
use_1080p: true
|
||||||
DV: true
|
use_dv: true
|
||||||
allowed_library_types: <<1080P>>, <<DV>>
|
allowed_library_types: <<use_1080p>>, <<use_dv>>
|
||||||
|
|
||||||
1080P-HDR:
|
1080P-HDR:
|
||||||
default:
|
default:
|
||||||
1080P: true
|
use_1080p: true
|
||||||
HDR: true
|
use_hdr: true
|
||||||
allowed_library_types: <<1080P>>, <<HDR>>
|
allowed_library_types: <<use_1080p>>, <<use_hdr>>
|
||||||
|
|
||||||
1080P:
|
1080P:
|
||||||
default:
|
default:
|
||||||
1080P: true
|
use_1080p: true
|
||||||
allowed_library_types: <<1080P>>
|
allowed_library_types: <<use_1080p>>
|
||||||
|
|
||||||
720P-DV:
|
720P-DV:
|
||||||
default:
|
default:
|
||||||
720P: true
|
use_720p: true
|
||||||
DV: true
|
use_dv: true
|
||||||
allowed_library_types: <<720P>>, <<DV>>
|
allowed_library_types: <<use_720p>>, <<use_dv>>
|
||||||
|
|
||||||
720P-HDR:
|
720P-HDR:
|
||||||
default:
|
default:
|
||||||
720P: true
|
use_720p: true
|
||||||
HDR: true
|
use_hdr: true
|
||||||
allowed_library_types: <<720P>>, <<HDR>>
|
allowed_library_types: <<use_720p>>, <<use_hdr>>
|
||||||
|
|
||||||
720P:
|
720P:
|
||||||
default:
|
default:
|
||||||
720P: true
|
use_720p: true
|
||||||
allowed_library_types: <<720P>>
|
allowed_library_types: <<use_720p>>
|
||||||
|
|
||||||
480P-DV:
|
480P-DV:
|
||||||
default:
|
default:
|
||||||
480P: true
|
use_480p: true
|
||||||
DV: true
|
use_dv: true
|
||||||
allowed_library_types: <<480P>>, <<DV>>
|
allowed_library_types: <<use_480p>>, <<use_dv>>
|
||||||
|
|
||||||
480P-HDR:
|
480P-HDR:
|
||||||
default:
|
default:
|
||||||
480P: true
|
use_480p: true
|
||||||
HDR: true
|
use_hdr: true
|
||||||
allowed_library_types: <<480P>>, <<HDR>>
|
allowed_library_types: <<use_480p>>, <<use_hdr>>
|
||||||
|
|
||||||
480P:
|
480P:
|
||||||
default:
|
default:
|
||||||
480P: true
|
use_480p: true
|
||||||
allowed_library_types: <<480P>>
|
allowed_library_types: <<use_480p>>
|
||||||
|
|
||||||
overlays:
|
overlays:
|
||||||
|
|
||||||
4K-DV:
|
4K-DV:
|
||||||
template:
|
template:
|
||||||
|
- name: 4K-DV
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 120
|
weight: 120
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -140,6 +141,7 @@ overlays:
|
|||||||
|
|
||||||
4K-HDR:
|
4K-HDR:
|
||||||
template:
|
template:
|
||||||
|
- name: 4K-HDR
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 110
|
weight: 110
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -149,6 +151,7 @@ overlays:
|
|||||||
|
|
||||||
4K:
|
4K:
|
||||||
template:
|
template:
|
||||||
|
- name: 4K
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 100
|
weight: 100
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -157,6 +160,7 @@ overlays:
|
|||||||
|
|
||||||
1080P-DV:
|
1080P-DV:
|
||||||
template:
|
template:
|
||||||
|
- name: 1080P-DV
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 90
|
weight: 90
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -167,6 +171,7 @@ overlays:
|
|||||||
|
|
||||||
1080P-HDR:
|
1080P-HDR:
|
||||||
template:
|
template:
|
||||||
|
- name: 1080P-HDR
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 80
|
weight: 80
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -176,6 +181,7 @@ overlays:
|
|||||||
|
|
||||||
1080P:
|
1080P:
|
||||||
template:
|
template:
|
||||||
|
- name: 1080P
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 70
|
weight: 70
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -184,6 +190,7 @@ overlays:
|
|||||||
|
|
||||||
720P-DV:
|
720P-DV:
|
||||||
template:
|
template:
|
||||||
|
- name: 720P-DV
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 60
|
weight: 60
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -194,6 +201,7 @@ overlays:
|
|||||||
|
|
||||||
720P-HDR:
|
720P-HDR:
|
||||||
template:
|
template:
|
||||||
|
- name: 720P-HDR
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 50
|
weight: 50
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -203,6 +211,7 @@ overlays:
|
|||||||
|
|
||||||
720P:
|
720P:
|
||||||
template:
|
template:
|
||||||
|
- name: 720P
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 40
|
weight: 40
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -211,6 +220,7 @@ overlays:
|
|||||||
|
|
||||||
480P-DV:
|
480P-DV:
|
||||||
template:
|
template:
|
||||||
|
- name: 480P-DV
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 30
|
weight: 30
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -221,6 +231,7 @@ overlays:
|
|||||||
|
|
||||||
480P-HDR:
|
480P-HDR:
|
||||||
template:
|
template:
|
||||||
|
- name: 480P-HDR
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 20
|
weight: 20
|
||||||
plex_search:
|
plex_search:
|
||||||
@ -230,6 +241,7 @@ overlays:
|
|||||||
|
|
||||||
480P:
|
480P:
|
||||||
template:
|
template:
|
||||||
|
- name: 480P
|
||||||
- name: Resolution
|
- name: Resolution
|
||||||
weight: 10
|
weight: 10
|
||||||
plex_search:
|
plex_search:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user