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
84 lines
2.3 KiB
YAML
84 lines
2.3 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
|
|
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
|