mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
* Update config.yml Fixed for PMM 1.20 * Update movie_suggestions.yml Fixed IMDB * Update suggestions.yml Fixed IMDB * Update config.yml Fixed for PMM 1.20 * Update config.yml Fixed for PMM 1.20 * Update config.yml Fixed for PMM 1.20 * Updated Anime Config * Updated TV Config * Updated Movies Config * Update All Config * Update Anime Config Fixed a typo. * Updated Movies Config removed extra asset directory links * Update All Config removed extra asset directory links * Updated Anime Config Fixed version to match current * Updated Movies Config Fixed version to match current * Updated TV Config Fixed version to match current * Updated All Config Fixed version to match current * Delete JJJonesJr33/Anime (Updated).png * Delete JJJonesJr33/Movies (Updated).png * Delete JJJonesJr33/Movies 4K (Updated).png * Delete JJJonesJr33/TV (Updated).png * Delete JJJonesJr33/Unraid.png * Updated anime.yml * Updated anime.yml * Updated README.md * Updated README.md * Update README.md * Updated README.md fixed typo * Delete JJJonesJr33/Plex-Meta-Manager-Movies/metadata/awards.yml * Delete JJJonesJr33/Plex-Meta-Manager-Movies/metadata/genres.yml * Delete JJJonesJr33/Plex-Meta-Manager-Movies/metadata/holidays.yml * Delete JJJonesJr33/Plex-Meta-Manager-Movies/metadata/studios.yml * Updated collections.yml * Updated decades.yml * Updated suggestions.yml * Created suggestions_uhd.yml * Created collections.yml * Updated kids.yml * Updated networks.yml * Updated suggestions.yml * Delete JJJonesJr33/Plex-Meta-Manager-All/metadata/awards.yml * Delete JJJonesJr33/Plex-Meta-Manager-All/metadata/genres.yml * Delete JJJonesJr33/Plex-Meta-Manager-All/metadata/holidays.yml * Delete JJJonesJr33/Plex-Meta-Manager-All/metadata/studios.yml * Updated collections.yml * Updated decades.yml * Updated kids.yml * Updated movie_suggestions.yml * Updated networks.yml * Updated tv_suggestions.yml * Created suggestions_movies_uhd.yml * Update and rename movie_suggestions.yml to suggestions_movies.yml * Update and rename tv_suggestions.yml to suggestions_tv.yml * Updated All config.yml * Updated README.md * Uploaded new image previews * Updated README.md Version: 2.0.2-build50 UPDATED 09/27/2024
111 lines
3.2 KiB
YAML
111 lines
3.2 KiB
YAML
##############################################################
|
|
## Suggestions Collections ##
|
|
## Created by JJJonesJr33 ##
|
|
##############################################################
|
|
|
|
#######################
|
|
## Templates ##
|
|
#######################
|
|
|
|
templates:
|
|
Suggestion:
|
|
url_poster: https://theposterdb.com/api/assets/<<poster>>
|
|
sort_title: ++++++++++_<<collection_name>>
|
|
collection_mode: hide
|
|
# collection_order: year.desc
|
|
# visible_home: range(01/01-12/31)
|
|
# visible_shared: range(01/01-12/31)
|
|
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:
|
|
|
|
#################
|
|
## Trakt ##
|
|
#################
|
|
|
|
Trending:
|
|
template: {name: Suggestion, poster: 213570}
|
|
trakt_list:
|
|
- https://trakt.tv/users/jjjonesjr33/lists/trakt-trending
|
|
summary: "Movies Trending across the internet"
|
|
|
|
Popular:
|
|
template: {name: Suggestion, poster: 213575}
|
|
trakt_list:
|
|
- https://trakt.tv/users/jjjonesjr33/lists/trakt-top-weekly
|
|
summary: "A collection of the most watched movies over the past week."
|
|
|
|
Recommended:
|
|
template: {name: Suggestion, poster: 213604}
|
|
collection_order: release.desc
|
|
trakt_list:
|
|
- https://trakt.tv/users/jjjonesjr33/lists/top-20-movies-of-the-week
|
|
visible_home: range(01/01-12/31)
|
|
summary: "Recommended Top Movies of the Week"
|
|
|
|
Newly Released:
|
|
template: {name: Suggestion, poster: 213599}
|
|
collection_order: release.desc
|
|
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."
|
|
|
|
##################
|
|
## IMDb ##
|
|
##################
|
|
|
|
# Top Rated:
|
|
# template: {name: Suggestion, poster: 213605}
|
|
# imdb_list:
|
|
# - https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
|
|
# summary: Top Rated Movies
|
|
|
|
Top Rated:
|
|
template: {name: Suggestion, poster: 213605}
|
|
imdb_search:
|
|
type: movie
|
|
release.after: 1990-01-01
|
|
rating.gte: 5
|
|
votes.gte: 100000
|
|
sort_by: rating.desc
|
|
limit: 250
|
|
summary: Top Rated Movies
|
|
|
|
######################
|
|
## 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
|