From c393abf2826f4bf72e78deda26a56ed450ec5112 Mon Sep 17 00:00:00 2001 From: Dan Andersen Date: Mon, 12 Sep 2022 23:10:44 -0700 Subject: [PATCH] Initial release --- loftydan/README.md | 9 + loftydan/collections.yml | 59 ++++++ loftydan/overlays.yml | 91 ++++++++++ loftydan/overlays/bw/BOOKS.png | Bin 0 -> 17944 bytes loftydan/overlays/bw/COMIC BOOKS.png | Bin 0 -> 28963 bytes loftydan/overlays/bw/TRUE EVENTS.png | Bin 0 -> 18545 bytes loftydan/overlays/bw/VIDEO GAMES.png | Bin 0 -> 20605 bytes loftydan/overlays/colour/BOOKS.png | Bin 0 -> 23905 bytes loftydan/overlays/colour/COMIC BOOKS.png | Bin 0 -> 39908 bytes loftydan/overlays/colour/TRUE EVENTS.png | Bin 0 -> 33727 bytes loftydan/overlays/colour/VIDEO GAMES.png | Bin 0 -> 27815 bytes loftydan/people.yml | 222 +++++++++++++++++++++++ 12 files changed, 381 insertions(+) create mode 100644 loftydan/README.md create mode 100644 loftydan/collections.yml create mode 100644 loftydan/overlays.yml create mode 100644 loftydan/overlays/bw/BOOKS.png create mode 100644 loftydan/overlays/bw/COMIC BOOKS.png create mode 100644 loftydan/overlays/bw/TRUE EVENTS.png create mode 100644 loftydan/overlays/bw/VIDEO GAMES.png create mode 100644 loftydan/overlays/colour/BOOKS.png create mode 100644 loftydan/overlays/colour/COMIC BOOKS.png create mode 100644 loftydan/overlays/colour/TRUE EVENTS.png create mode 100644 loftydan/overlays/colour/VIDEO GAMES.png create mode 100644 loftydan/people.yml diff --git a/loftydan/README.md b/loftydan/README.md new file mode 100644 index 0000000..5531020 --- /dev/null +++ b/loftydan/README.md @@ -0,0 +1,9 @@ +# Collections and Overlays + +## Creates the following collections and overlays +- Movies based on comic books +- Movies based on video games +- Movies based on true events +- Movies based on books + +##### Also adds some favourite actors diff --git a/loftydan/collections.yml b/loftydan/collections.yml new file mode 100644 index 0000000..81be43f --- /dev/null +++ b/loftydan/collections.yml @@ -0,0 +1,59 @@ +collections: + + # Books - + Based on Books: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_Books" + tmdb_keyword: 818 #https://www.themoviedb.org/keyword/818-based-on-novel-or-book/movie + summary: Movies based on books or novels + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true + + # True events + Based on True Events: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_True" + imdb_list: + - https://www.imdb.com/list/ls046648040/?sort=num_votes + - https://www.imdb.com/list/ls074038725/?sort=num_votes + - https://www.imdb.com/list/ls084944137/?sort=num_votes + - https://www.imdb.com/list/ls099275673/?sort=num_votes + summary: A compilation of a lists of movies based on true events + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true + + # video games + Based on Video Games: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_Video" + imdb_list: + url: https://www.imdb.com/list/ls063096359/?sort=release_date,desc&st_dt=&mode=detail + summary: Movies based on video games, sorted by release date + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true + + # comics + Based on Comics: + smart_label: originally_available.desc + sync_mode: sync + sort_title: "!001_Comic" + imdb_list: + url: https://www.imdb.com/list/ls004135985/?sort=alpha,asc&st_dt=&mode=detail + summary: Movies based on comic books + #url_poster: + #url_background: + #radarr_add: true + #radarr_search: true + #radarr_monitor: true \ No newline at end of file diff --git a/loftydan/overlays.yml b/loftydan/overlays.yml new file mode 100644 index 0000000..b827669 --- /dev/null +++ b/loftydan/overlays.yml @@ -0,0 +1,91 @@ +############################################################# +# Overlays # +# Created by loftydan & iJRMH. # +############################################################# +# # +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: loftydan/overlays # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 135 # +# # Set the vertical align for the overlay # +# vertical_align: top # +# # Sets the style of overlay: colour or bw. # +# style: colour # +# # +# # Use <> collection. # +# use_<>: true # +############################################################# + +templates: + myCollection: + optional: + - overlay_level + - use_<> + default: + overlay: <> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 135 + vertical_align: top + style: colour + collection_level: <> + allowed_library_types: <>>> + ignore_blank_results: true + overlay: + name: <> + file: loftydan/overlays/<