Update Movies.yml

added radarr_add to holiday seasonal collections, trending, and top rated. changed trending collection to pull 100 from each list instead of 40.
pull/65/head
jwfox5150 3 years ago committed by GitHub
parent b88dc2b225
commit 41978e95c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ templates:
visible_home: true visible_home: true
visible_shared: true visible_shared: true
visible_library: true visible_library: true
radarr_add: true
collections: collections:
# list-driven # list-driven
@ -123,15 +124,16 @@ collections:
url_poster: https://i.imgur.com/AJ1nD4d.jpg url_poster: https://i.imgur.com/AJ1nD4d.jpg
Trending: Trending:
trakt_trending: 40 trakt_trending: 100
tmdb_trending_daily: 40 tmdb_trending_daily: 100
tmdb_trending_weekly: 40 tmdb_trending_weekly: 100
sort_title: ---Trending sort_title: ---Trending
sync_mode: sync sync_mode: sync
smart_label: year.desc smart_label: year.desc
summary: Movies trending across the internet summary: Movies trending across the internet
url_background: https://i.imgur.com/SOVfrIq.png url_background: https://i.imgur.com/SOVfrIq.png
url_poster: https://i.imgur.com/4vpMZoA.png url_poster: https://i.imgur.com/4vpMZoA.png
radarr_add: true
Top Rated: Top Rated:
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250
@ -142,6 +144,7 @@ collections:
summary: Top Rated Movies, according to IMDB. summary: Top Rated Movies, according to IMDB.
url_background: https://i.imgur.com/b26VZ9y.jpg url_background: https://i.imgur.com/b26VZ9y.jpg
url_poster: https://i.imgur.com/x7BhedD.png url_poster: https://i.imgur.com/x7BhedD.png
radarr_add: true
Popular on Plex: Popular on Plex:
sort_title: ---Popular on Plex sort_title: ---Popular on Plex
@ -176,7 +179,6 @@ collections:
sync_mode: sync sync_mode: sync
smart_label: critic_rating.desc smart_label: critic_rating.desc
url_poster: https://i.imgur.com/EKxn51i.jpg url_poster: https://i.imgur.com/EKxn51i.jpg
radarr_add: true
###################################################### ######################################################
@ -231,4 +233,4 @@ collections:
name: Holiday name: Holiday
start_date: 12/26 start_date: 12/26
end_date: 01/04 end_date: 01/04
imdb_list: https://www.imdb.com/list/ls066838460/ imdb_list: https://www.imdb.com/list/ls066838460/

Loading…
Cancel
Save