initial commit

This commit is contained in:
bullmoose20
2022-02-15 07:28:27 -05:00
parent 34c5d68d09
commit 99da1e9418
21 changed files with 2093 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
######################################################
# People Collections #
######################################################
templates:
Person:
smart_filter:
sort_by: release.desc
validate: false
any:
writer: <<person>>
sort_title: +35_<<collection_name>>
collection_mode: hide
collections:
Aaron Sorkin (Writing):
template: { name: Person, person: "Aaron Sorkin" }
Alex Garland (Writing):
template: { name: Person, person: "Alex Garland" }
Anders Thomas Jensen (Writing):
template: { name: Person, person: "Anders Thomas Jensen" }
Asghar Farhadi (Writing):
template: { name: Person, person: "Asghar Farhadi" }
Charlie Kaufman (Writing):
template: { name: Person, person: "Charlie Kaufman" }
John Hughes (Writing):
template: { name: Person, person: "John Hughes" }
Satoshi Kon (Writing):
template: { name: Person, person: "Satoshi Kon" }
Stan Lee (Writing):
template: { name: Person, person: "Stan Lee" }
Stephen King (Writing):
template: { name: Person, person: "Stephen King" }