mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-08 06:42:30 -05:00
add PMM Default Files
This commit is contained in:
124
PMM/chart/anilist.yml
Normal file
124
PMM/chart/anilist.yml
Normal file
@@ -0,0 +1,124 @@
|
||||
#############################################################
|
||||
# AniList Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/anilist #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the AniList Popular collection on/off #
|
||||
# use_popular: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_popular: #
|
||||
# # Set visible_library for AniList Popular #
|
||||
# visible_library_popular: #
|
||||
# # Set visible_home for AniList Popular #
|
||||
# visible_home_popular: #
|
||||
# # Set visible_shared for AniList Popular #
|
||||
# visible_shared_popular: #
|
||||
# # Set limit for AniList Popular #
|
||||
# limit_popular: 100 #
|
||||
# #
|
||||
# # Turn the AniList Top Rated collection on/off #
|
||||
# use_top: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_top: #
|
||||
# # Set visible_library for AniList Top Rated #
|
||||
# visible_library_top: #
|
||||
# # Set visible_home for AniList Top Rated #
|
||||
# visible_home_top: #
|
||||
# # Set visible_shared for AniList Top Rated #
|
||||
# visible_shared_top: #
|
||||
# # Set limit for AniList Top Rated #
|
||||
# limit_top: 100 #
|
||||
# #
|
||||
# # Turn the AniList Trending collection on/off #
|
||||
# use_trending: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_trending: #
|
||||
# # Set visible_library for AniList Trending #
|
||||
# visible_library_trending: #
|
||||
# # Set visible_home for AniList Trending #
|
||||
# visible_home_trending: #
|
||||
# # Set visible_shared for AniList Trending #
|
||||
# visible_shared_trending: #
|
||||
# # Set limit for AniList Trending #
|
||||
# limit_trending: 100 #
|
||||
# #
|
||||
# # Turn the AniList Season collection on/off #
|
||||
# use_season: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_season: #
|
||||
# # Set visible_library for AniList Season #
|
||||
# visible_library_season: #
|
||||
# # Set visible_home for AniList Season #
|
||||
# visible_home_season: #
|
||||
# # Set visible_shared for AniList Season #
|
||||
# visible_shared_season: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
templates:
|
||||
|
||||
popular:
|
||||
default:
|
||||
limit_popular: 100
|
||||
anilist_popular: <<limit_popular>>
|
||||
summary: A collection of the most popular Anime according to AniList.
|
||||
|
||||
top:
|
||||
default:
|
||||
limit_top: 100
|
||||
anilist_top_rated: <<limit_top>>
|
||||
summary: A collection of the top rated Anime according to AniList.
|
||||
|
||||
trending:
|
||||
default:
|
||||
limit_trending: 100
|
||||
anilist_trending: <<limit_trending>>
|
||||
summary: A collection of trending Anime according to AniList.
|
||||
|
||||
collections:
|
||||
|
||||
AniList Popular:
|
||||
template:
|
||||
- name: popular
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: popular
|
||||
|
||||
AniList Top Rated:
|
||||
template:
|
||||
- name: top
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: top
|
||||
|
||||
AniList Trending:
|
||||
template:
|
||||
- name: trending
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: trending
|
||||
|
||||
AniList Season:
|
||||
anilist_search:
|
||||
season: current
|
||||
year:
|
||||
sort_by: popular
|
||||
summary: A collection of Anime from the Current Season according to AniList.
|
||||
template:
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: season
|
||||
86
PMM/chart/basic.yml
Normal file
86
PMM/chart/basic.yml
Normal file
@@ -0,0 +1,86 @@
|
||||
#############################################################
|
||||
# Basic Plex Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/basic #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# use_separator: true #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the Newly Released collection on/off #
|
||||
# use_released: true #
|
||||
# # Determines how many days back to look #
|
||||
# in_the_last_released: 90 #
|
||||
# # Determines collection order in it's section #
|
||||
# order_released: #
|
||||
# # Set visible_library for Newly Released #
|
||||
# visible_library_released: #
|
||||
# # Set visible_home for Newly Released #
|
||||
# visible_home_released: #
|
||||
# # Set visible_shared for Newly Released #
|
||||
# visible_shared_released: #
|
||||
# #
|
||||
# # Turn the Episodes This Week collection on/off #
|
||||
# use_episodes: true #
|
||||
# # Determines how many days back to look #
|
||||
# in_the_last_episodes: 7 #
|
||||
# # Determines collection order in it's section #
|
||||
# order_episodes: #
|
||||
# # Set visible_library for Episodes This Week #
|
||||
# visible_library_episodes: #
|
||||
# # Set visible_home for Episodes This Week #
|
||||
# visible_home_episodes: #
|
||||
# # Set visible_shared for Episodes This Week #
|
||||
# visible_shared_episodes: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
templates:
|
||||
released:
|
||||
default:
|
||||
in_the_last_released: 90
|
||||
summary: A collection of newly-released <<library_type>>
|
||||
smart_filter:
|
||||
all:
|
||||
release: <<in_the_last_released>>
|
||||
sort_by: release.desc
|
||||
episodes:
|
||||
default:
|
||||
in_the_last_episodes: 7
|
||||
summary: A collection of newly-released episodes
|
||||
smart_filter:
|
||||
type: episodes
|
||||
all:
|
||||
episode_air_date: <<in_the_last_episodes>>
|
||||
sort_by: release.desc
|
||||
|
||||
collections:
|
||||
Chart Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: chart
|
||||
|
||||
Newly Released:
|
||||
template:
|
||||
- name: released
|
||||
- name: chart_shared
|
||||
key: released
|
||||
|
||||
Episodes This Week:
|
||||
template:
|
||||
- name: episodes
|
||||
- name: chart_shared
|
||||
key: episodes
|
||||
check_library: show
|
||||
85
PMM/chart/imdb.yml
Normal file
85
PMM/chart/imdb.yml
Normal file
@@ -0,0 +1,85 @@
|
||||
#############################################################
|
||||
# IMDb Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/imdb #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the IMDb Popular collection on/off #
|
||||
# use_popular: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_popular: #
|
||||
# # Set visible_library for IMDb Popular #
|
||||
# visible_library_popular: #
|
||||
# # Set visible_home for IMDb Popular #
|
||||
# visible_home_popular: #
|
||||
# # Set visible_shared for IMDb Popular #
|
||||
# visible_shared_popular: #
|
||||
# #
|
||||
# # Turn the IMDb Top 250 collection on/off #
|
||||
# use_top: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_top: #
|
||||
# # Set visible_library for IMDb Top 250 #
|
||||
# visible_library_top: #
|
||||
# # Set visible_home for IMDb Top 250 #
|
||||
# visible_home_top: #
|
||||
# # Set visible_shared for IMDb Top 250 #
|
||||
# visible_shared_top: #
|
||||
# #
|
||||
# # Turn the IMDb Lowest collection on/off #
|
||||
# use_lowest: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_trending: #
|
||||
# # Set visible_library for IMDb Lowest #
|
||||
# visible_library_lowest: #
|
||||
# # Set visible_home for IMDb Lowest #
|
||||
# visible_home_lowest: #
|
||||
# # Set visible_shared for IMDb Lowest #
|
||||
# visible_shared_lowest: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
templates:
|
||||
|
||||
imdb:
|
||||
imdb_chart: <<chart>>_<<library_type>>s
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
|
||||
IMDb Popular:
|
||||
template:
|
||||
- name: imdb
|
||||
chart: popular
|
||||
- name: chart_shared
|
||||
key: popular
|
||||
|
||||
IMDb Top 250:
|
||||
template:
|
||||
- name: imdb
|
||||
chart: top
|
||||
- name: chart_shared
|
||||
key: top
|
||||
|
||||
IMDb Lowest Rated:
|
||||
imdb_chart: lowest_rated
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
template:
|
||||
- name: chart_shared
|
||||
key: lowest
|
||||
check_library: movie
|
||||
136
PMM/chart/myanimelist.yml
Normal file
136
PMM/chart/myanimelist.yml
Normal file
@@ -0,0 +1,136 @@
|
||||
#############################################################
|
||||
# MyAnimeList Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/anilist #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the MyAnimeList Popular collection on/off #
|
||||
# use_popular: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_popular: #
|
||||
# # Set visible_library for MyAnimeList Popular #
|
||||
# visible_library_popular: #
|
||||
# # Set visible_home for MyAnimeList Popular #
|
||||
# visible_home_popular: #
|
||||
# # Set visible_shared for MyAnimeList Popular #
|
||||
# visible_shared_popular: #
|
||||
# # Set limit for MyAnimeList Popular #
|
||||
# limit_popular: 100 #
|
||||
# #
|
||||
# # Turn the MyAnimeList Top collection on/off #
|
||||
# use_top: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_top: #
|
||||
# # Set visible_library for MyAnimeList Top Rated #
|
||||
# visible_library_top: #
|
||||
# # Set visible_home for MyAnimeList Top Rated #
|
||||
# visible_home_top: #
|
||||
# # Set visible_shared for MyAnimeList Top Rated #
|
||||
# visible_shared_top: #
|
||||
# # Set limit for MyAnimeList Top Rated #
|
||||
# limit_top: 100 #
|
||||
# #
|
||||
# # Turn the MyAnimeList Trending collection on/off#
|
||||
# use_trending: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_trending: #
|
||||
# # Set visible_library for MyAnimeList Trending #
|
||||
# visible_library_trending: #
|
||||
# # Set visible_home for MyAnimeList Trending #
|
||||
# visible_home_trending: #
|
||||
# # Set visible_shared for MyAnimeList Trending #
|
||||
# visible_shared_trending: #
|
||||
# # Set limit for MyAnimeList Trending #
|
||||
# limit_trending: 100 #
|
||||
# #
|
||||
# # Turn the MyAnimeList Season collection on/off #
|
||||
# use_season: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_season: #
|
||||
# # Set visible_library for MyAnimeList Season #
|
||||
# visible_library_season: #
|
||||
# # Set visible_home for MyAnimeList Season #
|
||||
# visible_home_season: #
|
||||
# # Set visible_shared for MyAnimeList Season #
|
||||
# visible_shared_season: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
templates:
|
||||
|
||||
popular:
|
||||
default:
|
||||
limit_popular: 100
|
||||
mal_popular: <<limit_popular>>
|
||||
summary: A collection of the most popular Anime according to MyAnimeList.
|
||||
|
||||
favorited:
|
||||
default:
|
||||
limit_favorited: 100
|
||||
mal_favorite: <<limit_favorited>>
|
||||
summary: A collection of the Most Favorited Anime according to MyAnimeList.
|
||||
|
||||
top:
|
||||
default:
|
||||
limit_top: 100
|
||||
mal_all: <<limit_top>>
|
||||
summary: A collection of the Top Rated Anime according to MyAnimeList.
|
||||
|
||||
airing:
|
||||
default:
|
||||
limit_airing: 100
|
||||
mal_airing: <<limit_airing>>
|
||||
summary: A collection of the Top Rated Anime Currently Airing according to MyAnimeList.
|
||||
|
||||
collections:
|
||||
|
||||
MyAnimeList Popular:
|
||||
template:
|
||||
- name: popular
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: popular
|
||||
|
||||
MyAnimeList Favorited:
|
||||
template:
|
||||
- name: favorited
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: favorited
|
||||
|
||||
MyAnimeList Top Rated:
|
||||
template:
|
||||
- name: top
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: top
|
||||
|
||||
MyAnimeList Top Airing:
|
||||
template:
|
||||
- name: airing
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: airing
|
||||
|
||||
MyAnimeList Season:
|
||||
mal_season:
|
||||
season: current
|
||||
sort_by: score
|
||||
summary: A collection of Anime from the Current Season according to MyAnimeList.
|
||||
template:
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: season
|
||||
80
PMM/chart/other.yml
Normal file
80
PMM/chart/other.yml
Normal file
@@ -0,0 +1,80 @@
|
||||
#############################################################
|
||||
# Other Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/other #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the StevenLu's Popular collection on/off #
|
||||
# use_stevenlu: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_stevenlu: #
|
||||
# # Set visible_library for StevenLu's Popular #
|
||||
# visible_library_stevenlu: #
|
||||
# # Set visible_home for StevenLu's Popular #
|
||||
# visible_home_stevenlu: #
|
||||
# # Set visible_shared for StevenLu's Popular #
|
||||
# visible_shared_stevenlu: #
|
||||
# #
|
||||
# # Turn the AniDB Popular collection on/off #
|
||||
# use_anidb: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_anidb: #
|
||||
# # Set visible_library for AniDB Popular #
|
||||
# visible_library_anidb: #
|
||||
# # Set visible_home for AniDB Popular #
|
||||
# visible_home_anidb: #
|
||||
# # Set visible_shared for AniDB Popular #
|
||||
# visible_shared_anidb: #
|
||||
# #
|
||||
# # Turn the Pirated Movies collection on/off #
|
||||
# use_pirated: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_pirated: #
|
||||
# # Set visible_library for Pirated Movies #
|
||||
# visible_library_pirated: #
|
||||
# # Set visible_home for Pirated Movies #
|
||||
# visible_home_pirated: #
|
||||
# # Set visible_shared for Pirated Movies #
|
||||
# visible_shared_pirated: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
collections:
|
||||
StevenLu's Popular Movies:
|
||||
summary: A collection of StevenLu's Most Popular Movies
|
||||
stevenlu_popular: true
|
||||
template:
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: stevenlu
|
||||
check_library: movie
|
||||
|
||||
AniDB Popular:
|
||||
summary: A collection of Popular Anime on AniDB
|
||||
anidb_popular: 30
|
||||
template:
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: anidb
|
||||
|
||||
Top 10 Pirated Movies of the Week:
|
||||
mdblist: https://mdblist.com/lists/hdlists/top-ten-pirated-movies-of-the-week-torrent-freak-com/
|
||||
summary: TorrentFreak.com's Weekly Top Ten Pirated Movies
|
||||
template:
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: pirated
|
||||
|
||||
57
PMM/chart/tautulli.yml
Normal file
57
PMM/chart/tautulli.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
#############################################################
|
||||
# Basic Tautulli Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# REQUIRES TAUTULLI AUTHENTICATION #
|
||||
# https://metamanager.wiki/en/latest/config/tautulli.html #
|
||||
# #
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/tautulli #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the Plex Popular collection on/off #
|
||||
# use_popular: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_popular: #
|
||||
# # Set visible_library for Plex Popular #
|
||||
# visible_library_popular: #
|
||||
# # Set visible_home for Plex Popular #
|
||||
# visible_home_popular: #
|
||||
# # Set visible_shared for Plex Popular #
|
||||
# visible_shared_popular: #
|
||||
# # Set list_size for Plex Popular #
|
||||
# list_size_popular: #
|
||||
# # Set list_days for Plex Popular #
|
||||
# list_days_popular: #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
templates:
|
||||
tautulli:
|
||||
default:
|
||||
list_days_popular: 30
|
||||
list_size_popular: 20
|
||||
summary: A collection of <<library_type>>s Popular on Plex
|
||||
tautulli_popular:
|
||||
list_days: <<list_days_popular>>
|
||||
list_size: <<list_size_popular>>
|
||||
list_buffer: 20
|
||||
|
||||
collections:
|
||||
Plex Popular:
|
||||
template:
|
||||
- name: tautulli
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: popular
|
||||
156
PMM/chart/tmdb.yml
Normal file
156
PMM/chart/tmdb.yml
Normal file
@@ -0,0 +1,156 @@
|
||||
#############################################################
|
||||
# TMDb Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/tmdb #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the TMDb Airing Today collection on/off #
|
||||
# use_airing: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_airing: #
|
||||
# # Set visible_library for TMDb Airing Today #
|
||||
# visible_library_airing: #
|
||||
# # Set visible_home for TMDb Airing Today #
|
||||
# visible_home_airing: #
|
||||
# # Set visible_shared for TMDb Airing Today #
|
||||
# visible_shared_airing: #
|
||||
# # Set limit for TMDb Airing Today #
|
||||
# limit_airing: 100 #
|
||||
# #
|
||||
# # Turn the TMDb On The Air collection on/off #
|
||||
# use_air: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_air: #
|
||||
# # Set visible_library for TMDb On The Air #
|
||||
# visible_library_air: #
|
||||
# # Set visible_home for TMDb On The Air #
|
||||
# visible_home_air: #
|
||||
# # Set visible_shared for TMDb On The Air #
|
||||
# visible_shared_air: #
|
||||
# # Set limit for TMDb On The Air #
|
||||
# limit_air: 100 #
|
||||
# #
|
||||
# # Turn the TMDb Popular collection on/off #
|
||||
# use_popular: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_popular: #
|
||||
# # Set visible_library for TMDb Popular #
|
||||
# visible_library_popular: #
|
||||
# # Set visible_home for TMDb Popular #
|
||||
# visible_home_popular: #
|
||||
# # Set visible_shared for TMDb Popular #
|
||||
# visible_shared_popular: #
|
||||
# # Set limit for TMDb Popular #
|
||||
# limit_popular: 100 #
|
||||
# #
|
||||
# # Turn the TMDb Top Rated collection on/off #
|
||||
# use_top: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_top: #
|
||||
# # Set visible_library for TMDb Top Rated #
|
||||
# visible_library_top: #
|
||||
# # Set visible_home for TMDb Top Rated #
|
||||
# visible_home_top: #
|
||||
# # Set visible_shared for TMDb Top Rated #
|
||||
# visible_shared_top: #
|
||||
# # Set limit for TMDb Top Rated #
|
||||
# limit_top: 100 #
|
||||
# #
|
||||
# # Turn the TMDb Trending collection on/off #
|
||||
# use_trending: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_trending: #
|
||||
# # Set visible_library for TMDb Trending #
|
||||
# visible_library_trending: #
|
||||
# # Set visible_home for TMDb Trending #
|
||||
# visible_home_trending: #
|
||||
# # Set visible_shared for TMDb Trending #
|
||||
# visible_shared_trending: #
|
||||
# # Set limit for TMDb Trending #
|
||||
# limit_trending: 100 #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
templates:
|
||||
|
||||
airing:
|
||||
default:
|
||||
limit_airing: 100
|
||||
tmdb_airing_today: <<limit_airing>>
|
||||
summary: A collection of shows with episodes airing today
|
||||
|
||||
air:
|
||||
default:
|
||||
limit_air: 100
|
||||
tmdb_on_the_air: <<limit_air>>
|
||||
summary: A collection of shows that are still activaly airing episodes
|
||||
|
||||
popular:
|
||||
default:
|
||||
limit_popular: 100
|
||||
tmdb_popular: <<limit_popular>>
|
||||
summary: A collection of the most watched <<library_type>>s according to TMDb.
|
||||
|
||||
top:
|
||||
default:
|
||||
limit_top: 100
|
||||
tmdb_top_rated: <<limit_top>>
|
||||
summary: A collection of the top rated <<library_type>>s according to TMDb.
|
||||
|
||||
trending:
|
||||
default:
|
||||
limit_trending: 100
|
||||
tmdb_trending_weekly: <<limit_trending>>
|
||||
summary: A collection of <<library_type>>s trending on TMDb
|
||||
|
||||
collections:
|
||||
|
||||
TMDb Airing Today:
|
||||
template:
|
||||
- name: airing
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: airing
|
||||
check_library: show
|
||||
|
||||
TMDb On The Air:
|
||||
template:
|
||||
- name: air
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: air
|
||||
check_library: show
|
||||
|
||||
TMDb Popular:
|
||||
template:
|
||||
- name: popular
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: popular
|
||||
|
||||
TMDb Top Rated:
|
||||
template:
|
||||
- name: top
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: top
|
||||
|
||||
TMDb Trending:
|
||||
template:
|
||||
- name: trending
|
||||
- name: customsync
|
||||
- name: chart_shared
|
||||
key: trending
|
||||
112
PMM/chart/trakt.yml
Normal file
112
PMM/chart/trakt.yml
Normal file
@@ -0,0 +1,112 @@
|
||||
#############################################################
|
||||
# Trakt Chart Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
#############################################################
|
||||
# REQUIRES TRAKT AUTHENTICATION #
|
||||
# https://metamanager.wiki/en/latest/config/trakt.html #
|
||||
# #
|
||||
# Call this from your config.yml (Movie or Show) #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# metadata_path: #
|
||||
# - git: PMM/chart/trakt #
|
||||
# template_variables: #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: "01" #
|
||||
# #
|
||||
# # Turn the Trakt Collected collection on/off #
|
||||
# use_collected: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_collected: #
|
||||
# # Set visible_library for Trakt Collected #
|
||||
# visible_library_collected: #
|
||||
# # Set visible_home for Trakt Collected #
|
||||
# visible_home_collected: #
|
||||
# # Set visible_shared for Trakt Collected #
|
||||
# visible_shared_collected: #
|
||||
# # Set limit for Trakt Collected #
|
||||
# limit_collected: 250 #
|
||||
# #
|
||||
# # Turn the Trakt Popular collection on/off #
|
||||
# use_popular: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_popular: #
|
||||
# # Set visible_library for Trakt Popular #
|
||||
# visible_library_popular: #
|
||||
# # Set visible_home for Trakt Popular #
|
||||
# visible_home_popular: #
|
||||
# # Set visible_shared for Trakt Popular #
|
||||
# visible_shared_popular: #
|
||||
# # Set limit for Trakt Popular #
|
||||
# limit_popular: 250 #
|
||||
# #
|
||||
# # Turn the Trakt Recommended collection on/off #
|
||||
# use_recommended: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_recommended: #
|
||||
# # Set visible_library for Trakt Recommended #
|
||||
# visible_library_recommended: #
|
||||
# # Set visible_home for Trakt Recommended #
|
||||
# visible_home_recommended: #
|
||||
# # Set visible_shared for Trakt Recommended #
|
||||
# visible_shared_recommended: #
|
||||
# # Set limit for Trakt Recommended #
|
||||
# limit_recommended: 250 #
|
||||
# #
|
||||
# # Turn the Trakt Trending collection on/off #
|
||||
# use_trending: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_trending: #
|
||||
# # Set visible_library for Trakt Trending #
|
||||
# visible_library_trending: #
|
||||
# # Set visible_home for Trakt Trending #
|
||||
# visible_home_trending: #
|
||||
# # Set visible_shared for Trakt Trending #
|
||||
# visible_shared_trending: #
|
||||
# # Set limit for Trakt Trending #
|
||||
# limit_trending: 250 #
|
||||
# #
|
||||
# # Turn the Trakt Watched collection on/off #
|
||||
# use_watched: true #
|
||||
# # Determines collection order in it's section #
|
||||
# order_watched: #
|
||||
# # Set visible_library for Trakt Watched #
|
||||
# visible_library_watched: #
|
||||
# # Set visible_home for Trakt Watched #
|
||||
# visible_home_watched: #
|
||||
# # Set visible_shared for Trakt Watched #
|
||||
# visible_shared_watched: #
|
||||
# # Set limit for Trakt Watched #
|
||||
# limit_watched: 250 #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
templates:
|
||||
trakt:
|
||||
default:
|
||||
limit_<<key>>: 100
|
||||
trakt_chart:
|
||||
chart: <<key>>
|
||||
limit: <<limit_<<key>>>>
|
||||
summary: A collection of Trakt's Weekly <<library_type>> List
|
||||
|
||||
dynamic_collections:
|
||||
Trakt:
|
||||
type: custom
|
||||
data:
|
||||
collected: Collected
|
||||
popular: Popular
|
||||
recommended: Recommended
|
||||
trending: Trending
|
||||
watched: Watched
|
||||
title_format: Trakt <<key_name>>
|
||||
template:
|
||||
- trakt
|
||||
- customsync
|
||||
- chart_shared
|
||||
Reference in New Issue
Block a user