- Remove .yml suffix when importing template files
This commit is contained in:
parent
83af95e245
commit
27907c94e4
|
@ -1,6 +1,6 @@
|
|||
# Collections specific to Movies (4K)
|
||||
|
||||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
collections:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Collections specific to Movies
|
||||
|
||||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
collections:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Collections specific to TV Shows
|
||||
|
||||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
collections:
|
||||
### Custom
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
templates:
|
||||
# Normal Templates
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# General collections for any movie library (will be replicated for each movie library)
|
||||
|
||||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
templates:
|
||||
# Dynamic Collections Templates
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# In Memoriam collections for the all movies sections
|
||||
|
||||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
collections:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# General collections for any show library (will be replicated for each show library)
|
||||
|
||||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
collections:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# In Memoriam collections for the all shows sections
|
||||
|
||||
external_templates:
|
||||
- repo: templates/collections.yml
|
||||
- repo: templates/collections
|
||||
|
||||
collections:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# General playlists for any movie library
|
||||
|
||||
external_templates:
|
||||
- repo: templates/playlists.yml
|
||||
- repo: templates/playlists
|
||||
|
||||
playlists:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# General playlists for any show library
|
||||
|
||||
external_templates:
|
||||
- repo: templates/playlists.yml
|
||||
- repo: templates/playlists
|
||||
|
||||
playlists:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
external_templates:
|
||||
git: PMM/collections.yml
|
||||
git: PMM/collections
|
||||
|
||||
templates:
|
||||
Chart:
|
||||
|
|
Loading…
Reference in New Issue