- 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)
|
visible_library: range(02/21-03/31)
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/winner.jpg
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/winner.jpg
|
||||||
|
|
||||||
"🎞️ American Film Institute":
|
# Too big, times out
|
||||||
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."
|
# "🎞️ American Film Institute":
|
||||||
template: { name: Award,
|
# 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."
|
||||||
level: "+" }
|
# template: { name: Award,
|
||||||
trakt_list: https://trakt.tv/users/majeed_pk/lists/afi-100-years-all-films-complete
|
# level: "+" }
|
||||||
schedule:
|
# trakt_list: https://trakt.tv/users/majeed_pk/lists/afi-100-years-all-films-complete
|
||||||
- weekly(friday)
|
# schedule:
|
||||||
collection_order: release.desc
|
# - weekly(friday)
|
||||||
visible_home: false
|
# collection_order: release.desc
|
||||||
visible_shared: false
|
# visible_home: false
|
||||||
visible_library: true
|
# visible_shared: false
|
||||||
|
# visible_library: true
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
## Use DC as suffix to avoid name conflicts with static 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_home: false # Not advertised on the home page
|
||||||
visible_shared: false # Not advertised on the home page
|
visible_shared: false # Not advertised on the home page
|
||||||
|
|
||||||
"🧑 It Really Happened":
|
# TODO: Might time out due to size
|
||||||
template: { name: Genre }
|
# "🧑 It Really Happened":
|
||||||
summary: "These people actually existed."
|
# template: { name: Genre }
|
||||||
trakt_list:
|
# summary: "These people actually existed."
|
||||||
- https://trakt.tv/users/majeed_pk/lists/biographies
|
# trakt_list:
|
||||||
collection_order: random
|
# - https://trakt.tv/users/majeed_pk/lists/biographies
|
||||||
visible_library: true
|
# collection_order: random
|
||||||
visible_home: true
|
# visible_library: true
|
||||||
visible_shared: true
|
# visible_home: true
|
||||||
|
# visible_shared: true
|
||||||
|
|
||||||
"🌿 What Is Life Anyway?":
|
"🌿 What Is Life Anyway?":
|
||||||
template: { name: Genre }
|
template: { name: Genre }
|
||||||
|
|
Loading…
Reference in New Issue