mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 16:38:54 -05:00
updated to support the latest nightly 154
This commit is contained in:
parent
e7d585e19f
commit
a1fc975f38
@ -1,104 +1,107 @@
|
|||||||
# This file is a template remove the .template to use the file
|
libraries:
|
||||||
|
TestMovies: # Must match a library name in your Plex
|
||||||
libraries: # Library mappings must have a colon (:) placed after them
|
|
||||||
Movies:
|
|
||||||
report_path: config/missing/Movies_missing.yml
|
report_path: config/missing/Movies_missing.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
sep_style: gray
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide
|
collection_mode: hide # hide the collections
|
||||||
language: default # could be default, de, fr or another 2 digit lang code that we have tranlsated
|
language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated
|
||||||
metadata_path:
|
metadata_path:
|
||||||
- pmm: bafta
|
- pmm: separator_award # An "index card"
|
||||||
template_variables:
|
- pmm: bafta # BAFTA Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: 2014
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: cannes
|
- pmm: cannes # Cannes Film Fstical Awards
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2016
|
starting: 2016
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: choice
|
- pmm: choice # Critic's Choice Awards
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: 2014
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: golden
|
- pmm: golden # Golden Globes Awards
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1943
|
starting: 1943
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: oscars
|
- pmm: oscars # The Oscars
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1927
|
starting: 1927
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: other_award
|
- pmm: other_award # Other award collections
|
||||||
- pmm: spirit
|
- pmm: spirit # Independent Spirit Awards
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: 2014
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: sundance
|
- pmm: sundance # Sundance Film Festival Awards
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2010
|
starting: 2010
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: anilist
|
- pmm: separator_chart # An "index card"
|
||||||
- pmm: imdb
|
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||||
- pmm: myanimelist
|
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: other_chart
|
- pmm: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||||
- pmm: tautulli
|
- pmm: other_chart # Other Charts (Popular, Trending, etc.)
|
||||||
- pmm: tmdb
|
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt
|
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: flixpatrol
|
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
|
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.)
|
||||||
- pmm: basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
- pmm: basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
||||||
- pmm: actor
|
- pmm: actor # Actors
|
||||||
template_variables:
|
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||||
style: bw
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: director
|
- pmm: director # Directors
|
||||||
template_variables:
|
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||||
style: bw
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: producer
|
- pmm: producer # Producers
|
||||||
template_variables:
|
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||||
exclude:
|
exclude: # ever have some random person... you can exclude them if you want
|
||||||
- Jeremy Kleiner
|
- Jeremy Kleiner
|
||||||
- Thomas Hayslip
|
- Thomas Hayslip
|
||||||
style: bw
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: writer
|
- pmm: writer # Writers
|
||||||
template_variables:
|
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||||
style: bw
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language
|
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||||
- pmm: genre
|
- pmm: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution_standards # Choose resolution_standards or resolution
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
- pmm: studio
|
template_variables:
|
||||||
- pmm: subtitle_language
|
style: standards
|
||||||
- pmm: year
|
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
|
- pmm: studio_anime # Anime Studios etc.
|
||||||
|
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||||
|
- pmm: year # Year the media item was released starting from 1880 to current_year
|
||||||
template_variables:
|
template_variables:
|
||||||
data:
|
data:
|
||||||
starting: 1880
|
starting: 1880
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: country
|
- pmm: country # Country associated to the media item
|
||||||
- pmm: decade
|
- pmm: decade # Decade the media item was released
|
||||||
# - pmm: franchise
|
# - pmm: franchise
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# minimum_items: 2
|
# minimum_items: 2
|
||||||
# delete_below_minimum: true
|
# delete_below_minimum: true
|
||||||
- pmm: seasonal
|
- pmm: seasonal # Christmas, Halloween, etc.
|
||||||
template_variables:
|
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
||||||
schedule_independence: daily
|
schedule_independence: daily
|
||||||
schedule_easter: daily
|
schedule_easter: daily
|
||||||
schedule_valentine: daily
|
schedule_valentine: daily
|
||||||
@ -111,24 +114,24 @@ libraries: # Library mappings must have a
|
|||||||
schedule_memorial: daily
|
schedule_memorial: daily
|
||||||
schedule_father: daily
|
schedule_father: daily
|
||||||
schedule_labor: daily
|
schedule_labor: daily
|
||||||
- pmm: streaming
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: universe
|
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||||
overlay_path:
|
overlay_path:
|
||||||
- remove_overlays: false
|
- remove_overlays: false # Set to true if you want to remove overlays
|
||||||
- reapply_overlay: true
|
- reapply_overlay: true # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
||||||
- pmm: audio_codec
|
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc.
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# style: standard
|
# style: standard
|
||||||
- pmm: audio_language
|
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||||
- pmm: commonsense
|
- pmm: commonsense # Age 2+, Age 14+, etc.
|
||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
- pmm: edition
|
- pmm: flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left
|
||||||
- pmm: flixpatrol
|
|
||||||
template_variables:
|
template_variables:
|
||||||
flixpatrol_position: left
|
position: left
|
||||||
time_window: this_year
|
time_window: this_year
|
||||||
- pmm: mediastinger
|
# - pmm: language
|
||||||
- pmm: ratings
|
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||||
|
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
|
||||||
template_variables:
|
template_variables:
|
||||||
rating1: user
|
rating1: user
|
||||||
rating1_image: rt_tomato
|
rating1_image: rt_tomato
|
||||||
@ -161,12 +164,11 @@ libraries: # Library mappings must have a
|
|||||||
# font: config/metadata/overlays/fonts/Claspo-ND-Medium.ttf
|
# font: config/metadata/overlays/fonts/Claspo-ND-Medium.ttf
|
||||||
# rating_source: Rotten
|
# rating_source: Rotten
|
||||||
# font: config/metadata/overlays/fonts/Adlib.ttf
|
# font: config/metadata/overlays/fonts/Adlib.ttf
|
||||||
- pmm: resolution
|
- pmm: resolution # 4K HDR, 1080P FHD, etc.
|
||||||
- pmm: ribbon
|
- pmm: ribbon # Used for ribbon in bottom right
|
||||||
- pmm: special_release
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: streaming
|
- pmm: versions # Will show duplicates for that media item in top right area
|
||||||
- pmm: versions
|
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left
|
||||||
- pmm: video_format
|
|
||||||
settings:
|
settings:
|
||||||
asset_directory:
|
asset_directory:
|
||||||
- config/assets
|
- config/assets
|
||||||
@ -174,88 +176,93 @@ libraries: # Library mappings must have a
|
|||||||
operations:
|
operations:
|
||||||
split_duplicates: false
|
split_duplicates: false
|
||||||
assets_for_all: false
|
assets_for_all: false
|
||||||
delete_unmanaged_collections: true
|
delete_unmanaged_collections: true # Any manually added collection outside of PMM will be deleted
|
||||||
mass_user_rating_update: mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||||
mass_critic_rating_update: imdb
|
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||||
mass_audience_rating_update: tmdb
|
mass_audience_rating_update: tmdb # Update audience ratings with tmdb
|
||||||
mass_genre_update: tmdb
|
mass_genre_update: tmdb # Update all genres from tmdb
|
||||||
mass_content_rating_update: mdb_commonsense
|
mass_content_rating_update: mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age
|
||||||
mass_originally_available_update: tmdb
|
mass_originally_available_update: tmdb # Update all original available date from tmdb
|
||||||
mass_imdb_parental_labels: without_none
|
mass_imdb_parental_labels: without_none
|
||||||
|
|
||||||
TV Shows:
|
TestTV Shows: # Must match a library name in your Plex
|
||||||
report_path: config/missing/TV_missing.yml
|
report_path: config/missing/TV_missing.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
sep_style: gray
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide
|
collection_mode: hide # hide the collections
|
||||||
language: default # could be default, de, fr or another 2 digit lang code that we have tranlsated
|
language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated
|
||||||
metadata_path:
|
metadata_path:
|
||||||
- pmm: choice
|
- pmm: separator_award # An "index card"
|
||||||
template_variables:
|
- pmm: choice # Critic's Choice Awards
|
||||||
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: 2014
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: golden
|
- pmm: golden # Golden Globes Awards
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1943
|
starting: 1943
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: emmy
|
- pmm: emmy # Emmy Awards
|
||||||
template_variables:
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 1947
|
starting: 1947
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: anilist
|
- pmm: separator_chart # An "index card"
|
||||||
- pmm: imdb
|
- pmm: anilist # AniDB Charts (Popular, Trending, etc.)
|
||||||
- pmm: myanimelist
|
- pmm: imdb # IMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: other_chart
|
- pmm: myanimelist # MAL Charts (Popular, Trending, etc.)
|
||||||
- pmm: tautulli
|
- pmm: other_chart # Other Charts (Popular, Trending, etc.)
|
||||||
- pmm: tmdb
|
- pmm: tautulli # Tautulli Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt
|
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: flixpatrol
|
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
|
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.)
|
||||||
- pmm: basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
- pmm: basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
||||||
- pmm: actor
|
- pmm: actor # Actors
|
||||||
template_variables:
|
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||||
exclude:
|
exclude: # ever have some random person... you can exclude them if you want
|
||||||
- Macy Nyman
|
- Macy Nyman
|
||||||
style: bw
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language
|
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, or content_rating_cs
|
||||||
- pmm: genre
|
- pmm: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution_standards # Choose resolution_standards or resolution
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
- pmm: studio
|
template_variables:
|
||||||
- pmm: subtitle_language
|
style: standards
|
||||||
- pmm: year
|
- pmm: studio # DreamWorks Studios, Lucasfilm Ltd, etc.
|
||||||
|
- pmm: studio_anime # Anime Studios etc.
|
||||||
|
- pmm: subtitle_language # English, French, Arabic, German, etc. subtitles
|
||||||
|
- pmm: year # Year the media item was released starting from 1880 to current_year
|
||||||
template_variables:
|
template_variables:
|
||||||
data:
|
data:
|
||||||
starting: 1880
|
starting: 1880
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: country
|
- pmm: country # Country associated to the media item
|
||||||
- pmm: decade
|
- pmm: decade # Decade the media item was released
|
||||||
- pmm: franchise
|
# - pmm: franchise
|
||||||
- pmm: network
|
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||||
- pmm: streaming
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
overlay_path:
|
overlay_path:
|
||||||
- remove_overlays: false
|
- remove_overlays: false # Set to true if you want to remove overlays
|
||||||
- reapply_overlay: true
|
- reapply_overlay: true # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
||||||
- pmm: audio_codec
|
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. and works with overlay_level show, episode, and season
|
||||||
- pmm: audio_codec
|
- pmm: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: audio_codec
|
- pmm: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: audio_language
|
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with overlay_level show, episode, and season
|
||||||
- pmm: audio_language
|
- pmm: language_count
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: audio_language
|
- pmm: language_count
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: commonsense
|
- pmm: commonsense # Age 2+, Age 14+, etc. and works with overlay_level show, episode, and season
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
@ -269,22 +276,22 @@ libraries: # Library mappings must have a
|
|||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# overlay_level: season
|
# overlay_level: season
|
||||||
- pmm: edition
|
- pmm: episode_info # SE##E## information in bottom right and works with overlay_level episode
|
||||||
- pmm: edition
|
|
||||||
template_variables:
|
|
||||||
overlay_level: season
|
|
||||||
- pmm: edition
|
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: episode_info
|
- pmm: flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left and works with overlay_level show
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
position: left
|
||||||
- pmm: flixpatrol
|
|
||||||
template_variables:
|
|
||||||
flixpatrol_position: left
|
|
||||||
time_window: this_year
|
time_window: this_year
|
||||||
- pmm: mediastinger
|
# - pmm: language
|
||||||
- pmm: ratings
|
# - pmm: language
|
||||||
|
# template_variables:
|
||||||
|
# overlay_level: episode
|
||||||
|
# - pmm: language
|
||||||
|
# template_variables:
|
||||||
|
# overlay_level: season
|
||||||
|
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits and works with overlay_level show
|
||||||
|
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: show has 3 ratings max
|
||||||
template_variables:
|
template_variables:
|
||||||
rating1: user
|
rating1: user
|
||||||
rating1_image: rt_tomato
|
rating1_image: rt_tomato
|
||||||
@ -302,7 +309,7 @@ libraries: # Library mappings must have a
|
|||||||
rating3_font_size: 70
|
rating3_font_size: 70
|
||||||
|
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
- pmm: ratings
|
- pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: episode has 2 ratings max
|
||||||
template_variables:
|
template_variables:
|
||||||
# rating1: user
|
# rating1: user
|
||||||
# rating1_image: rt_tomato
|
# rating1_image: rt_tomato
|
||||||
@ -321,38 +328,31 @@ libraries: # Library mappings must have a
|
|||||||
|
|
||||||
horizontal_position: right
|
horizontal_position: right
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: resolution
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. and works with overlay_level show, episode, and season
|
||||||
- pmm: resolution
|
- pmm: resolution
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: resolution
|
- pmm: resolution
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: ribbon
|
- pmm: ribbon # Used for ribbon in bottom right and works with overlay_level show and season
|
||||||
- pmm: ribbon
|
- pmm: ribbon
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: runtimes
|
- pmm: episode_info # Runtime information in bottom right and works with overlay_level episode
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: special_release
|
- pmm: status # Airing, Returning, Ended, Canceled and works with overlay_level show
|
||||||
- pmm: special_release
|
|
||||||
template_variables:
|
|
||||||
overlay_level: episode
|
|
||||||
- pmm: special_release
|
|
||||||
template_variables:
|
|
||||||
overlay_level: season
|
|
||||||
- pmm: status
|
|
||||||
# template_variables:
|
# template_variables:
|
||||||
# last: 110
|
# last: 110
|
||||||
- pmm: streaming
|
- pmm: streaming # Streaming on Disney+, Netflix, etc. and works with overlay_level show, episode, and season
|
||||||
- pmm: streaming
|
- pmm: streaming
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: streaming
|
- pmm: streaming
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: versions
|
- pmm: versions # Will show duplicates for that media item in top right area and works with overlay_level show, episode, and season
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: versions
|
- pmm: versions
|
||||||
@ -361,7 +361,7 @@ libraries: # Library mappings must have a
|
|||||||
- pmm: versions
|
- pmm: versions
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: show
|
overlay_level: show
|
||||||
- pmm: video_format
|
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with overlay_level show, episode, and season
|
||||||
- pmm: video_format
|
- pmm: video_format
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
@ -375,15 +375,15 @@ libraries: # Library mappings must have a
|
|||||||
operations:
|
operations:
|
||||||
split_duplicates: false
|
split_duplicates: false
|
||||||
assets_for_all: false
|
assets_for_all: false
|
||||||
delete_unmanaged_collections: true
|
delete_unmanaged_collections: true # Any manually added collection outside of PMM will be deleted
|
||||||
mass_critic_rating_update: imdb
|
mass_user_rating_update: mdb_tomatoes # Update user ratings with mdb_tomatoes
|
||||||
mass_audience_rating_update: tmdb
|
mass_critic_rating_update: imdb # Update critic ratings with imdb
|
||||||
mass_user_rating_update: mdb_tomatoes
|
mass_audience_rating_update: tmdb # Update audience ratings with tmdb
|
||||||
mass_episode_critic_rating_update: imdb
|
mass_genre_update: tmdb # Update all genres from tmdb
|
||||||
mass_episode_audience_rating_update: tmdb
|
mass_content_rating_update: mdb_commonsense # Changes Content Rating to "1", "2" etc. to specify appropriate age
|
||||||
mass_genre_update: tmdb
|
mass_originally_available_update: tmdb # Update all original available date from tmdb
|
||||||
mass_content_rating_update: mdb_commonsense
|
mass_episode_critic_rating_update: imdb # Update critic ratings with imdb for episodes
|
||||||
mass_originally_available_update: tmdb
|
mass_episode_audience_rating_update: tmdb # Update audience ratings with tmdb for episodes
|
||||||
mass_imdb_parental_labels: without_none
|
mass_imdb_parental_labels: without_none
|
||||||
playlist_files:
|
playlist_files:
|
||||||
- pmm: playlist
|
- pmm: playlist
|
||||||
@ -496,10 +496,10 @@ trakt:
|
|||||||
authorization:
|
authorization:
|
||||||
access_token: (redacted)
|
access_token: (redacted)
|
||||||
token_type: Bearer
|
token_type: Bearer
|
||||||
expires_in: 7889237
|
expires_in: 7889238
|
||||||
refresh_token: (redacted)
|
refresh_token: (redacted)
|
||||||
scope: public
|
scope: public
|
||||||
created_at: 1658177504
|
created_at: 1666127087
|
||||||
pin:
|
pin:
|
||||||
############################################
|
############################################
|
||||||
mal:
|
mal:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user