mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
Merge remote-tracking branch 'thedinz/patch-1' into nightly
This commit is contained in:
commit
e1a9cacc85
1 changed files with 19 additions and 1 deletions
|
@ -57,4 +57,22 @@ An example of using `default_percent` which is used in an external yml file and
|
||||||
hdr: true
|
hdr: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: 'HDR10\+|HDR10P'
|
filepath.regex: 'HDR10\+|HDR10P'
|
||||||
```
|
```
|
||||||
|
An example of using `server_preroll` which is also used in an external yml file and not within config.yml:
|
||||||
|
|
||||||
|
```yml
|
||||||
|
templates:
|
||||||
|
preroll:
|
||||||
|
default: # HERE
|
||||||
|
location: "\\path\\to\\file"
|
||||||
|
build_collection: false
|
||||||
|
schedule: <<schedule>>
|
||||||
|
server_preroll: <<location>>
|
||||||
|
collections:
|
||||||
|
base:
|
||||||
|
template: {name: preroll, location: "\\path\\to\\file", schedule: daily}
|
||||||
|
date1:
|
||||||
|
template: {name: preroll, location: "\\path\\to\\file", schedule: range(12/01-12/31)}
|
||||||
|
date2:
|
||||||
|
template: {name: preroll, location: "\\path\\to\\file2", schedule: range(01/01-01/31)}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue