updated because some items now require nightly6 (#609)

* updates to schema (flixpatrol is back in limited fashion) and new version of status made me move some other overlays down a little to accommodate

* added a movie metadata_file

* updated for 1.20

* updates for 1.20

* updated because some items now require nightly6

* update README.md
pull/610/head
bullmoose20 4 months ago committed by GitHub
parent c3972ca561
commit dfbc67be12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# bullmoose20 PMM files
## Basics
I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.4. At the top of my config.yml file I will usually specify the version that this config.yml file works with.
I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.6. At the top of my config.yml file I will usually specify the version that this config.yml file works with.
<br>

@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/json-schema/config-schema.json```
### Highly recommend using Visual Studio Code with indent-rainbow plugin. VSC will also leverage the above link to enhance pmm yml edits.
### Must be on Version 1.20 or greater
# yaml-language-server: $schema=https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/json-schema/config-schema.json
### Highly recommend using Visual Studio Code with indent-rainbow by oderwat extension and YAML by Red Hat extension. VSC will also leverage the above link to enhance pmm yml edits.
### Must be on Version 1.20.0-nightly6 or greater
libraries:
Movies: # Must match a library name in your Plex
report_path: config/missing/Movies_report.yml
@ -189,7 +189,6 @@ libraries:
- pmm: streaming # Streaming on Disney+, Netflix, etc.
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
overlay_files: # These files contain overlays: attributes
# - file: config/metadata/overlays/country # Christmas, Halloween, etc.
- pmm: aspect # Creates overlays based on aspect ratio of media item
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2

Loading…
Cancel
Save