- Added Weekly Planet lists
This commit is contained in:
parent
3d482df50d
commit
e9cc524c93
|
@ -189,7 +189,7 @@ collections:
|
|||
trakt_list:
|
||||
- https://trakt.tv/users/nwithan8/lists/recommendations-plex-sync?sort=popularity,asc
|
||||
collection_order: release
|
||||
visible_home: false
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
|
||||
|
@ -491,6 +491,26 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: true
|
||||
|
||||
"Best Movie Ever":
|
||||
template: { name: Collection,
|
||||
level: "++" }
|
||||
trakt_list_details:
|
||||
- https://trakt.tv/users/nwithan8/lists/best-movie-ever?sort=added,asc
|
||||
collection_minimum: 3
|
||||
delete_below_minimum: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"Worst Movie Ever":
|
||||
template: { name: Collection,
|
||||
level: "++" }
|
||||
trakt_list_details:
|
||||
- https://trakt.tv/users/nwithan8/lists/worst-movie-ever?sort=added,asc
|
||||
collection_minimum: 3
|
||||
delete_below_minimum: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"1001 Movies You Must See Before You Die":
|
||||
template: { name: Collection,
|
||||
level: "++" }
|
||||
|
|
Loading…
Reference in New Issue