move "Metadata Edits" to Metadata File in nav, and clean up Builders navigation

pull/1748/head
YozoraXCII 1 year ago
parent 9498f16493
commit 105f0d4082

@ -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) | ✅ |

@ -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: libraries:
Movies: Movies:
run_order: #(1)! run_order: #(1)!
- operations
- metadata - metadata
- operations
- overlays - overlays
minimum_items: 3 #(2)! minimum_items: 3 #(2)!
metadata_path: metadata_path:
@ -115,8 +115,8 @@ libraries:
# stuff here # stuff here
settings: settings:
run_order: #(3)! run_order: #(3)!
- metadata
- operations - operations
- metadata
- overlays - overlays
minimum_items: 1 #(4)! 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 ## 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 ???+ 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 ```yml
settings: settings:
run_order: run_order:
- metadata
- operations - operations
- metadata
- overlays - overlays
``` ```

@ -264,8 +264,15 @@ nav:
- Overview: metadata/metadata.md - Overview: metadata/metadata.md
- Templates: builders/templates.md - Templates: builders/templates.md
- Filters: builders/filters.md - Filters: builders/filters.md
- Builders Overview: metadata/builders.md - "EDITING METADATA":
- "PLEX & SMART BUILDERS": - 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: - Plex Builders:
- Overview: builders/plex.md - Overview: builders/plex.md
- Plex All: builders/plex/#plex-all - Plex All: builders/plex/#plex-all
@ -277,7 +284,8 @@ nav:
- Overview: builders/smart.md - Overview: builders/smart.md
- Smart Label: builders/smart/#smart-label - Smart Label: builders/smart/#smart-label
- Smart Filter: builders/smart/#smart-filter - Smart Filter: builders/smart/#smart-filter
- "THIRD-PARTY BUILDERS": - "Third-Party Builders":
- Overview: builders/overview/thirdparty.md
- TMDb Builders: - TMDb Builders:
- Overview: builders/tmdb.md - Overview: builders/tmdb.md
- TMDb Collection: builders/tmdb/#tmdb-collection - TMDb Collection: builders/tmdb/#tmdb-collection
@ -429,17 +437,13 @@ nav:
- Collection/Playlist Metadata Updates: builders/details/metadata.md - Collection/Playlist Metadata Updates: builders/details/metadata.md
- Item Metadata Updates: builders/details/item_metadata.md - Item Metadata Updates: builders/details/item_metadata.md
- MISCELLANEOUS: - 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: - EXPLANATION GUIDES:
- Plex Ratings Explained: pmm/essentials/ratings.md - Plex Ratings Explained: pmm/essentials/ratings.md
- Scheduling Guide: pmm/install/guides/scheduling.md - Scheduling Guide: pmm/install/guides/scheduling.md
- Image Asset Directory Guide: pmm/install/guides/assets.md - Image Asset Directory Guide: pmm/install/guides/assets.md
- Log Files: pmm/essentials/logs.md - Log Files: pmm/essentials/logs.md
- YAML File Guide: pmm/essentials/yaml.md - YAML File Guide: pmm/essentials/yaml.md
- Formula 1 Metadata Guide: pmm/install/guides/formula.md
- COMPANION SCRIPTS: - COMPANION SCRIPTS:
- Overview: pmm/essentials/scripts.md - Overview: pmm/essentials/scripts.md
- Plex Image Cleanup: pmm/essentials/scripts/image-cleanup.md - Plex Image Cleanup: pmm/essentials/scripts/image-cleanup.md

Loading…
Cancel
Save