diff --git a/fredmcbob/configs/movies/Charts.yml b/fredmcbob/configs/movies/Charts.yml index 096c3ca..b7091ac 100644 --- a/fredmcbob/configs/movies/Charts.yml +++ b/fredmcbob/configs/movies/Charts.yml @@ -13,7 +13,7 @@ collections: url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg visible_library: true visible_home: true - visible_shared: true + visible_shared: false Popular Movies: sort_title: +01_2Popular @@ -25,7 +25,7 @@ collections: url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg visible_library: true visible_home: false - visible_shared: true + visible_shared: false Newly Released Movies: sort_title: +01_3NewReleases @@ -37,4 +37,4 @@ collections: url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg visible_library: true visible_home: false - visible_shared: true \ No newline at end of file + visible_shared: false \ No newline at end of file diff --git a/fredmcbob/configs/movies/Kids_Charts.yml b/fredmcbob/configs/movies/Kids_Charts.yml new file mode 100644 index 0000000..1f4cbfa --- /dev/null +++ b/fredmcbob/configs/movies/Kids_Charts.yml @@ -0,0 +1,40 @@ +###################################################### +# Chart Collections # +###################################################### + +collections: + Trending Kids Movies: + sort_title: +01_1Trending + sync_mode: sync + collection_order: custom + trakt_trending: 150 + summary: A collection of movies trending across the internet + url_poster: https://i.imgur.com/LFJnVzC.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: true + visible_shared: false + + Popular Kids Movies: + sort_title: +01_2Popular + sync_mode: sync + smart_label: random + trakt_watched_weekly: 150 + summary: A collection of the most watched movies over the past week. + url_poster: https://i.imgur.com/WhHiFPX.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: false + visible_shared: false + + Newly Released Kids Movies: + sort_title: +01_3NewReleases + sync_mode: sync + smart_label: added.desc + trakt_list: https://trakt.tv/users/giladg/lists/latest-releases + summary: A collection of newly-released movies in cinema and on streaming services + url_poster: https://i.imgur.com/D62EdJd.jpg + url_background: https://wallpaperbat.com/img/23094-cinema-hd-wallpaper-top-free-cinema-hd-background.jpg + visible_library: true + visible_home: false + visible_shared: false \ No newline at end of file diff --git a/fredmcbob/configs/tv/Kids_Charts.yml b/fredmcbob/configs/tv/Kids_Charts.yml new file mode 100644 index 0000000..e627eac --- /dev/null +++ b/fredmcbob/configs/tv/Kids_Charts.yml @@ -0,0 +1,28 @@ +###################################################### +# Chart Collections # +###################################################### + +collections: + Trending Kid's Shows: + sort_title: +01_1Trending + sync_mode: sync + collection_order: custom + trakt_trending: 150 + summary: A collection of shows trending across the internet + url_poster: https://i.imgur.com/dKGkfdL.jpg + url_background: https://wallpapercave.com/wp/wp5054947.jpg + visible_library: true + visible_home: true + visible_shared: true + + Recommended Kid's Shows: + sort_title: +01_2Popular + sync_mode: sync + smart_label: random + trakt_watched_weekly: 150 + summary: A collection of the most watched shows over the past week. + url_poster: https://i.imgur.com/06YA2Sk.jpg + url_background: https://wallpapercave.com/wp/wp5054947.jpg + visible_library: true + visible_home: false + visible_shared: false \ No newline at end of file