Compare commits

..

No commits in common. "master" and "v2.1.0" have entirely different histories.

286 changed files with 4300 additions and 9403 deletions

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
.DS_Store .DS_Store
.idea .idea
/.vscode /.vscode
.DS_Store desktop.ini
desktop.ini

View File

@ -1,22 +0,0 @@
**This is primarily setup for ElfHosted tenants. All that would likely be different are your paths and url, otherwise.**
______________________________________________________________________________________________________________________
There are two version of the config file (either one would need to be renamed to `config.yml` to be active.) One version only has TV overlays, while the other has overlays for TV and movies.
______________________________________________________________________________________________________________________
If you are and ElfHosted tenant, we have an Kometa channel in our Discord. For anyone else, or for more advanced questions, join the [**Kometa Discord Server**](https://discord.gg/kometa-822460010649878528)
______________________________________________________________________________________________________________________
**Please Note #1** (collections)
In the `movie_suggestions.yml`, you **must** replace the dummy `trakt_list` links with ones of your choosing. I have removed my own. This applies to...
- Recommended
In the `movie_suggestions.yml`, you **must** replace the dummy `mbdlist_list` links with ones of your choosing. I have removed my own. This applies to...
- Watchlist
- *You could also change it to `trakt_list` and insert a list from Trakt of your choosing.*
**Please Note #1** (paths)
With ElfHosted, your `config.yml`resides in `/config/kometa/`. The `overlays` and `metadata` folders reside in `/config/kometa/kometa/`.Yes, they are nested within a second Kometa folder.
*The overlays are based upon work done by `jmxd`, who can be found in the Kometa Discord.*
![Screenshot 2024-10-11 090957](https://github.com/user-attachments/assets/f25e7882-9872-4f1c-9d9a-1653a4755beb)

View File

@ -1,231 +0,0 @@
libraries: # This is called out once within the config.yml file
Movies: # Each library must match the Plex library name
remove_overlays: false # Set this to true to remove all overlays:
overlay_files:
- file: config/kometa/overlays/jmxd/gradient.yml #Top Gradient
- default: resolution #Resolution & Dynamic Range
template_variables:
file: config/kometa/kometa/overlays/jmxd/resolution/<<key>><<alt>>.png
use_resolution: true
use_edition: false
horizontal_offset: 50
horizontal_align: left
vertical_offset: 50
vertical_align: top
back_radius: 0
back_align: left
back_color: '#00000000'
back_height: 50
- default: audio_codec #Audio Codec
template_variables:
file: config/kometa/kometa/overlays/jmxd/audio_codec/<<key>>.png
horizontal_offset: 50
horizontal_align: right
vertical_offset: 50
vertical_align: top
back_radius: 0
back_align: right
back_color: '#00000000'
back_height: 50
- default: resolution #Edition
template_variables:
file: config/kometa/overlays/jmxd/edition/<<key>>.png
use_resolution: false
use_edition: true
horizontal_offset: 0
horizontal_align: center
vertical_offset: 0
vertical_align: bottom
back_radius: 0
back_color: '#00000000'
back_height: 153
run_order:
- operations
- metadata
- collections
- overlays
collection_files:
- default: franchise
template_variables:
build_collection: true
sync_mode: append
collection_mode: hide
minimum_items: 2
- config/kometa/metadata/holidays.yml
#- config/kometa/metadata/decades.yml
#- config/kometa/metadata/studios.yml
- config/kometa/metadata/movie_suggestions.yml
- config/kometa/metadata/awards.yml
- config/kometa/metadata/collections.yml
- config/kometa/metadata/genres.yml
settings:
report_path: config/kometa/missing
asset_directory:
- config/kometa/assets/
- config/kometa/assets/movies
- config/kometa/assets/awards
- config/kometa/assets/collections
- config/kometa/assets/decades
- config/kometa/assets/genres
- config/kometa/assets/holidays
- config/kometa/assets/studios
- config/kometa/assets/movie_suggestions
operations:
assets_for_all: false
split_duplicates: false
mass_critic_rating_update: mdb
mass_audience_rating_update: imdb
item_refresh: true
delete_collections:
configured: false
managed: false
less: 2
TV Shows: # Must be named the same as Plex's
run_order:
- operations
- metadata
- collections
- overlays
remove_overlays: false
overlay_files:
- default: network # TV Show Networks
template_variables:
vertical_align: bottom
vertical_offset: 15
horizontal_align: left
horizontal_offset: 15
collection_files:
- config/kometa/metadata/networks.yml
- config/kometa/metadata/tv_suggestions.yml
settings:
report_path: config/kometa/missing
asset_directory:
- config/kometa/assets/
- config/kometa/assets/kids
- config/kometa/assets/networks
- config/kometa/assets/tv_suggestions
operations:
assets_for_all: false
split_duplicates: false
playlist_files:
- default: playlist # This is a file within PMM's defaults folder
template_variables:
trakt_list_xmen: https://trakt.tv/users/alan-pittflix/lists/x-men
# see the wiki for how to use local files, folders, URLs, or files from git
settings:
cache: true
cache_expiration: 60
asset_folders: true
asset_depth: 3
create_asset_folders: true
dimensional_asset_rename: true
download_url_assets: true
show_missing_season_assets: false
show_missing_episode_assets: false
show_asset_not_needed: true
sync_mode: append
minimum_items: 2
default_collection_order:
run_again_delay: 0
missing_only_released: false
only_filter_missing: false
show_unmanaged: true
show_unconfigured: true
show_filtered: true
show_options: true
show_missing: false
show_missing_assets: false
save_report: true
tvdb_language: eng
ignore_ids:
ignore_imdb_ids:
item_refresh_delay: 0
playlist_sync_to_user: all
playlist_exclude_users:
playlist_report: false
verify_ssl: true
custom_repo:
check_nightly: false
run_order:
- operations
- metadata
- collections
- overlays
overlay_artwork_filetype: jpg
overlay_artwork_quality: 75
asset_directory: config/kometa/assets
prioritize_assets: false
delete_below_minimum: false
delete_not_scheduled: false
plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://plex:32400
token:
timeout: 900
clean_bundles: true
empty_trash: false
optimize: true
verify_ssl:
db_cache: 40
tmdb: # REQUIRED for the script to run
apikey: 0095192b8ceb2b5a44015e97f0afcc9c
language: en
cache_expiration: 60
region:
tautulli: # Can be individually specified per library as well
url: http://tautulli:8181
apikey:
notifiarr:
apikey:
mdblist:
apikey:
cache_expiration: 60
omdb:
apikey:
cache_expiration: 60
trakt:
client_id:
client_secret:
pin:
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:
radarr: # Can be individually specified per library as well.
url: http://radarr4k:7878 # Change this to either 'radarr4k' or 'radarr' # You can only link one.
token: # Radarr API Token.
add_missing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add any movies missing from them to radarr/radarr4k.
add_existing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add all movies to radarr/radarr4k for monitoring.
root_folder_path: /storage/symlinks/movies-4k # Change to your root path from radarr or radarr4k.
monitor: true # Monitor the movie when adding new movies.
availability: released # Default Minimum Availability to use when adding new movies.
quality_profile: # You must input the exact name of the quality profile you want used from radarr/radarr4 without typos.
tag: kometa # Default list or comma-separated string of tags to use when adding new movies.
search: false # Start search for missing movie when adding new movies.
radarr_path: # This can remain blank without issue.
plex_path: # This can remain blank without issue.
upgrade_existing: false # Upgrades all existing movies in collections to match the Quality Profile of the collection.
monitor_existing: false # Ensures all existing movies in collections match your monitor setting.
ignore_cache: false # Ignores Kometa's cache when adding items to Radarr.
sonarr: # Can be individually specified per library as well.
url: http://sonarr4k:8989 # Change this to either 'sonarr4k' or 'sonarr'. You can only link one or the other.
token: # Sonarr API Token.
add_missing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add any movies missing from them to sonarr/sonarr4k.
add_existing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add any movies missing from them to sonarr/sonarr4k.
root_folder_path: /storage/symlinks/series-4k # Change to your root path from sonarr or sonarr4k.
monitor: all # Default Monitor to use when adding new shows.
quality_profile: # You must input the exact name of the quality profile you want used from sonarr/sonarr4k without typos.
language_profile: Original # Default Language Profile to use when adding new shows.
series_type: standard # Default Series Type to use when adding new shows.
season_folder: true # Use the Season Folder Option when adding new shows.
tag: kometa # Default list or comma-separated string of tags to use when adding new shows.
search: false # Start search for missing episodes when adding new shows.
cutoff_search: false # Start search for cutoff unmet episodes when adding new shows.
sonarr_path: # This can remain blank without issue.
plex_path: # This can remain blank without issue.
upgrade_existing: false # Upgrades all existing shows in collections to match the Quality Profile of the collection.
monitor_existing: false # Ensures all existing shows in collections match your monitor setting.
ignore_cache: false #Ignores Kometa's cache when adding items to Sonarr.

View File

@ -1,192 +0,0 @@
libraries: # This is called out once within the config.yml file
Movies:
run_order:
- operations
- metadata
- collections
- overlays
collection_files:
- default: franchise
template_variables:
build_collection: true
sync_mode: append
collection_mode: hide
minimum_items: 2
- config/kometa/metadata/holidays.yml
#- config/kometa/metadata/decades.yml
#- config/kometa/metadata/studios.yml
- config/kometa/metadata/movie_suggestions.yml
- config/kometa/metadata/awards.yml
- config/kometa/metadata/collections.yml
- config/kometa/metadata/genres.yml
settings:
report_path: config/kometa/missing
asset_directory:
- config/kometa/assets/
- config/kometa/assets/movies
- config/kometa/assets/awards
- config/kometa/assets/collections
- config/kometa/assets/decades
- config/kometa/assets/genres
- config/kometa/assets/holidays
- config/kometa/assets/studios
- config/kometa/assets/movie_suggestions
operations:
assets_for_all: false
split_duplicates: false
mass_critic_rating_update: mdb
mass_audience_rating_update: imdb
item_refresh: true
delete_collections:
configured: false
managed: false
less: 2
TV Shows: # Must be named the same as Plex's
run_order:
- operations
- metadata
- collections
- overlays
remove_overlays: false
overlay_files:
- default: network # TV Show Networks
template_variables:
vertical_align: bottom
vertical_offset: 15
horizontal_align: left
horizontal_offset: 15
collection_files:
- config/kometa/metadata/networks.yml
- config/kometa/metadata/tv_suggestions.yml
settings:
report_path: config/kometa/missing
asset_directory:
- config/kometa/assets/
- config/kometa/assets/kids
- config/kometa/assets/networks
- config/kometa/assets/tv_suggestions
operations:
assets_for_all: false
split_duplicates: false
playlist_files:
- default: playlist # This is a file within PMM's defaults folder
template_variables:
trakt_list_xmen: https://trakt.tv/users/alan-pittflix/lists/x-men
# see the wiki for how to use local files, folders, URLs, or files from git
settings:
cache: true
cache_expiration: 60
asset_folders: true
asset_depth: 3
create_asset_folders: true
dimensional_asset_rename: true
download_url_assets: true
show_missing_season_assets: false
show_missing_episode_assets: false
show_asset_not_needed: true
sync_mode: append
minimum_items: 2
default_collection_order:
run_again_delay: 0
missing_only_released: false
only_filter_missing: false
show_unmanaged: true
show_unconfigured: true
show_filtered: true
show_options: true
show_missing: false
show_missing_assets: false
save_report: true
tvdb_language: eng
ignore_ids:
ignore_imdb_ids:
item_refresh_delay: 0
playlist_sync_to_user: all
playlist_exclude_users:
playlist_report: false
verify_ssl: true
custom_repo:
check_nightly: false
run_order:
- operations
- metadata
- collections
- overlays
overlay_artwork_filetype: jpg
overlay_artwork_quality: 75
asset_directory: config/kometa/assets
prioritize_assets: false
delete_below_minimum: false
delete_not_scheduled: false
plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://plex:32400
token:
timeout: 900
clean_bundles: true
empty_trash: false
optimize: true
verify_ssl:
db_cache: 40
tmdb: # REQUIRED for the script to run
apikey: 0095192b8ceb2b5a44015e97f0afcc9c
language: en
cache_expiration: 60
region:
tautulli: # Can be individually specified per library as well
url: http://tautulli:8181
apikey:
notifiarr:
apikey:
mdblist:
apikey:
cache_expiration: 60
omdb:
apikey:
cache_expiration: 60
trakt:
client_id:
client_secret:
pin:
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:
radarr: # Can be individually specified per library as well.
url: http://radarr4k:7878 # Change this to either 'radarr4k' or 'radarr' # You can only link one.
token: # Radarr API Token.
add_missing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add any movies missing from them to radarr/radarr4k.
add_existing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add all movies to radarr/radarr4k for monitoring.
root_folder_path: /storage/symlinks/movies-4k # Change to your root path from radarr or radarr4k.
monitor: true # Monitor the movie when adding new movies.
availability: released # Default Minimum Availability to use when adding new movies.
quality_profile: # You must input the exact name of the quality profile you want used from radarr/radarr4 without typos.
tag: kometa # Default list or comma-separated string of tags to use when adding new movies.
search: false # Start search for missing movie when adding new movies.
radarr_path: # This can remain blank without issue.
plex_path: # This can remain blank without issue.
upgrade_existing: false # Upgrades all existing movies in collections to match the Quality Profile of the collection.
monitor_existing: false # Ensures all existing movies in collections match your monitor setting.
ignore_cache: false # Ignores Kometa's cache when adding items to Radarr.
sonarr: # Can be individually specified per library as well.
url: http://sonarr4k:8989 # Change this to either 'sonarr4k' or 'sonarr'. You can only link one or the other.
token: # Sonarr API Token.
add_missing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add any movies missing from them to sonarr/sonarr4k.
add_existing: false # If you set this to 'true' then PMM/Kometa will scan your collections and add any movies missing from them to sonarr/sonarr4k.
root_folder_path: /storage/symlinks/series-4k # Change to your root path from sonarr or sonarr4k.
monitor: all # Default Monitor to use when adding new shows.
quality_profile: # You must input the exact name of the quality profile you want used from sonarr/sonarr4k without typos.
language_profile: Original # Default Language Profile to use when adding new shows.
series_type: standard # Default Series Type to use when adding new shows.
season_folder: true # Use the Season Folder Option when adding new shows.
tag: kometa # Default list or comma-separated string of tags to use when adding new shows.
search: false # Start search for missing episodes when adding new shows.
cutoff_search: false # Start search for cutoff unmet episodes when adding new shows.
sonarr_path: # This can remain blank without issue.
plex_path: # This can remain blank without issue.
upgrade_existing: false # Upgrades all existing shows in collections to match the Quality Profile of the collection.
monitor_existing: false # Ensures all existing shows in collections match your monitor setting.
ignore_cache: false #Ignores Kometa's cache when adding items to Sonarr.

View File

@ -1,77 +0,0 @@
##############################################################
## Movie Awards Collections ##
##############################################################
#######################
## Templates ##
#######################
templates:
Awards:
url_poster: https://theposterdb.com/api/assets/<<poster>>
# visible_home: range(11/01-02/28)
# visible_shared: range(11/01-02/28)
# schedule: range(11/01-02/28)
collection_mode: hide
collection_order: release.asc
sync_mode: sync
label: <<smart_label>>
#############################
## Collections ##
#############################
collections:
Best Picture Nominees:
imdb_award:
event_id: ev0000003
category_filter: [best picture, best motion picture of the year]
winning: false
sync_mode: sync
collection_mode: hide
smart_label: release.asc
event_year: 1929-current
sort_title: ++++++++_best_picture_nominee
summary: "A collection of Oscar nominated films for Best Motion Picture of the Year"
url_poster: https://theposterdb.com/api/assets/10084
Best Picture Winners:
imdb_award:
event_id: ev0000003
category_filter: [best picture, best motion picture of the year]
winning: true
sync_mode: sync
collection_mode: hide
smart_label: release.asc
event_year: 1929-current
sort_title: +++++++_best_picture_winner
summary: "A collection of Oscar winning films for Best Motion Picture of the Year"
url_poster: https://theposterdb.com/api/assets/10096
Best Actor:
imdb_award:
event_id: ev0000003
category_filter: [best actor in a leading role, best performance by an actor in a leading role]
winning: true
sync_mode: sync
collection_mode: hide
smart_label: release.asc
event_year: 1929-current
sort_title: +++++++++_best_actor
summary: "A collection of Oscar winning films for Best Performance by an Actor in a Leading Role"
url_poster: https://theposterdb.com/api/assets/40088
Best Actress:
imdb_award:
event_id: ev0000003
category_filter: [best actress in a leading role, best performance by an actress in a leading role]
winning: true
sync_mode: sync
collection_mode: hide
smart_label: release.asc
event_year: 1929-current
sort_title: ++++++++++_best_actress
summary: "A collection of Oscar winning films for Best Performance by an Actress in a Leading Role"
url_poster: https://theposterdb.com/api/assets/40096

View File

@ -1,103 +0,0 @@
##############################################################
## Chart Collections ##
##############################################################
collections:
IMDb Top 250:
imdb_chart: top_movies
collection_order: custom
collection_mode: hide
sync_mode: sync
sort_title: ++++++_Top_250_Movies
url_poster: https://theposterdb.com/api/assets/495518
summary: The IMDb Top 250 is a list of the top rated 250 films, based on ratings by the registered users of the website using the methods described. As of 5 September 2023, The Shawshank Redemption, directed by Frank Darabont, is No. 1 on the list, and has been since 2008.The "Top 250" rating is based on only the ratings of "regular voters". The number of votes a registered user would have to make to be considered as a user who votes regularly has been kept secret. IMDb has stated that to maintain the effectiveness of the Top 250 list they "deliberately do not disclose the criteria used for a person to be counted as a regular voter".
Martial Arts: #Added Trakt List
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Martial_Arts
trakt_list:
- https://trakt.tv/users/moses456/lists/martial-arts_-awesome-martial-arts-movies
url_poster: https://theposterdb.com/api/assets/51773
summary: Martial Arts films are a sub-genre of action films that feature numerous martial arts combat between characters. These combats are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. Martial Arts are frequently featured in training scenes and other sequences in addition to fights. Martial Arts films commonly include other types of action, such as hand-to-hand combat, stuntwork, chases, and gunfights.
Music: #Added Trakt List
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Music
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/music
url_poster: https://theposterdb.com/api/assets/532892
summary: Music films are genre that revolves around music being an integral part of the characters lives.
Stand Up Comedy:
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Stand_Up_Comedy
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/stand-up-comedy
url_poster: https://theposterdb.com/api/assets/74610
summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves.
Pandemic:
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Pandemic
trakt_list:
- https://trakt.tv/users/siskourso/lists/pandemic-movies
url_poster: https://theposterdb.com/api/assets/55837
summary: A Pandemic film resolves around widespread viruses, plagues, and diseases. While not directly including any zombie keywords this will include a fair amount of zombie themed movies.
Chick Flicks:
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Chick_Flicks
trakt_list:
- https://trakt.tv/users/omar-comin/lists/chick-flicks
- https://trakt.tv/users/roy8846/lists/chick-flick-s
- https://trakt.tv/users/rizreflects/lists/chick-flicks
url_poster: https://theposterdb.com/api/assets/49133
summary: Although many types of films may be directed toward a female audience, the term "chick flick" is typically used only in reference to films that contain personal drama and emotion or themes that are relationship-based (although not necessarily romantic, as films may focus on parent-child or friend relationships).
Romantic Comedy:
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Romantic_Comedy
trakt_list:
- https://trakt.tv/users/29zombies/lists/romantic-comedies
- https://trakt.tv/users/jarvis-5345236/lists/romantic-comedies
- https://trakt.tv/users/martin216/lists/romantic-comedies?sort=released,asc
url_poster: https://theposterdb.com/api/assets/52015
summary: Romantic comedies (aka Rom-Coms) are defined by comedy derived from relationship frustrations that are intimate in nature. This includes any combination of gender or situation across the sexual spectrum with films that include some of the best romantic quotes ever written.
Romantic Drama:
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Romantic_Drama
trakt_list:
- https://trakt.tv/users/rizreflects/lists/romantic-dramas
- https://trakt.tv/users/kingkearney/lists/romantic-dramas
url_poster: https://theposterdb.com/api/assets/60370
summary: Romantic drama is a genre that intertwines love stories with intense emotional experiences, focusing on the characters' relationships and personal growth. It often explores themes of passion, conflict, sacrifice, and the complexity of love, balancing moments of joy and heartache.
Comedy:
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Comedy
trakt_list:
- https://trakt.tv/users/delorenzo2414/lists/comedylist
- https://trakt.tv/users/mynameisredo/lists/comedies18-nc17-r-nr-totally-adult-copy
- https://trakt.tv/users/29zombies/lists/comedies
- https://trakt.tv/users/omar-comin/lists/comedies
url_poster: https://theposterdb.com/api/assets/51397
summary: Comedy films are "make 'em laugh" films designed to elicit laughter from the audience. Comedies are light-hearted dramas, crafted to amuse, entertain, and provoke enjoyment.
Gangster:
collection_order: critic_rating.desc
collection_mode: hide
sync_mode: sync
sort_title: +++++++++++++_Ganster
trakt_list:
- https://trakt.tv/users/rockcrusher/lists/gangsters
- https://trakt.tv/users/kimchitech/lists/gangsters
url_poster: https://theposterdb.com/api/assets/62561
summary: A gangster film or gangster movie is a film belonging to a genre that focuses on gangs and organized crime. It is a subgenre of crime film, that may involve large criminal organizations, or small gangs formed to perform a certain illegal act.

View File

@ -1,62 +0,0 @@
##############################################################
## Dynamic Decade Collections ##
##############################################################
#######################
## Templates ##
#######################
templates:
Decade:
smart_filter:
any:
decade: <<decade>>
sort_by: release.desc
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++++++_<<collection_name>>
collection_mode: hide
#############################
## Collections ##
#############################
collections:
2030's Films:
template: {name: Decade, decade: 2030, poster: 495866}
summary: A collection of films during the 2030s
2020's Films:
template: {name: Decade, decade: 2020, poster: 495865}
summary: A collection of films during the 2020s
2010's Films:
template: {name: Decade, decade: 2010, poster: 495863}
summary: A collection of films during the 2010s
2000's Films:
template: {name: Decade, decade: 2000, poster: 495862}
summary: A collection of films during the 2000s
1990's Films:
template: {name: Decade, decade: 1990, poster: 495861}
summary: A collection of films during the 1990s
1980's Films:
template: {name: Decade, decade: 1980, poster: 495860}
summary: A collection of films during the 1980s
1970's Films:
template: {name: Decade, decade: 1970, poster: 495859}
summary: A collection of films during the 1970s
1960's Films:
template: {name: Decade, decade: 1960, poster: 495858}
summary: A collection of films during the 1960s
1950's Films:
template: {name: Decade, decade: 1950, poster: 495857}
summary: A collection of films during the 1950s
1940's Films:
template: {name: Decade, decade: 1940, poster: 495856}
summary: A collection of films during the 1940s
1930's Films:
template: {name: Decade, decade: 1930, poster: 495855}
summary: A collection of films during the 1930s
#1920's Films:
#template: {name: Decade, decade: 1920, poster: 495854}
#summary: A collection of films during the 1920s
#1910's Films:
#template: {name: Decade, decade: 1910, poster: 495853}
#summary: A collection of films during the 1910s

View File

@ -1,94 +0,0 @@
##############################################################
## Genres Collections ##
##############################################################
#######################
## Templates ##
#######################
templates:
Dynamic: # mapping name does not matter, just needs to be unique
smart_filter:
all:
genre: <<collection>>
critic_rating.gte: 4.0
audience_rating.gte: 4.0
sort_by: critic_rating.desc
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: +++++++++++++_<<collection_name>>
collection_mode: hide
###################################
## Smart Collections ##
###################################
collections:
Action:
template: {name: Dynamic, collection: Action, poster: 52018}
summary: Action films are 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: Dynamic, collection: Adventure, poster: 52218}
summary: Adventure films are 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: Dynamic, collection: Animation, poster: 52934}
summary: Animated films are 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 childrens 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 its ability to span over many different genres.
Biography:
template: {name: Dynamic, collection: Biography, poster: 60369}
summary: Biography films are a genre that dramatizes the life of a non-fictional or historically-based person or people. Such films show the life of a historical person and the central character's real name is used.
#Children:
#template: {name: Dynamic, collection: Children, poster: 241751}
#summary: A children's film, or family film, is a film genre that contains children or relates to them in the context of home and family. Children's films are made specifically for children and not necessarily for the general audience, while family films are made for a wider appeal with a general audience in mind.
#Comedy:
#template: {name: Dynamic, collection: Comedy, poster: 51397}
#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: Dynamic, collection: Crime, poster: 53057}
summary: Crime films are 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: Dynamic, collection: Documentary, poster: 51430}
summary: Documentary films are a non-fiction genre intended to document reality primarily for the purposes of instruction, education, or maintaining a historical record.
Drama:
template: {name: Dynamic, collection: Drama, poster: 52016}
summary: Drama films are 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: Dynamic, collection: Family, poster: 53059}
summary: Family films are a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film.
Fantasy:
template: {name: Dynamic, collection: Fantasy, poster: 51476}
summary: Fantasy films are 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.
History:
template: {name: Dynamic, collection: History, poster: 58022}
summary: History films are a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History films are often accentuated by a sweeping musical score, lavish costumes, and high production value.
Horror:
template: {name: Dynamic, collection: Horror, poster: 51475}
summary: Horror films are a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres.
Musical:
template: {name: Dynamic, collection: Musical, poster: 51427}
summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality.
#Music:
#template: {name: Dynamic, collection: Music, poster: 213098}
#summary: Music films are genre that revolves around music being an integral part of the characters lives
Mystery:
template: {name: Dynamic, collection: Mystery, poster: 53060}
summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists.
#Romance:
#template: {name: Dynamic, collection: Romance, poster: 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.
Science Fiction:
template: {name: Dynamic, collection: Science Fiction, poster: 51772}
summary: Science Fiction (Sci-Fi) films are a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology.
Sports:
template: {name: Dynamic, collection: Sport, poster: 60371}
summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events.
#Stand-up:
#template: {name: Dynamic, collection: Stand-up, poster: 74610}
#summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves.
Thriller:
template: {name: Dynamic, collection: Thriller, poster: 52019}
summary: Thriller films are a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax.
War:
template: {name: Dynamic, collection: War, poster: 51477}
summary: War films are a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war.
Western:
template: {name: Dynamic, collection: Western, poster: 51774}
summary: Western films are a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s.

View File

@ -1,125 +0,0 @@
##############################################################
## Holiday Collections ##
##############################################################
#######################
## Templates ##
#######################
templates:
Holiday:
sort_title: +++++++++++_<<collection_name>>
url_poster: <<poster>>
smart_label: title.asc
collection_mode: hide
delete_not_scheduled: false
run_again: true
visible_home: true
visible_shared: true
sync_mode: sync
#############################
## Collections ##
#############################
# FYI: To set the collections on a schedule to where they don't show all year long uncomment "schedule" and and change "delete_not_scheduled:" to "true"
collections:
Christmas:
template: {name: Holiday, holiday: "Christmas", poster: https://theposterdb.com/api/assets/48897}
visible_home: range(12/01-12/31)
visible_shared: range(12/01-12/31)
#schedule: range(12/01-12/31)
smart_label: critic_rating.desc
collection_mode: hide
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/christmas
- https://trakt.tv/users/jjjonesjr33/lists/christmas-static-list
- https://trakt.tv/users/jbeasley74/lists/christmasmovies?
summary: This collection revolves around the plot involving Christmas.
Halloween Movies:
template: {name: Holiday, holiday: "Halloween!", poster: https://theposterdb.com/api/assets/532895}
visible_home: range(10/01-10/31)
visible_shared: range(10/01-10/31)
#schedule: range(10/01-10/31)
smart_label: critic_rating.desc
collection_mode: hide
trakt_list:
- https://trakt.tv/users/rafajy/lists/tv-movies-this-is-halloween-halloween-halloween-copy
summary: This collection revolves around the plot involving Halloween.
New Year's Eve Movies:
template: {name: Holiday, holiday: "New Year's Eve", poster: https://theposterdb.com/api/assets/408570}
visible_home: range(12/26-01/05)
visible_shared: range(12/26-01/05)
#schedule: range(12/26-01/05)
smart_label: critic_rating.desc
collection_mode: hide
imdb_list:
- https://www.imdb.com/list/ls066838460/
trakt_list:
- https://trakt.tv/users/laurenceibrahim/lists/new-year-s-flicks?
summary: This collection revolves around the plot involving New Year's Eve.
4th of July Movies:
template: {name: Holiday, holiday: "4th of July", poster: https://theposterdb.com/api/assets/532897}
visible_home: range(07/01-07/05)
visible_shared: range(07/01-07/05)
#schedule: range(07/01-07/05)
smart_label: critic_rating.desc
collection_mode: hide
imdb_list:
- https://www.imdb.com/list/ls552600367/
trakt_list:
- https://trakt.tv/users/jpinilla712/lists/4th-of-july?
summary: This collection revolves around the plot involving New Year's Eve.
Valentine's Day Movies:
template: {name: Holiday, holiday: "Valentine's Day", poster: https://theposterdb.com/api/assets/219483}
visible_home: range(02/01-02/14)
visible_shared: range(02/01-02/14)
#schedule: range(02/01-02/14)
smart_label: critic_rating.desc
collection_mode: hide
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/pterisaur/lists/valentine-s-day?
summary: This collection revolves around the plot involving Valentine's Day.
St. Patrick's Day Movies:
template: {name: Holiday, holiday: "St. Patrick's Day", poster: https://theposterdb.com/api/assets/219480}
visible_home: range(03/01-03/17)
visible_shared: range(03/01-03/17)
#schedule: range(03/01-03/17)
smart_label: critic_rating.desc
collection_mode: hide
imdb_list:
- https://www.imdb.com/list/ls063934595/
trakt_list:
- https://trakt.tv/users/pterisaur/lists/st-patrick-s-day?
summary: This collection revolves around the plot involving St. Patrick's Day.
Thanksgiving Movies:
template: {name: Holiday, holiday: "Thanksgiving", poster: https://theposterdb.com/api/assets/112252}
visible_home: range(11/01-11/31)
visible_shared: range(11/01-11/31)
#schedule: range(11/01-11/31)
smart_label: critic_rating.desc
collection_mode: hide
imdb_list:
- https://www.imdb.com/list/ls000835734/
- https://www.imdb.com/list/ls091597850/
trakt_list:
- https://trakt.tv/users/francis-drake/lists/thanksgiving?
summary: This collection revolves around the plot involving Thanksgiving.
Easter Movies:
template: {name: Holiday, holiday: "Easter", poster: https://theposterdb.com/api/assets/60970}
visible_home: range(3/22-4/25)
visible_shared: range(3/22-4/25)
#schedule: range(3/22-4/25)
smart_label: critic_rating.desc
collection_mode: hide
imdb_list:
- https://www.imdb.com/list/ls062665509/
- https://www.imdb.com/list/ls051733651/
trakt_list:
- https://trakt.tv/users/galacticboy/lists/easter-movies?sort=released,asc
summary: This collection revolves around the plot involving Easter.

View File

@ -1,61 +0,0 @@
##############################################################
## Suggestions Collections ##
##############################################################
#######################
## Templates ##
#######################
templates:
Suggestion:
url_poster: https://theposterdb.com/api/assets/<<poster>>
collection_mode: hide
collection_order: release.desc
# visible_home: range(01/01-12/31)
# visible_shared: range(01/01-12/31)
sync_mode: sync
collections:
#################
## Trakt ##
#################
Trending:
template: {name: Suggestion, poster: 532898}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/trakt-trending
summary: "Movies Trending across the internet"
sort_title: +++_Trending
Popular:
template: {name: Suggestion, poster: 532900}
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/trakt-top-weekly
summary: "A collection of the most watched movies over the past week."
sort_title: ++++_Popular
Recommended:
template: {name: Suggestion, poster: 532903}
trakt_list:
- https://trakt.tv/users/bsm-venger/lists/movie-recommendations-couchmoney-tv
summary: "Recommended Top Movies of the Week"
sort_title: ++_Recommended
Newly Released:
template: {name: Suggestion, poster: 532904}
url_poster: https://theposterdb.com/api/assets/213599
trakt_list:
- https://trakt.tv/users/jjjonesjr33/lists/newly-released
summary: "A collection of newly-released movies in cinema and on streaming services."
sort_title: +++++_Newly Released
Watchlist:
template: {name: Suggestion, poster: 241611}
url_poster: https://theposterdb.com/api/assets/532905
mdblist_list: https://mdblist.com/lists/bsm-venger/my-watchlist
collection_order: release.desc
sync_mode: sync
summary: "A collection of movies I want to watch."
sort_title: +_Watchlist

View File

@ -1,129 +0,0 @@
##############################################################
## Networks Collections ##
##############################################################
#######################
## Templates ##
#######################
templates:
network:
optional:
- network
tmdb_network: <<network>>
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: <<collection_name>>
collection_mode: hide
collection_order: title.asc
sync_mode: sync
#############################
## Collections ##
#############################
# FYI: To allow for Network collections to be created you must have TMDB API in the core config setup first.
collections:
A&E:
template: { name: network, network: 129, poster: 212620}
ABC:
template: { name: network, network: "2, 75, 2791", poster: 204735}
Adult Swim:
template: { name: network, network: 80, poster: 204736}
AMC:
template: { name: network, network: "174, 4661", poster: 204737}
Apple TV+:
template: { name: network, network: "2552, 1932", poster: 204738}
BBC:
template: { name: network, network: "100, 1155, 375, 493, 3546, 4, 332, 3, 126, 317", poster: 204739}
BET:
template: { name: network, network: 24, poster: 212646}
Bravo:
template: { name: network, network: 74, poster: 204740}
Cartoon Network:
template: { name: network, network: 56, poster: 204731}
CBS:
template: { name: network, network: "16, 1709, 2621", poster: 204730}
Cinemax:
template: { name: network, network: 359, poster: 204732}
Comedy Central:
template: { name: network, network: 47, poster: 204743}
Dave:
template: { name: network, network: 388, poster: 204728}
Disney+:
template: { name: network, network: 2739, poster: 204745}
Disney Channel:
template: { name: network, network: 142, poster: 212622}
Disney XD:
template: { name: network, network: 44, poster: 212645}
Disney Junior:
template: { name: network, network: 2991, poster: 212623}
Discovery:
template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741", poster: 212621}
E!:
template: { name: network, network: 76, poster: 212644}
ESPN:
template: { name: network, network: "29, 70, 4132", poster: 212624}
FOX:
template: { name: network, network: "19, 2686, 875, 45, 87, 131, 2317, 243, 2320", poster: 204746}
Freeform:
template: { name: network, network: 1267, poster: 212625}
FX:
template: { name: network, network: 88, poster: 212627}
Hallmark:
template: { name: network, network: 384, poster: 204747}
HBO:
template: { name: network, network: "49, 5484, 5485, 3186, 2593", poster: 204710}
Hulu:
template: { name: network, network: 453, poster: 204711}
HGTV:
template: { name: network, network: 210, poster: 212628}
National Geographic:
template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: 212630}
ITV:
template: { name: network, network: "9, 149, 1159, 261, 590", poster: 204712}
Lifetime:
template: { name: network, network: "34, 1072", poster: 204713}
MTV:
template: { name: network, network: 33, poster: 204714}
NBC:
template: { name: network, network: "6, 413", poster: 204715}
Netflix:
template: { name: network, network: 213, poster: 204716}
Nickelodeon:
template: { name: network, network: 13, poster: 204717}
Paramount+:
template: { name: network, network: "4330, 2076" , poster: 204718}
PBS:
template: { name: network, network: "14, 122, 2354" , poster: 204719}
Peacock:
template: { name: network, network: 3353, poster: 212631}
Prime:
template: { name: network, network: 1024, poster: 204721}
Showtime:
template: { name: network, network: 67, poster: 204720}
Sky:
template: { name: network, network: 214, poster: 204722}
Starz:
template: { name: network, network: "318, 758", poster: 204723}
Syfy:
template: { name: network, network: 77, poster: 204724}
Shudder:
template: { name: network, network: 2949, poster: 212643}
TBS:
template: { name: network, network: 68, poster: 204729}
The CW:
template: { name: network, network: 71, poster: 204744}
Warner Bros.:
template: { name: network, network: 21, poster: 212632}
TLC:
template: { name: network, network: 84, poster: 204725}
TruTV:
template: { name: network, network: 364, poster: 204726}
USA:
template: { name: network, network: 30, poster: 204733}
TNT:
template: { name: network, network: 41, poster: 212634}
YouTube:
template: { name: network, network: "247, 1436", poster: 212633}

View File

@ -1,150 +0,0 @@
##############################
## Studio Collections ##
##############################
##########################################################
## User/Config Credits ##
## Giving Credit Where Credit is Due ##
## JJJonesJr33 ##
## Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople, cpt-kuesel ##
## meisnate12, TheUnchainedZebra, Evil Tacctician ##
##########################################################
############################
## Studio Templates ##
############################
templates:
Studio:
optional:
- company
tmdb_company: <<company>>
sort_title: ++++++_<<collection_name>>
collection_order: alpha
collection_mode: hide
sync_mode: sync
####################################
## Collections Lists ##
####################################
# FYI: To allow for Studio collections to be created you must have TMDB API in the core config setup first.
# collections:
# NBCUniversal:
# template: { name: Studio, company:
# ViacomCBS:
# template: { name: Studio, company:
# WarnerMedia:
# template: { name: Studio, company:
# The Walt Disney Company:
# template: { name: Studio, company:
# Sony:
# template: { name: Studio, company:
# Lionsgate:
# template: { name: Studio, company:
# MGM Holdings:
# template: { name: Studio, company:
# Lucasfilm:
# template: { name: Studio, company: 1}
# Walt Disney Pictures:
# template: { name: Studio, company: 2}
# Pixar:
# template: { name: Studio, company: 3}
# Paramount:
# template: { name: Studio, company: 4}
# Columbia Pictures:
# template: { name: Studio, company: 5}
# RKO Radio Pictures:
# template: { name: Studio, company: 6}
# DreamWorks Pictures:
# template: { name: Studio, company: "7, 521" }
# Fine Line Features:
# template: { name: Studio, company: 8}
# WingNut Films:
# template: { name: Studio, company: 11}
# New Line Cinema:
# template: { name: Studio, company: 12}
# Miramax:
# template: { name: Studio, company: 14}
# Warner Bros. Entertainment:
# template: { name: Studio, company: 17}
# Metro-Goldwyn-Mayer:
# template: { name: Studio, company: 21}
# Imagine Entertainment:
# template: { name: Studio, company: 23}
# 20th Century Fox:
# template: { name: Studio, company: 25}
# Universal Pictures:
# template: { name: Studio, company: 33}
# Sony Pictures:
# template: { name: Studio, company: 34}
# Lions Gate Films:
# template: { name: Studio, company: 35}
# Orion Pictures:
# template: { name: Studio, company: 41}
# Fox Searchlight Pictures:
# template: { name: Studio, company: 43}
# Amblin Entertainment:
# template: { name: Studio, company: 56}
# Sony Pictures Classics:
# template: { name: Studio, company: 58}
# A Band Apart:
# template: { name: Studio, company: 59}
# United Artists:
# template: { name: Studio, company: 60}
# Village Roadshow Pictures:
# template: { name: Studio, company: 79}
# Plan B Entertainment:
# template: { name: Studio, company: 81}
# Castle Rock Entertainment:
# template: { name: Studio, company: 97}
# Marvel Studios:
# template: { name: Studio, company: 420}
# Aardman:
# template: { name: Studio, company: 297}
# Blue Sky:
# template: { name: Studio, company: 9383}
# Illumination Entertainment:
# template: { name: Studio, company: 6704}
# Studio Ghibli:
# template: { name: Studio, company: 10342}
# Sony Pictures Animation:
# template: { name: Studio, company: 2251}
# Warner Animation Group:
# template: { name: Studio, company: 25120}
# Walt Disney Animation Studios:
# template: { name: Studio, company: 6125}
# Walt Disney Productions:
# template: { name: Studio, company: 3166}
# Warner Bros. Pictures:
# template: { name: Studio, company: 174}
# Walt Disney Studios:
# template: { name: Studio, company: 109755}
# 20th Century Studios:
# template: { name: Studio, company: 127928}
# TriStar Pictures:
# template: { name: Studio, company: 559}
# Paramount Pictures:
# template: { name: Studio, company: 107355}
# RatPac-Dune Entertainment:
# template: { name: Studio, company: 444}
# Legendary Entertainment:
# template: { name: Studio, company: 923}
# Relativity Media:
# template: { name: Studio, company: 7295}
# LionsGate:
# template: { name: Studio, company: "1632, 85885"}
# MGM Home Entertainment:
# template: { name: Studio, company: 6434}
# MGM Television:
# template: { name: Studio, company: 2230}
# BBC Films:
# template: { name: Studio, company: 288}
# NBCUniversal:
# template: { name: Studio, company: 26559}
# Universal Television:
# template: { name: Studio, company: 26727}

View File

@ -1,82 +0,0 @@
##############################################################
## Suggestions Collections ##
##############################################################
#######################
## Templates ##
#######################
templates:
suggestion:
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++++_<<collection_name>>
collection_mode: hide
sync_mode: sync
Tautulli:
url_poster: https://theposterdb.com/api/assets/<<poster>>
sort_title: ++++++++++_<<collection_name>>
collection_mode: hide
collection_order: alpha
sync_mode: sync
#############################
## Collections ##
#############################
collections:
################
## Plex ##
################
Recently Aired:
template: { name: suggestion, poster: 213602}
smart_filter:
all:
episode_air_date: 7
sort_by: episode_added.desc
summary: Episodes that have aired within the last week.
New Episodes:
template: { name: suggestion, poster: 213598}
smart_filter:
all:
episode_added: 7
sort_by: episode_added.desc
summary: Episodes that have been added within the last week.
Recently Added:
template: { name: suggestion, poster: 213601}
smart_filter:
all:
added: 7
sort_by: added.desc
summary: Shows that have been added within the last week.
######################
## Tautulli ##
######################
People Watching:
template: {name: Tautulli, poster: 213600}
tautulli_watched:
list_days: 30
list_size: 10
list_buffer: 20
summary: Most Watched Movies from all the users on Plex
# New Episodes
# url_poster: https://theposterdb.com/api/assets/213598
# Recently Added
# url_poster: https://theposterdb.com/api/assets/213601
# Recently Aired
# url_poster: https://theposterdb.com/api/assets/213602
# Recently Released
# url_poster: https://theposterdb.com/api/assets/213603
# Top Rated
# url_poster: https://theposterdb.com/api/assets/213605

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,21 +0,0 @@
overlays:
imdb_rating:
overlay:
name: text(<<imdb_rating>>)
horizontal_offset: 66
horizontal_align: right
vertical_offset: 66
vertical_align: bottom
back_radius: 10
back_color: '#f5c518'
back_height: 49
back_padding: 15
font_color: "#000000"
font: config/overlays/fonts/AvenirNextLTPro-Bold.ttf
font_size: 66
plex_all: true
filters:
edition.isnot:
- "IMAX Enhanced"
- "Extended Edition"
- "Unrated Edition"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,6 +0,0 @@
overlays:
gradient:
overlay:
name: gradient
file: config/overlays/jmxd/gradient_bottom.png
plex_all: true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,6 +0,0 @@
overlays:
gradient:
overlay:
name: gradient
file: config/overlays/jmxd/gradient.png
plex_all: true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More