- Remove library-specific files (unused)

- Restructure into category -> library type
This commit is contained in:
nwithan8
2023-10-16 15:21:20 -06:00
parent 1f75072466
commit 4b0c3f3d57
34 changed files with 900 additions and 1023 deletions

View File

@ -0,0 +1,11 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections
dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
The A List: # mapping name DOES matter, since this isn't based on a template
type: tmdb_popular_people
data: 100 # top 100 actors right now, according to TMDb

View File

@ -0,0 +1,3 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections