From 65c94c9e37e50ed14ec4f84f2911c933cf0f354f Mon Sep 17 00:00:00 2001 From: Thomas Deutsch Date: Mon, 24 Jun 2024 08:35:13 +0200 Subject: [PATCH] Re-Add Files --- tuxpeople/Charts.yml | 37 ++++++----- tuxpeople/Playlists.yml | 121 +++++++++++++++++++++++++++------- tuxpeople/VariousLists.yml | 49 ++++++++++++++ tuxpeople/german_metadata.yml | 14 ++++ tuxpeople/tv_collections.yml | 11 ++++ 5 files changed, 194 insertions(+), 38 deletions(-) create mode 100644 tuxpeople/VariousLists.yml create mode 100644 tuxpeople/german_metadata.yml create mode 100644 tuxpeople/tv_collections.yml diff --git a/tuxpeople/Charts.yml b/tuxpeople/Charts.yml index 40ecfb8..3510b94 100644 --- a/tuxpeople/Charts.yml +++ b/tuxpeople/Charts.yml @@ -16,35 +16,40 @@ collections: url_poster: https://i.imgur.com/cxnU9ZL.png Top Rated: template: { name: Chart, num: 2 } - imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=100 - tmdb_top_rated: 100 + imdb_chart: top_movies + tmdb_top_rated: 250 smart_label: critic_rating.desc - summary: Top Rated Movies, according to IMDB. + summary: Top Rated Movies, according to IMDB and tmdb. url_poster: https://i.imgur.com/AWxpE67.png Popular: template: { name: Chart, num: 3 } smart_label: year.desc tmdb_popular: 40 - imdb_list: - url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short - limit: 40 + imdb_chart: popular_movies + # limit: 40 summary: Popular Movies across the internet url_poster: https://i.imgur.com/oJbU0yr.png -# Movies people are watching: -# template: { name: Chart, num: 4 } -# trakt_list: https://trakt.tv/users/hdlists/lists/top-films-everyone-s-watching -# smart_label: year.desc -# summary: Movies That Everyone is Watching -# url_poster: https://i.imgur.com/8cxTJ1b.png + # Movies people are watching: + # template: { name: Chart, num: 4 } + # trakt_list: https://trakt.tv/users/hdlists/lists/top-films-everyone-s-watching + # smart_label: year.desc + # summary: Movies That Everyone is Watching + # url_poster: https://i.imgur.com/8cxTJ1b.png Oscar Best Picture-Winning Movies: template: { name: Chart, num: 5 } - imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_best_picture_winners - summary: Movies that have won an Oscar + imdb_search: + event.winning: oscar_picture + sort_by: year.desc + sync_mode: sync + summary: Movies that have won an Oscar for best pictures smart_label: year.desc url_poster: https://theposterdb.com/api/assets/75802 Oscar Winning Movies: template: { name: Chart, num: 6 } - imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + imdb_search: + event.winning: oscar + sort_by: year.desc + sync_mode: sync summary: Movies that have won an Oscar smart_label: year.desc - url_poster: https://i.imgur.com/l0CHbgx.png \ No newline at end of file + url_poster: https://i.imgur.com/l0CHbgx.png diff --git a/tuxpeople/Playlists.yml b/tuxpeople/Playlists.yml index 521692f..164b814 100644 --- a/tuxpeople/Playlists.yml +++ b/tuxpeople/Playlists.yml @@ -14,7 +14,7 @@ templates: tmdb_summary: <> summary: <> url_poster: <> - sort_title: +2_<> + sort_title: +3_<> collection_order: <> visible_home: true visible_shared: true @@ -32,53 +32,130 @@ templates: tmdb_discover: with_genres: <> sort_by: vote_average.desc - imdb_list: - - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1950-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>> - limit: <<limit>> - - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1950-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc - limit: <<limit>> + imdb_search: + type: movie + release.after: 1950-01-01 + rating.gte: 5 + votes.gte: 100000 + genre: <<genre>> + sort_by: rating.desc + limit: <<limit>> sort_title: +4_<<collection_name>> url_poster: <<poster>> collection_order: alpha visible_home: true visible_shared: true + collections: Bud Sepncer & Terrence Hill: - template: {name: person, person: "18841, 15140"} + template: { name: person, person: "18841, 15140" } summary: "The congenial duo: Bud Spencer and Terence Hill" - url_poster: https://i.imgur.com/NQ0PmZD.png + url_poster: https://i.imgur.com/NQ0PmZD.png + radarr_add_missing: true Middle Earth: - template: {name: tmdb, collections: "119, 121938", summary: "A collection of all J.R.R. Tolkien's movies.", poster: https://theposterdb.com/api/assets/32987} + template: + { + name: tmdb, + collections: "119, 121938", + summary: "A collection of all J.R.R. Tolkien's movies.", + poster: https://theposterdb.com/api/assets/32987, + } Star Wars Movies in Story Order: - template: {name: tmdb, lists: 7102821, collection_order: custom, poster: https://theposterdb.com/api/assets/4448} + template: + { + name: tmdb, + lists: 7102821, + collection_order: custom, + poster: https://theposterdb.com/api/assets/4448, + } + radarr_add_missing: true Romance: - template: {name: genre, genre: Romance, limit: 100, poster: https://theposterdb.com/api/assets/117306} + template: + { + name: genre, + genre: Romance, + limit: 100, + poster: https://theposterdb.com/api/assets/117306, + } summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." Action: - template: {name: genre, genre: Action, limit: 100, poster: https://theposterdb.com/api/assets/117290} + template: + { + name: genre, + genre: Action, + limit: 100, + poster: https://theposterdb.com/api/assets/117290, + } summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. Adventure: - template: {name: genre, genre: Adcenture, limit: 100, poster: https://theposterdb.com/api/assets/117291} - summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + template: + { + name: genre, + genre: adventure, + limit: 100, + poster: https://theposterdb.com/api/assets/117291, + } + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. Animation: - template: {name: genre, genre: Animation, limit: 100, poster: https://theposterdb.com/api/assets/116642} + template: + { + name: genre, + genre: Animation, + limit: 100, + poster: https://theposterdb.com/api/assets/116642, + } summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. Biography: - template: {name: genre, genre: Biography, limit: 100, poster: https://theposterdb.com/api/assets/60369} + template: + { + name: genre, + genre: Biography, + limit: 100, + poster: https://theposterdb.com/api/assets/60369, + } summary: A collection of Biography movies Comedy: - template: {name: genre, genre: Comedy, limit: 100, poster: https://theposterdb.com/api/assets/117296} + template: + { + name: genre, + genre: Comedy, + limit: 100, + poster: https://theposterdb.com/api/assets/117296, + } summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. Crime: - template: {name: genre, genre: Crime, limit: 100, poster: https://theposterdb.com/api/assets/117297} + template: + { + name: genre, + genre: Crime, + limit: 100, + poster: https://theposterdb.com/api/assets/117297, + } summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. Documentary: - template: {name: genre, genre: Documentary, limit: 100, poster: https://theposterdb.com/api/assets/51430} + template: + { + name: genre, + genre: Documentary, + limit: 100, + poster: https://theposterdb.com/api/assets/51430, + } summary: Documentary film is a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record. Drama: - template: {name: genre, genre: Drama, limit: 100, poster: https://theposterdb.com/api/assets/117299} + template: + { + name: genre, + genre: Drama, + limit: 100, + poster: https://theposterdb.com/api/assets/117299, + } summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. Family: - template: {name: genre, genre: Family, limit: 100, poster: https://theposterdb.com/api/assets/117300} + template: + { + name: genre, + genre: Family, + limit: 100, + poster: https://theposterdb.com/api/assets/117300, + } summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. - \ No newline at end of file diff --git a/tuxpeople/VariousLists.yml b/tuxpeople/VariousLists.yml new file mode 100644 index 0000000..e04a068 --- /dev/null +++ b/tuxpeople/VariousLists.yml @@ -0,0 +1,49 @@ +templates: + generic_list: + smart_label: title.asc + sort_title: +2_<<collection_name>> + visible_home: true + visible_shared: true + radarr_add_missing: true + +collections: + Kids Movies: + plex_search: + any: + content_rating: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + AEW PPV: + template: + name: generic_list + imdb_list: + - https://www.imdb.com/list/ls044462968/ + - https://www.imdb.com/list/ls560016464/ + - https://www.imdb.com/list/ls523574560/ + - https://www.imdb.com/list/ls509051450/ + - https://www.imdb.com/list/ls566701386/ + item_label: aew,wrestling + radarr_folder: "/data/media/movies/wrestling" + filters: + year.gte: 2022 + url_poster: https://i.imgur.com/Q3gZvGl.jpeg + WWE PPV: + template: + name: generic_list + imdb_list: + - https://www.imdb.com/list/ls066790094/ + - https://www.imdb.com/list/ls523285888/ + - https://www.imdb.com/list/ls523039717/ + - https://www.imdb.com/list/ls538431085/ + - https://www.imdb.com/list/ls021456885/ + item_label: wwe,wrestling + radarr_folder: "/data/media/movies/wrestling" + filters: + year.gte: 2022 + url_poster: https://i.imgur.com/3eNUU6q.jpeg diff --git a/tuxpeople/german_metadata.yml b/tuxpeople/german_metadata.yml new file mode 100644 index 0000000..b061949 --- /dev/null +++ b/tuxpeople/german_metadata.yml @@ -0,0 +1,14 @@ +metadata: + # <tmdb-id>: # <movie_name> + # title: <title> # override stupid german translations of movie names + + 146: # Crouching Tiger, Hidden Dragon + title: Crouching Tiger, Hidden Dragon + 8386: # How High (2001) + title: How High + 36670: # Never Say Never Again (1983) + title: James Bond 007 - Sag niemals nie + 453395: # Doctor Strange in the Multiverse of Madness + title: Doctor Strange in the Multiverse of Madness + 637649: # Wrath of Man (2021) + title: Wrath of Man diff --git a/tuxpeople/tv_collections.yml b/tuxpeople/tv_collections.yml new file mode 100644 index 0000000..940b499 --- /dev/null +++ b/tuxpeople/tv_collections.yml @@ -0,0 +1,11 @@ +collections: + The Simpsons Top 100 Episodes: + collection_order: custom + builder_level: episode + sync_mode: sync + imdb_search: + type: tv_episode + series: tt0096697 + sort_by: rating.desc + limit: 100 + summary: The top 100 Simpsons episodes by IMDb user rating