- Add Cancelled collections
This commit is contained in:
parent
981108a319
commit
78f1bcc4d2
|
@ -242,3 +242,16 @@ collections:
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
|
"️❌ Cancelled":
|
||||||
|
template: { name: Collection,
|
||||||
|
level: "+" }
|
||||||
|
summary: "Actors, directors, and writers who have been cancelled"
|
||||||
|
trakt_list:
|
||||||
|
- https://trakt.tv/users/nwithan8/lists/cancelled
|
||||||
|
collection_order: random
|
||||||
|
# default schedule
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
external_templates:
|
external_templates:
|
||||||
- repo: templates/collections
|
- repo: templates/collections
|
||||||
- repo: templates/dynamic_collections
|
- repo: templates/dynamic_collections
|
||||||
|
|
||||||
|
collections:
|
||||||
|
"️❌ Cancelled":
|
||||||
|
template: { name: Collection,
|
||||||
|
level: "+" }
|
||||||
|
summary: "Actors, directors, and writers who have been cancelled"
|
||||||
|
trakt_list:
|
||||||
|
- https://trakt.tv/users/nwithan8/lists/cancelled
|
||||||
|
collection_order: random
|
||||||
|
# default schedule
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
Loading…
Reference in New Issue