- Remove library-specific files (unused)
- Restructure into category -> library type
This commit is contained in:
11
plex/pmm/collections/actors/movies.yml
Normal file
11
plex/pmm/collections/actors/movies.yml
Normal 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
|
3
plex/pmm/collections/actors/shows.yml
Normal file
3
plex/pmm/collections/actors/shows.yml
Normal file
@ -0,0 +1,3 @@
|
||||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
Reference in New Issue
Block a user