added sdtv

This commit is contained in:
bullmoose20 2022-06-06 15:55:25 -04:00 committed by meisnate12
parent 1853e2af99
commit 8d1e449b99

View File

@ -33,6 +33,8 @@
# use_hdtv: true # # use_hdtv: true #
# # Use the DVD overlay # # # Use the DVD overlay #
# use_dvd: true # # use_dvd: true #
# # Use the SDTV overlay #
# use_sdtv: true #
############################################################# #############################################################
templates: templates:
@ -110,3 +112,12 @@ overlays:
plex_all: true plex_all: true
filters: filters:
filepath.regex: '(?i)\[DVD' filepath.regex: '(?i)\[DVD'
SDTV:
template:
- name: VideoFormat
weight: 5
slug: sdtv
plex_all: true
filters:
filepath.regex: '(?i)SD[ ._-]?TV'