- Fix missing file suffix

- Fix template imports
This commit is contained in:
nharris 2022-10-16 15:26:36 -06:00
parent 94f20a3fea
commit 83af95e245
13 changed files with 12 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Collections specific to Movies (4K) # Collections specific to Movies (4K)
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
collections: collections:

View File

@ -1,7 +1,7 @@
# Collections specific to Movies # Collections specific to Movies
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
collections: collections:

View File

@ -1,7 +1,7 @@
# Collections specific to TV Shows # Collections specific to TV Shows
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
collections: collections:
### Custom ### Custom

View File

@ -1,5 +1,5 @@
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
templates: templates:
# Normal Templates # Normal Templates

View File

@ -1,7 +1,7 @@
# General collections for any movie library (will be replicated for each movie library) # General collections for any movie library (will be replicated for each movie library)
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
templates: templates:
# Dynamic Collections Templates # Dynamic Collections Templates

View File

@ -0,0 +1 @@
collections:

View File

@ -1,6 +1,6 @@
# In Memoriam collections for the all movies sections # In Memoriam collections for the all movies sections
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
collections: collections:

View File

@ -1,7 +1,7 @@
# General collections for any show library (will be replicated for each show library) # General collections for any show library (will be replicated for each show library)
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
collections: collections:

View File

@ -1,6 +1,6 @@
# In Memoriam collections for the all shows sections # In Memoriam collections for the all shows sections
external_templates: external_templates:
- file: templates/collections.yml - repo: templates/collections.yml
collections: collections:

View File

@ -1,7 +1,7 @@
# General playlists for any movie library # General playlists for any movie library
external_templates: external_templates:
- file: templates/playlists.yml - repo: templates/playlists.yml
playlists: playlists:

View File

@ -1,6 +1,6 @@
# General playlists for any show library # General playlists for any show library
external_templates: external_templates:
- file: templates/playlists.yml - repo: templates/playlists.yml
playlists: playlists: