mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-13 00:07:13 +00:00
move "Metadata Edits" to Metadata File in nav, and clean up Builders navigation
This commit is contained in:
parent
9498f16493
commit
105f0d4082
4 changed files with 163 additions and 129 deletions
8
docs/builders/overview/plex.md
Normal file
8
docs/builders/overview/plex.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Plex Builders
|
||||
|
||||
The below builders are available based on metadata inside your Plex Server.
|
||||
|
||||
| Name | Description | Requires Config |
|
||||
|:--------------------------------------------|:----------------------------------------------------------------------------------------------|:---------------:|
|
||||
| [Plex](../builders/plex.md) | Grabs items based on the metadata inside your Plex Server. | ✅ |
|
||||
| [Smart](../builders/smart.md) | Creates Smart Collections based on the metadata inside your Plex Server. (Collections Only) | ✅ |
|
22
docs/builders/overview/thirdparty.md
Normal file
22
docs/builders/overview/thirdparty.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Third-Party Builders
|
||||
|
||||
The below builders are available based on third-party services, multiple builders can be combined in one collection.
|
||||
|
||||
| Name | Description | Requires Config |
|
||||
|:---------------------------------------------|:----------------------------------------------------------------------------------------------|:---------------:|
|
||||
| [TMDb](../builders/tmdb.md) | Grabs items based on metadata and lists on [TheMovieDb.org](https://www.themoviedb.org/). | ✅ |
|
||||
| [TVDb](../builders/tvdb.md) | Grabs items based on metadata and lists on [TheTVDb.com](https://www.thetvdb.com/). | ❌ |
|
||||
| [IMDb](../builders/imdb.md) | Grabs items based on metadata and lists on [IMDb.com](https://www.imdb.com/). | ❌ |
|
||||
| [Trakt](../builders/trakt.md) | Grabs items based on metadata and lists on [Trakt.tv](https://trakt.tv/). | ✅ |
|
||||
| [Tautulli](../builders/tautulli.md) | Grabs items based on metadata and lists in your [Tautulli](https://tautulli.com/). | ✅ |
|
||||
| [Radarr](../builders/radarr.md) | Grabs items based on metadata and lists in your [Radarr](https://radarr.video/) . | ✅ |
|
||||
| [Sonarr](../builders/sonarr.md) | Grabs items based on metadata and lists in your [Sonarr](https://sonarr.tv/). | ✅ |
|
||||
| [MdbList](../builders/mdblist.md) | Grabs items based on metadata and lists on [MdbList.com](https://mdblist.com/). | ❌ |
|
||||
| [Letterboxd](../builders/letterboxd.md) | Grabs items based on metadata and lists on [Letterboxd.com](https://letterboxd.com/). | ❌ |
|
||||
| [ICheckMovies](../builders/icheckmovies.md) | Grabs items based on metadata and lists on [ICheckMovies.com](https://www.icheckmovies.com/). | ❌ |
|
||||
| [FlixPatrol](../builders/flixpatrol.md) | Grabs items based on metadata and lists on [FlixPatrol.com](https://flixpatrol.com/). | ❌ |
|
||||
| [Reciperr](../builders/reciperr.md) | Grabs items based on metadata and lists on [reciperr.com](https://reciperr.com/). | ❌ |
|
||||
| [StevenLu](../builders/stevenlu.md) | Grabs items based on metadata and lists on [StevenLu.com](https://movies.stevenlu.com/). | ❌ |
|
||||
| [AniDB](../builders/anidb.md) | Grabs items based on metadata and lists on [AniDB.net](https://anidb.net/). | ❌ |
|
||||
| [AniList](../builders/anilist.md) | Grabs items based on metadata and lists on [AniList.co](https://anilist.co/). | ❌ |
|
||||
| [MyAnimeList](../builders/myanimelist.md) | Grabs items based on metadata and lists on [MyAnimeList.net](https://myanimelist.net/). | ✅ |
|
|
@ -96,8 +96,8 @@ If no library-level attribute is set, then the global attribute is used.
|
|||
libraries:
|
||||
Movies:
|
||||
run_order: #(1)!
|
||||
- operations
|
||||
- metadata
|
||||
- operations
|
||||
- overlays
|
||||
minimum_items: 3 #(2)!
|
||||
metadata_path:
|
||||
|
@ -115,8 +115,8 @@ libraries:
|
|||
# stuff here
|
||||
settings:
|
||||
run_order: #(3)!
|
||||
- metadata
|
||||
- operations
|
||||
- metadata
|
||||
- overlays
|
||||
minimum_items: 1 #(4)!
|
||||
```
|
||||
|
@ -514,17 +514,17 @@ Set `playlist_report` to true to print out a playlist report at the end of the l
|
|||
|
||||
## Run Order
|
||||
|
||||
Specify the run order of the library components [Metadata Files, Library Operations, and Overlay Files]
|
||||
Specify the run order of the library components [Library Operations, Metadata Files and Overlay Files]
|
||||
|
||||
???+ tip
|
||||
|
||||
If not specified, the default run order is Metadata Files, then Library Operations, then Overlay Files
|
||||
If not specified, the default run order is Library Operations, then Metadata Files, then Overlay Files
|
||||
|
||||
```yml
|
||||
settings:
|
||||
run_order:
|
||||
- metadata
|
||||
- operations
|
||||
- metadata
|
||||
- overlays
|
||||
```
|
||||
|
||||
|
|
20
mkdocs.yml
20
mkdocs.yml
|
@ -264,8 +264,15 @@ nav:
|
|||
- Overview: metadata/metadata.md
|
||||
- Templates: builders/templates.md
|
||||
- Filters: builders/filters.md
|
||||
- Builders Overview: metadata/builders.md
|
||||
- "PLEX & SMART BUILDERS":
|
||||
- "EDITING METADATA":
|
||||
- Metadata Edits:
|
||||
- Movie Metadata Edits: metadata/metadata/movie.md
|
||||
- Show Metadata Edits: metadata/metadata/show.md
|
||||
- Music Metadata: metadata/metadata/music.md
|
||||
- "BUILDERS":
|
||||
- Overview: metadata/builders.md
|
||||
- "Plex Builders":
|
||||
- Overview: builders/overview/plex.md
|
||||
- Plex Builders:
|
||||
- Overview: builders/plex.md
|
||||
- Plex All: builders/plex/#plex-all
|
||||
|
@ -277,7 +284,8 @@ nav:
|
|||
- Overview: builders/smart.md
|
||||
- Smart Label: builders/smart/#smart-label
|
||||
- Smart Filter: builders/smart/#smart-filter
|
||||
- "THIRD-PARTY BUILDERS":
|
||||
- "Third-Party Builders":
|
||||
- Overview: builders/overview/thirdparty.md
|
||||
- TMDb Builders:
|
||||
- Overview: builders/tmdb.md
|
||||
- TMDb Collection: builders/tmdb/#tmdb-collection
|
||||
|
@ -429,17 +437,13 @@ nav:
|
|||
- Collection/Playlist Metadata Updates: builders/details/metadata.md
|
||||
- Item Metadata Updates: builders/details/item_metadata.md
|
||||
- MISCELLANEOUS:
|
||||
- EDITING METADATA:
|
||||
- Editing Movie Metadata: metadata/metadata/movie.md
|
||||
- Editing TV Metadata: metadata/metadata/show.md
|
||||
- Editing Music Metadata: metadata/metadata/music.md
|
||||
- Formula 1 Metadata Guide: pmm/install/guides/formula.md
|
||||
- EXPLANATION GUIDES:
|
||||
- Plex Ratings Explained: pmm/essentials/ratings.md
|
||||
- Scheduling Guide: pmm/install/guides/scheduling.md
|
||||
- Image Asset Directory Guide: pmm/install/guides/assets.md
|
||||
- Log Files: pmm/essentials/logs.md
|
||||
- YAML File Guide: pmm/essentials/yaml.md
|
||||
- Formula 1 Metadata Guide: pmm/install/guides/formula.md
|
||||
- COMPANION SCRIPTS:
|
||||
- Overview: pmm/essentials/scripts.md
|
||||
- Plex Image Cleanup: pmm/essentials/scripts/image-cleanup.md
|
||||
|
|
Loading…
Reference in a new issue