@ -5,7 +5,7 @@ I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.4. At th
<br>
## Instructions
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information.
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. Search for `db_cache` which is for Plex and now available to set via PMM. I use 20480 MB (20GB) as my system has 168 GB of RAM. You will want to improve it from the default 40 MB that Plex sets. Maybe a good starting point if you have enough RAM is 2048 MB which is 2GB.
If you want to set the language file to something other than fr (french) do not forget to make that change to `language: fr` lines in the config.yml file before running. As for the `placeholder_imdb_id:` ensure that you read and understand those lines as you may need to choose your own movie or TV Show as your library may not have the two references that I have.
@ -46,7 +46,9 @@ USE_ASSET_FOLDERS=1
ASSETS_BY_LIBRARIES=1
FIND_OVERLAID_IMAGES=1
RETAIN_OVERLAID_IMAGES=0
RETAIN_PMM_OVERLAID_IMAGES=0 # keep images that have the PMM overlay EXIF tag
RETAIN_TCM_OVERLAID_IMAGES=0 # keep images that have the TCM overlay EXIF tag
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.) - pmm:basic # Some basic chart collections based on recently released media in your library
- pmm:basic # Some basic chart collections based on recently released media in your library
- pmm:collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
# - file: /config/metadata/both/birthday # Actor birthdays
@ -162,6 +163,9 @@ libraries:
- pmm:content_rating_us_movie # US MPAA content ratings
# - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc.
# - pmm: direct_play # Show direct play only overlay
- pmm:flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left
template_variables:
position:left
- 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
- pmm:basic # Some basic chart collections based on recently released media in your library
- pmm: flixpatrol # Flixpatrol Charts (Popular, Trending, etc.) - pmm:basic # Some basic chart collections based on recently released media in your library
- pmm:collectionless # Collectionless collection to help Show/Hide Movies/Shows properly in your library
# - file: /config/metadata/both/birthday # Actor birthdays
- pmm:actor
@ -387,6 +392,9 @@ libraries:
- pmm:episode_info # SE##E## information in bottom right and works with builder_level episode
template_variables:
builder_level:episode
- pmm:flixpatrol # Top 10 flixpatrol for 'this_year', positioned on the left and works with overlay_level show
template_variables:
position:left
- pmm:language_count # blank means 1 audio language track, dual means 2, multi means > 2 and works with builder_level show, episode, and season
- pmm:language_count
template_variables:
@ -572,7 +580,7 @@ plex: # Can be individually specif
clean_bundles:true
empty_trash:true
optimize:true
db_cache:''# 20000 MB is approximately 20GB which is what I use. Adjust for your system
db_cache:20480# 20480 MB is 20GB which is what I use. Adjust for your system as 2048 MB (2 GB) is probably a good starting point compared to the default Plex value of 40 MB