Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs from feedback #1715

Merged
merged 2 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
%}
~~~
4 changes: 2 additions & 2 deletions docs/config/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 } |
Expand Down
6 changes: 3 additions & 3 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
62 changes: 31 additions & 31 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,42 +382,42 @@ nav:
- MyAnimeList UserList: builders/myanimelist/#myanimelist-userlist
- MyAnimeList Seasonal: builders/myanimelist/#myanimelist-seasonal
- "DYNAMIC COLLECTIONS":
- Overview: builders/dynamic.md
- Overview: metadata/dynamic.md
- Dynamic Collection Builders:
- TMDb Dynamic Collections:
- TMDb Collection: builders/dynamic/#tmdb-collection
- TMDb Popular People: builders/dynamic/#tmdb-popular-people
- Original Language: builders/dynamic/#original-language
- Origin Country: builders/dynamic/#origin-country
- TMDb Collection: metadata/dynamic/#tmdb-collection
- TMDb Popular People: metadata/dynamic/#tmdb-popular-people
- Original Language: metadata/dynamic/#original-language
- Origin Country: metadata/dynamic/#origin-country
- Trakt Dynamic Collections:
- Trakt User Lists: builders/dynamic/#trakt-user-lists
- Trakt Liked Lists: builders/dynamic/#trakt-liked-lists
- Trakt People Lists: builders/dynamic/#trakt-people-lists
- Trakt User Lists: metadata/dynamic/#trakt-user-lists
- Trakt Liked Lists: metadata/dynamic/#trakt-liked-lists
- Trakt People Lists: metadata/dynamic/#trakt-people-lists
- Plex Dynamic Collections:
- Actor: builders/dynamic/#actor
- Director: builders/dynamic/#director
- Writer: builders/dynamic/#writer
- Producer: builders/dynamic/#producer
- Genre: builders/dynamic/#genre
- Album Genre: builders/dynamic/#album-genre
- Content Rating: builders/dynamic/#content-rating
- Year: builders/dynamic/#year
- Decade: builders/dynamic/#decade
- Country: builders/dynamic/#country
- Resolution: builders/dynamic/#resolution
- Subtitle Language: builders/dynamic/#subtitle-language
- Audio Language: builders/dynamic/#audio-language
- Studio: builders/dynamic/#studio
- Edition: builders/dynamic/#edition
- Network: builders/dynamic/#network
- Mood: builders/dynamic/#mood
- Album Mood: builders/dynamic/#album-mood
- Track Mood: builders/dynamic/#track-mood
- Style: builders/dynamic/#style
- Album Style: builders/dynamic/#album-style
- Actor: metadata/dynamic/#actor
- Director: metadata/dynamic/#director
- Writer: metadata/dynamic/#writer
- Producer: metadata/dynamic/#producer
- Genre: metadata/dynamic/#genre
- Album Genre: metadata/dynamic/#album-genre
- Content Rating: metadata/dynamic/#content-rating
- Year: metadata/dynamic/#year
- Decade: metadata/dynamic/#decade
- Country: metadata/dynamic/#country
- Resolution: metadata/dynamic/#resolution
- Subtitle Language: metadata/dynamic/#subtitle-language
- Audio Language: metadata/dynamic/#audio-language
- Studio: metadata/dynamic/#studio
- Edition: metadata/dynamic/#edition
- Network: metadata/dynamic/#network
- Mood: metadata/dynamic/#mood
- Album Mood: metadata/dynamic/#album-mood
- Track Mood: metadata/dynamic/#track-mood
- Style: metadata/dynamic/#style
- Album Style: metadata/dynamic/#album-style
- Other Dynamic Collections:
- Number: builders/dynamic/#number
- Custom: builders/dynamic/#custom
- Number: metadata/dynamic/#number
- Custom: metadata/dynamic/#custom
- SETTINGS & UPDATES:
- Overview: metadata/update.md
- Settings:
Expand Down
Loading