- Fix missing file suffix
- Fix template imports
This commit is contained in:
parent
94f20a3fea
commit
83af95e245
@ -1,6 +1,6 @@
|
||||
# Collections specific to Movies (4K)
|
||||
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
collections:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Collections specific to Movies
|
||||
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
collections:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Collections specific to TV Shows
|
||||
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
collections:
|
||||
### Custom
|
||||
|
@ -1,5 +1,5 @@
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
templates:
|
||||
# Normal Templates
|
||||
|
@ -1,7 +1,7 @@
|
||||
# General collections for any movie library (will be replicated for each movie library)
|
||||
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
templates:
|
||||
# Dynamic Collections Templates
|
||||
|
@ -0,0 +1 @@
|
||||
collections:
|
@ -1,6 +1,6 @@
|
||||
# In Memoriam collections for the all movies sections
|
||||
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
collections:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# General collections for any show library (will be replicated for each show library)
|
||||
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
collections:
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
collections:
|
@ -1,6 +1,6 @@
|
||||
# In Memoriam collections for the all shows sections
|
||||
|
||||
external_templates:
|
||||
- file: templates/collections.yml
|
||||
- repo: templates/collections.yml
|
||||
|
||||
collections:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# General playlists for any movie library
|
||||
|
||||
external_templates:
|
||||
- file: templates/playlists.yml
|
||||
- repo: templates/playlists.yml
|
||||
|
||||
playlists:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# General playlists for any show library
|
||||
|
||||
external_templates:
|
||||
- file: templates/playlists.yml
|
||||
- repo: templates/playlists.yml
|
||||
|
||||
playlists:
|
||||
|
Loading…
Reference in New Issue
Block a user