- Add Best Picture Winners, DCOMs
This commit is contained in:
parent
f91a5344bf
commit
7e3f5ff636
|
@ -19,6 +19,7 @@ templates:
|
|||
sort_title: <<level>>+01_<<collection_name>>
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
schedule: daily
|
||||
visible_library: true
|
||||
|
||||
Holiday:
|
||||
|
@ -27,6 +28,7 @@ templates:
|
|||
sort_title: <<level>>+02_<<collection_name>>
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
schedule: never
|
||||
visible_library: true
|
||||
|
||||
Studio:
|
||||
|
@ -35,6 +37,7 @@ templates:
|
|||
sort_title: <<level>>+03_<<collection_name>>
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
schedule: daily
|
||||
visible_library: true
|
||||
|
||||
Genre:
|
||||
|
@ -114,6 +117,17 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: true
|
||||
|
||||
### Categorical
|
||||
"Best Picture Winners":
|
||||
template: { name: Award,
|
||||
level: "+++" }
|
||||
summary: "Previous Best Picture Winners"
|
||||
imdb_list:
|
||||
- url: https://www.imdb.com/search/title/?count=1000&groups=oscar_best_picture_winners&sort=year%2Cdesc
|
||||
schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year
|
||||
visible_home: range(02/01-03/31)
|
||||
visible_shared: range(02/01-03/31)
|
||||
|
||||
### Seasonal
|
||||
"2022 Best Picture Nominees":
|
||||
template: { name: Holiday,
|
||||
|
|
|
@ -381,3 +381,13 @@ collections:
|
|||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"Disney Channel Original Movies":
|
||||
template: { name: Collection,
|
||||
level: "+++" }
|
||||
summary: "You're watching Disney Channel"
|
||||
imdb_list:
|
||||
- url: https://www.imdb.com/list/ls093405279/
|
||||
collection_order: release
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue