initial commit for tuxpeople folder

pull/80/head
Thomas Deutsch 2 years ago
parent dd76379c79
commit b35533c7cc
No known key found for this signature in database
GPG Key ID: E31E4AB295E4270C

@ -0,0 +1,50 @@
templates:
Chart:
sort_title: +1_<<num>><<collection_name>>
sync_mode: sync
url_background: https://i.imgur.com/R1zIOo7.png
visible_home: true
visible_shared: true
collections:
Trending:
template: { name: Chart, num: 1 }
trakt_trending: 40
tmdb_trending_daily: 40
tmdb_trending_weekly: 40
smart_label: year.desc
summary: Movies trending across the internet
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
smart_label: critic_rating.desc
summary: Top Rated Movies, according to IMDB.
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
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
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
smart_label: year.desc
url_poster: https://i.imgur.com/l0CHbgx.png
Oscar Winning Movies:
template: { name: Chart, num: 6 }
imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
summary: Movies that have won an Oscar
smart_label: year.desc
url_poster: https://i.imgur.com/l0CHbgx.png

@ -0,0 +1,97 @@
templates:
Holiday:
smart_label: title.asc
summary: |-
A timed collection of <<collection_name>> and other movies that may relate to the holiday.
NOTE: this collection will only be around until <<end_date>>.
sort_title: +0_<<collection_name>>
schedule: range(<<start_date>>-<<end_date>>)
delete_not_scheduled: true
visible_home: true
visible_shared: true
collections:
Valentine's Day Movies:
template:
name: Holiday
start_date: 02/01
end_date: 02/29
imdb_list:
- https://www.imdb.com/list/ls000094398/
- https://www.imdb.com/list/ls057783436/
- https://www.imdb.com/list/ls064427905/
trakt_list:
- https://trakt.tv/users/movie-pal/lists/valentine-s-day
- https://trakt.tv/users/barsaky/lists/den-svateho-valentina-valentine-s-day
- https://trakt.tv/users/abbelea/lists/movies-best-of-love
St. Patrick's Day Movies:
template:
name: Holiday
start_date: 03/01
end_date: 03/18
imdb_list:
- https://www.imdb.com/list/ls063934595/
trakt_list:
- https://trakt.tv/users/triadcool/lists/irish
- https://trakt.tv/users/sympli/lists/st-patricks-day-movies
Thanksgiving Movies:
template:
name: Holiday
start_date: 11/01
end_date: 11/30
imdb_list:
- https://www.imdb.com/list/ls000835734/
- https://www.imdb.com/list/ls091597850/
trakt_list:
- https://trakt.tv/users/galacticboy/lists/thanksgiving-movies
- https://trakt.tv/users/shahid1296/lists/thanksgiving
- https://trakt.tv/users/retrogran/lists/thanksgiving-season-movies
- https://trakt.tv/users/padawan_seneca/lists/vibe-autumn-tv-series-movies
Halloween Movies:
template:
name: Holiday
start_date: 10/01
end_date: 10/31
imdb_list:
- https://www.imdb.com/list/ls023118929/
- https://www.imdb.com/list/ls000099714/
tmdb_collection:
- 91361 # Halloween Collection
- 8581 # A Nightmare on Elm Street Collection
- 1733 # The Mummy Collection
- 8091 # Alien Collection
tmdb_movie:
- 23437 # A Nightmare on Elm Street (2010)
trakt_list:
- https://trakt.tv/users/29zombies/lists/halloween
- https://trakt.tv/users/galacticboy/lists/not-so-spooky-halloween
- https://trakt.tv/users/kairbear08/lists/halloween
- https://trakt.tv/users/mybicycle/lists/halloween
- https://trakt.tv/users/jayinftl/lists/halloween
- https://trakt.tv/users/roswellgeek/lists/halloween
Christmas Movies:
template:
name: Holiday
start_date: 12/01
end_date: 12/31
trakt_list:
- https://trakt.tv/users/movistapp/lists/christmas-movies
- https://trakt.tv/users/questdvd/lists/absolute-hayes-christmas-classics
- https://trakt.tv/users/littlestella3/lists/christmas
- https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
- https://trakt.tv/users/pualani78/lists/christmas-2020
- https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy
imdb_list:
- https://www.imdb.com/list/ls025976544/
- https://www.imdb.com/list/ls003863000/
- https://www.imdb.com/list/ls027454200/
- https://www.imdb.com/list/ls027886673/
- https://www.imdb.com/list/ls097998599/
- https://www.imdb.com/list/ls000096828/
New Year's Day Movies:
template:
name: Holiday
start_date: 12/26
end_date: 01/04
imdb_list: https://www.imdb.com/list/ls066838460/

@ -0,0 +1,58 @@
templates:
tmdb:
default:
collection_order: release
optional:
- collections
- lists
- movies
- tmdb_summary
- summary
tmdb_collection: <<collections>>
tmdb_list: <<lists>>
tmdb_movie: <<movies>>
tmdb_summary: <<tmdb_summary>>
summary: <<summary>>
url_poster: <<poster>>
sort_title: +2_<<collection_name>>
collection_order: <<collection_order>>
visible_home: true
visible_shared: true
person:
sort_title: +3_<<collection_name>>
visible_home: true
visible_shared: true
tmdb_discover:
with_people: <<person>>
collection_order: release
genre:
default:
title: feature
limit: 100
tmdb_discover:
with_genres: <<genre>>
sort_by: vote_average.desc
imdb_list:
- 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>>
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>>
sort_title: +4_<<collection_name>>
sync_mode: sync
smart_label: random
url_poster: <<poster>>
collection_order: alpha
visible_home: true
visible_shared: true
collections:
Bud Sepncer & Terrence Hill:
template: {name: person, person: "18841, 15140"}
summary: "The congenial duo: Bud Spencer and Terence Hill"
url_poster: https://i.imgur.com/NQ0PmZD.png
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/4448}
Star Wars Movies in Story Order:
template: {name: tmdb, lists: 7102821, collection_order: custom, poster: https://theposterdb.com/api/assets/4448}
Romance:
template: {name: genre, genre: Romance, limit: 200, poster: https://theposterdb.com/api/assets/53062}
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."
Loading…
Cancel
Save