mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix docs from feedback
This commit is contained in:
parent
50dfafcf0c
commit
d4e45798a0
3 changed files with 13 additions and 6 deletions
|
@ -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.
|
||||
This example outlines what a "standard" config.yml file might look like when in use.
|
||||
|
||||
~~~yaml
|
||||
{%
|
||||
include-markdown "./config.yml.template"
|
||||
comments=false
|
||||
%}
|
||||
~~~
|
|
@ -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 } |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue