- Fix collection_order for bucket list, advent calendar
This commit is contained in:
parent
3503798e92
commit
981108a319
|
@ -10,6 +10,7 @@ templates:
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/pierredurrr/lists/advent-calendar
|
- https://trakt.tv/users/pierredurrr/lists/advent-calendar
|
||||||
limit: <<key>>
|
limit: <<key>>
|
||||||
|
collection_order: custom
|
||||||
schedule: range(12/01-12/26)
|
schedule: range(12/01-12/26)
|
||||||
visible_home: yearly(12/<<key>>)
|
visible_home: yearly(12/<<key>>)
|
||||||
visible_shared: yearly(12/<<key>>)
|
visible_shared: yearly(12/<<key>>)
|
||||||
|
|
|
@ -88,7 +88,7 @@ collections:
|
||||||
# summary provided by Trakt
|
# summary provided by Trakt
|
||||||
trakt_list_details:
|
trakt_list_details:
|
||||||
- https://trakt.tv/users/dildogarden/lists/100-movies-bucket-list
|
- https://trakt.tv/users/dildogarden/lists/100-movies-bucket-list
|
||||||
collection_order: rank.desc
|
collection_order: custom
|
||||||
schedule: monthly(04)
|
schedule: monthly(04)
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
Loading…
Reference in New Issue