- Fix sorting for holiday movie collections
This commit is contained in:
parent
77fe1a5d68
commit
e645970afc
|
@ -293,7 +293,7 @@ collections:
|
||||||
# - https://trakt.tv/users/mybicycle/lists/halloween
|
# - https://trakt.tv/users/mybicycle/lists/halloween
|
||||||
# - https://trakt.tv/users/jayinftl/lists/halloween
|
# - https://trakt.tv/users/jayinftl/lists/halloween
|
||||||
# - https://trakt.tv/users/roswellgeek/lists/halloween
|
# - https://trakt.tv/users/roswellgeek/lists/halloween
|
||||||
collection_order: popularity.desc
|
collection_order: audience_rating.desc
|
||||||
schedule: range(10/01-10/31)
|
schedule: range(10/01-10/31)
|
||||||
visible_home: range(10/01-10/31)
|
visible_home: range(10/01-10/31)
|
||||||
visible_shared: range(10/01-10/31)
|
visible_shared: range(10/01-10/31)
|
||||||
|
@ -307,7 +307,7 @@ collections:
|
||||||
- https://trakt.tv/users/shahid1296/lists/thanksgiving
|
- https://trakt.tv/users/shahid1296/lists/thanksgiving
|
||||||
- https://trakt.tv/users/retrogran/lists/thanksgiving-season-movies
|
- https://trakt.tv/users/retrogran/lists/thanksgiving-season-movies
|
||||||
- https://trakt.tv/users/padawan_seneca/lists/vibe-autumn-tv-series-movies
|
- https://trakt.tv/users/padawan_seneca/lists/vibe-autumn-tv-series-movies
|
||||||
collection_order: popularity.desc
|
collection_order: audience_rating.desc
|
||||||
schedule: range(11/01-11/28)
|
schedule: range(11/01-11/28)
|
||||||
visible_home: range(11/01-11/28)
|
visible_home: range(11/01-11/28)
|
||||||
visible_shared: range(11/01-11/28)
|
visible_shared: range(11/01-11/28)
|
||||||
|
@ -320,7 +320,7 @@ collections:
|
||||||
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
||||||
- https://trakt.tv/users/questdvd/lists/absolute-hayes-christmas-classics
|
- https://trakt.tv/users/questdvd/lists/absolute-hayes-christmas-classics
|
||||||
- https://trakt.tv/users/littlestella3/lists/christmas
|
- https://trakt.tv/users/littlestella3/lists/christmas
|
||||||
collection_order: popularity.desc
|
collection_order: audience_rating.desc
|
||||||
schedule: range(11/29-12/31)
|
schedule: range(11/29-12/31)
|
||||||
visible_home: range(11/29-12/31)
|
visible_home: range(11/29-12/31)
|
||||||
visible_shared: range(11/29-12/31)
|
visible_shared: range(11/29-12/31)
|
||||||
|
@ -333,7 +333,7 @@ collections:
|
||||||
- https://trakt.tv/users/movie-pal/lists/valentine-s-day
|
- https://trakt.tv/users/movie-pal/lists/valentine-s-day
|
||||||
- https://trakt.tv/users/barsaky/lists/den-svateho-valentina-valentine-s-day
|
- https://trakt.tv/users/barsaky/lists/den-svateho-valentina-valentine-s-day
|
||||||
- https://trakt.tv/users/abbelea/lists/movies-best-of-love
|
- https://trakt.tv/users/abbelea/lists/movies-best-of-love
|
||||||
collection_order: popularity.desc
|
collection_order: audience_rating.desc
|
||||||
schedule: range(02/01-02/15)
|
schedule: range(02/01-02/15)
|
||||||
visible_home: range(02/01-02/15)
|
visible_home: range(02/01-02/15)
|
||||||
visible_shared: range(02/01-02/15)
|
visible_shared: range(02/01-02/15)
|
||||||
|
@ -345,7 +345,7 @@ collections:
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/triadcool/lists/irish
|
- https://trakt.tv/users/triadcool/lists/irish
|
||||||
- https://trakt.tv/users/sympli/lists/st-patricks-day-movies
|
- https://trakt.tv/users/sympli/lists/st-patricks-day-movies
|
||||||
collection_order: popularity.desc
|
collection_order: audience_rating.desc
|
||||||
schedule: range(03/10-03/18)
|
schedule: range(03/10-03/18)
|
||||||
visible_home: range(03/10-03/18)
|
visible_home: range(03/10-03/18)
|
||||||
visible_shared: range(03/10-03/18)
|
visible_shared: range(03/10-03/18)
|
||||||
|
|
Loading…
Reference in New Issue