- Remove too-big timeout Trakt lists
This commit is contained in:
parent
717d99f3aa
commit
de05e551df
|
@ -468,17 +468,18 @@ collections:
|
|||
visible_library: range(02/21-03/31)
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/winner.jpg
|
||||
|
||||
"🎞️ American Film Institute":
|
||||
summary: "The American Film Institute (AFI) is an American film organization that educates filmmakers and honors the heritage of the motion picture arts in the United States."
|
||||
template: { name: Award,
|
||||
level: "+" }
|
||||
trakt_list: https://trakt.tv/users/majeed_pk/lists/afi-100-years-all-films-complete
|
||||
schedule:
|
||||
- weekly(friday)
|
||||
collection_order: release.desc
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: true
|
||||
# Too big, times out
|
||||
# "🎞️ American Film Institute":
|
||||
# summary: "The American Film Institute (AFI) is an American film organization that educates filmmakers and honors the heritage of the motion picture arts in the United States."
|
||||
# template: { name: Award,
|
||||
# level: "+" }
|
||||
# trakt_list: https://trakt.tv/users/majeed_pk/lists/afi-100-years-all-films-complete
|
||||
# schedule:
|
||||
# - weekly(friday)
|
||||
# collection_order: release.desc
|
||||
# visible_home: false
|
||||
# visible_shared: false
|
||||
# visible_library: true
|
||||
|
||||
dynamic_collections:
|
||||
## Use DC as suffix to avoid name conflicts with static collections
|
||||
|
|
|
@ -119,15 +119,16 @@ collections:
|
|||
visible_home: false # Not advertised on the home page
|
||||
visible_shared: false # Not advertised on the home page
|
||||
|
||||
"🧑 It Really Happened":
|
||||
template: { name: Genre }
|
||||
summary: "These people actually existed."
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/majeed_pk/lists/biographies
|
||||
collection_order: random
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
# TODO: Might time out due to size
|
||||
# "🧑 It Really Happened":
|
||||
# template: { name: Genre }
|
||||
# summary: "These people actually existed."
|
||||
# trakt_list:
|
||||
# - https://trakt.tv/users/majeed_pk/lists/biographies
|
||||
# collection_order: random
|
||||
# visible_library: true
|
||||
# visible_home: true
|
||||
# visible_shared: true
|
||||
|
||||
"🌿 What Is Life Anyway?":
|
||||
template: { name: Genre }
|
||||
|
|
Loading…
Reference in New Issue