- Fix multi-list collection sorting
This commit is contained in:
parent
39454a8bce
commit
6dfcd463c7
|
@ -279,6 +279,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
|
||||||
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)
|
||||||
|
@ -292,6 +293,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
|
||||||
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)
|
||||||
|
@ -305,6 +307,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
|
||||||
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)
|
||||||
|
@ -318,6 +321,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
|
||||||
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)
|
||||||
|
@ -329,6 +333,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
|
||||||
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)
|
||||||
|
|
|
@ -26,4 +26,7 @@ Prefix suggestions:
|
||||||
- Save time by updating lesser-important collections and playlists less frequently:
|
- Save time by updating lesser-important collections and playlists less frequently:
|
||||||
- ex. `schedule: weekly(wednesday), weekly(sunday)`
|
- ex. `schedule: weekly(wednesday), weekly(sunday)`
|
||||||
|
|
||||||
|
## Sorting
|
||||||
|
- https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Builders#sort-options
|
||||||
|
- If a collection is made of multiple lists, can't use `custom`
|
||||||
|
- Recommend sorting instead by `popularity.desc`
|
||||||
|
|
Loading…
Reference in New Issue