mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
updated config supporting nightly 1.17.3-develop188
This commit is contained in:
parent
40aaba7dd3
commit
5af2942a79
@ -1,6 +1,6 @@
|
|||||||
# bullmoose20 PMM files
|
# bullmoose20 PMM files
|
||||||
## Basics
|
## Basics
|
||||||
I run PMM nightly (not lsio image) and Plex(hotio image) within Unraid:
|
I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.11.2. At the top of my config.yml file I will usually specify the version that this config.yml file works with.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
### Must be on NIGHTLY 1.17.3-develop188 or greater
|
||||||
libraries:
|
libraries:
|
||||||
TestMovies: # Must match a library name in your Plex
|
TestMovies: # Must match a library name in your Plex
|
||||||
report_path: config/missing/Movies_missing.yml
|
report_path: config/missing/Movies_missing.yml
|
||||||
@ -5,6 +6,7 @@ libraries:
|
|||||||
sep_style: gray # use the gray separators globally for this library
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide # hide the collections
|
collection_mode: hide # hide the collections
|
||||||
language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated
|
language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated
|
||||||
|
placeholder_imdb_id: tt8579674 # 1917 (2019) placeholder id for the separators
|
||||||
metadata_path:
|
metadata_path:
|
||||||
- pmm: separator_award # An "index card"
|
- pmm: separator_award # An "index card"
|
||||||
- pmm: bafta # BAFTA Awards
|
- pmm: bafta # BAFTA Awards
|
||||||
@ -12,7 +14,7 @@ libraries:
|
|||||||
data:
|
data:
|
||||||
starting: 2014
|
starting: 2014
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- pmm: cannes # Cannes Film Fstical Awards
|
- pmm: cannes # Cannes Film Festival Awards
|
||||||
template_variables: # based on when the award show started
|
template_variables: # based on when the award show started
|
||||||
data:
|
data:
|
||||||
starting: 2016
|
starting: 2016
|
||||||
@ -52,8 +54,8 @@ libraries:
|
|||||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
- pmm: flixpatrol # Flixpatrol 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 # Some basic chart collections
|
||||||
- pmm: collectionless # Collectionless movies/shows # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
- pmm: collectionless # Collectionless movies/shows
|
||||||
- pmm: actor # Actors
|
- pmm: actor # Actors
|
||||||
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
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
|
||||||
@ -119,10 +121,9 @@ libraries:
|
|||||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||||
overlay_path:
|
overlay_path:
|
||||||
- remove_overlays: false # Set to true if you want to remove overlays
|
- remove_overlays: false # Set to true if you want to remove overlays
|
||||||
- reapply_overlay: true # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
- reapply_overlay: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
||||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc.
|
# - reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||||
# template_variables:
|
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||||
# style: standard
|
|
||||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||||
- pmm: commonsense # Age 2+, Age 14+, etc.
|
- pmm: commonsense # Age 2+, Age 14+, etc.
|
||||||
# - pmm: direct_play
|
# - pmm: direct_play
|
||||||
@ -130,7 +131,10 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
position: left
|
position: left
|
||||||
time_window: this_year
|
time_window: this_year
|
||||||
# - pmm: language
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
use_subtitles: true
|
||||||
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
- 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
|
- 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:
|
||||||
@ -168,7 +172,7 @@ libraries:
|
|||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc.
|
- pmm: resolution # 4K HDR, 1080P FHD, etc.
|
||||||
- pmm: ribbon # Used for ribbon in bottom right
|
- pmm: ribbon # Used for ribbon in bottom right
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: versions # Will show duplicates for that media item in top right area
|
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||||
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left
|
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left
|
||||||
settings:
|
settings:
|
||||||
asset_directory:
|
asset_directory:
|
||||||
@ -192,6 +196,7 @@ libraries:
|
|||||||
sep_style: gray # use the gray separators globally for this library
|
sep_style: gray # use the gray separators globally for this library
|
||||||
collection_mode: hide # hide the collections
|
collection_mode: hide # hide the collections
|
||||||
language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated
|
language: fr # could be default, de, fr, pt-br or another lang code that we have tranlsated
|
||||||
|
placeholder_imdb_id: tt1190634 # The Boys (2019) placeholder id for the separators
|
||||||
metadata_path:
|
metadata_path:
|
||||||
- pmm: separator_award # An "index card"
|
- pmm: separator_award # An "index card"
|
||||||
- pmm: choice # Critic's Choice Awards
|
- pmm: choice # Critic's Choice Awards
|
||||||
@ -218,8 +223,8 @@ libraries:
|
|||||||
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
- pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
|
||||||
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
- pmm: trakt # Trakt Charts (Popular, Trending, etc.)
|
||||||
- pmm: flixpatrol # Flixpatrol 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 # Some basic chart collections
|
||||||
- pmm: collectionless # Collectionless movies/shows # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
- pmm: collectionless # Collectionless movies/shows
|
||||||
- pmm: actor # Actors
|
- pmm: actor # Actors
|
||||||
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
template_variables: # bw, rainier, or orig style is used. depth and limit is set low but sometimes I boost to 10, 150
|
||||||
exclude: # ever have some random person... you can exclude them if you want
|
exclude: # ever have some random person... you can exclude them if you want
|
||||||
@ -249,21 +254,15 @@ libraries:
|
|||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
overlay_path:
|
overlay_path:
|
||||||
- remove_overlays: false # Set to true if you want to remove overlays
|
- remove_overlays: false # Set to true if you want to remove overlays
|
||||||
- reapply_overlay: true # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
- reapply_overlay: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
|
||||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. and works with overlay_level show, episode, and season
|
# - reset_overlays: tmdb # if you want to reset the poster to default poster from tmdb
|
||||||
|
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||||
- 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: language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with overlay_level show, episode, and season
|
|
||||||
- pmm: language_count
|
|
||||||
template_variables:
|
|
||||||
overlay_level: episode
|
|
||||||
- pmm: language_count
|
|
||||||
template_variables:
|
|
||||||
overlay_level: season
|
|
||||||
- pmm: commonsense # Age 2+, Age 14+, etc. and works with overlay_level show, episode, and season
|
- pmm: commonsense # Age 2+, Age 14+, etc. and works with overlay_level show, episode, and season
|
||||||
- pmm: commonsense
|
- pmm: commonsense
|
||||||
template_variables:
|
template_variables:
|
||||||
@ -285,13 +284,31 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
position: left
|
position: left
|
||||||
time_window: this_year
|
time_window: this_year
|
||||||
# - pmm: 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: language
|
- pmm: language_count
|
||||||
# template_variables:
|
template_variables:
|
||||||
# overlay_level: episode
|
overlay_level: episode
|
||||||
# - pmm: language
|
- pmm: language_count
|
||||||
# template_variables:
|
template_variables:
|
||||||
# overlay_level: season
|
overlay_level: season
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
use_subtitles: true
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
use_subtitles: true
|
||||||
|
overlay_level: episode
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
overlay_level: season
|
||||||
|
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||||
|
template_variables:
|
||||||
|
use_subtitles: true
|
||||||
|
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: 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
|
- 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:
|
||||||
@ -341,7 +358,7 @@ libraries:
|
|||||||
- pmm: ribbon
|
- pmm: ribbon
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: episode_info # Runtime information in bottom right and works with overlay_level episode
|
- pmm: runtimes # Runtime information in bottom right and works with overlay_level episode
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: status # Airing, Returning, Ended, Canceled and works with overlay_level show
|
- pmm: status # Airing, Returning, Ended, Canceled and works with overlay_level show
|
||||||
@ -354,13 +371,13 @@ libraries:
|
|||||||
- pmm: streaming
|
- pmm: streaming
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: versions # Will show duplicates for that media item in top right area and works with overlay_level show, episode, and season
|
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: episode
|
overlay_level: episode
|
||||||
- pmm: versions
|
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: season
|
overlay_level: season
|
||||||
- pmm: versions
|
- pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season
|
||||||
template_variables:
|
template_variables:
|
||||||
overlay_level: show
|
overlay_level: show
|
||||||
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with overlay_level show, episode, and season
|
- pmm: video_format # Remux, DVD, Blu-Ray, etc. in bottom left and works with overlay_level show, episode, and season
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user