From d4e45798a0c65e1866460e51f5691eff3230b20e Mon Sep 17 00:00:00 2001 From: yozora Date: Tue, 7 Nov 2023 09:38:59 +0000 Subject: [PATCH] fix docs from feedback --- docs/config/configuration.md | 9 ++++++++- docs/config/operations.md | 4 ++-- docs/home.md | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/config/configuration.md b/docs/config/configuration.md index 638a5a5a..2b611029 100644 --- a/docs/config/configuration.md +++ b/docs/config/configuration.md @@ -28,4 +28,11 @@ This table outlines the third-party services that Plex Meta Manager can make use ## Configuration File Example -This example outlines what a "standard" config.yml file might look like when in use. \ No newline at end of file +This example outlines what a "standard" config.yml file might look like when in use. + +~~~yaml +{% + include-markdown "./config.yml.template" + comments=false +%} +~~~ \ No newline at end of file diff --git a/docs/config/operations.md b/docs/config/operations.md index c3a277a0..9654ca50 100644 --- a/docs/config/operations.md +++ b/docs/config/operations.md @@ -29,8 +29,8 @@ The available attributes for the operations attribute are as follows | [Mass Original Title Update](#mass-original-title-update) | Updates every item's original title in the library to the chosen site's original title. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | | [Mass Studio Update](#mass-studio-update) | Updates every item's studio in the library to the chosen site's studio. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | | [Mass Originally Available Update](#mass-originally-available-update) | Updates every item's originally available date in the library to the chosen site's date. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | -| [Mass * Rating Update](#mass--rating-update) | Updates every item's audience/critic/user rating in the library to the chosen site's rating. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | -| [Mass Episode * Rating Update](#mass-episode--rating-update) | Updates every item's episode's audience/critic/user rating in the library to the chosen site's rating. | :fontawesome-solid-circle-xmark:{ .red } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | +| [Mass * Rating Update](#mass-rating-update) | Updates every item's audience/critic/user rating in the library to the chosen site's rating. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | +| [Mass Episode * Rating Update](#mass-episode-rating-update) | Updates every item's episode's audience/critic/user rating in the library to the chosen site's rating. | :fontawesome-solid-circle-xmark:{ .red } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | | [Mass Poster Update](#mass-poster-update) | Updates every item's poster to the chosen sites poster. Will fallback to `plex` if the given option fails. Assets will be used over anything else. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | | [Mass Background Update](#mass-background-update) | Updates every item's background to the chosen sites background. Will fallback to `plex` if the given option fails. Assets will be used over anything else. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | | [Mass IMDb Parental Labels](#mass-imdb-parental-labels) | Updates every item's labels in the library to match the IMDb Parental Guide. | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } | :fontawesome-solid-circle-xmark:{ .red } | diff --git a/docs/home.md b/docs/home.md index 084efcc3..6395a686 100644 --- a/docs/home.md +++ b/docs/home.md @@ -143,14 +143,14 @@ However, these branches (especially Nightly) are recommended for more technical Switching to `nightly`: === "Running in Docker" - Add ":develop" to the image name in your run command or configuration: + Add ":nightly" to the image name in your run command or configuration: ``` - meisnate12/plex-meta-manager:develop + meisnate12/plex-meta-manager:nightly ``` === "Running on the Host" In the directory where you cloned PMM: ```bash - git checkout develop + git checkout nightly ``` To switch back: ```bash