From fc540f00c5bd2ea09f96e56aa924baecb1229152 Mon Sep 17 00:00:00 2001
From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com>
Date: Thu, 9 Nov 2023 00:10:53 +0000
Subject: [PATCH] fix some lists spacing and add clear/dualtable CSS
---
docs/builders/plex.md | 1 +
docs/builders/tmdb.md | 2 ++
docs/config/myanimelist.md | 1 +
docs/config/settings.md | 32 ++++++++++++++++++++++++++++++++
docs/stylesheets/extra.css | 22 ++++++++++++++++++++++
5 files changed, 58 insertions(+)
diff --git a/docs/builders/plex.md b/docs/builders/plex.md
index 99c60b06..49285a9b 100644
--- a/docs/builders/plex.md
+++ b/docs/builders/plex.md
@@ -77,6 +77,7 @@ To combat the problem above you set all collections to `Hide items in this colle
With the variability of collections generated by the Plex Meta Manager maintaining a collection like this becomes very difficult, so in order to automate it, you can use `plex_collectionless`. You just have to tell it what collections to exclude or what collection prefixes to exclude.
There are two attributes for `plex_collectionless`:
+
* `exclude`: Exclude these Collections from being considered for collectionless.
* `exclude_prefix` Exclude Collections whose title or sort title starts with a prefix from being considered for collectionless.
diff --git a/docs/builders/tmdb.md b/docs/builders/tmdb.md
index f097fd10..8fd08697 100644
--- a/docs/builders/tmdb.md
+++ b/docs/builders/tmdb.md
@@ -49,6 +49,7 @@ You can find items using the features of [TheMovieDb.org](https://www.themoviedb
## Expected Input
The builders below are expected to have the full URL to the item or the TMDb ID of the item. Multiple values are supported as either a list or a comma-separated string.
+
* [TMDb Collection](#tmdb-collection) and [TMDb Collection Details](#tmdb-collection)
* [TMDb List](#tmdb-list) and [TMDb List Details](#tmdb-list)
* [TMDb Actor](#tmdb-actor) and [TMDb Actor Details](#tmdb-actor)
@@ -62,6 +63,7 @@ The builders below are expected to have the full URL to the item or the TMDb ID
* [TMDb Network](#tmdb-network)
The builders below are expected to have a single integer value of how many movies/shows to query.
+
* [TMDb Popular](#tmdb-popular)
* [TMDb Now Playing](#tmdb-now-playing)
* [TMDb Top Rated](#tmdb-top-rated)
diff --git a/docs/config/myanimelist.md b/docs/config/myanimelist.md
index 8219f590..3428d11c 100644
--- a/docs/config/myanimelist.md
+++ b/docs/config/myanimelist.md
@@ -26,6 +26,7 @@ mal:
* All other attributes will be filled in by Plex Meta Manager.
* To connect to MyAnimeList.net you must create a MyAnimeList application and supply Plex Meta Manager the `client id` and `client secret` provided, please do the following:
+
1. [Click here to create a MyAnimeList API application.](https://myanimelist.net/apiconfig/create)
2. Enter an `App Name` for the application. Ex. `Plex Meta Manager`
3. Select `web` for `App Type`.
diff --git a/docs/config/settings.md b/docs/config/settings.md
index e3da5ed0..b1f1d130 100644
--- a/docs/config/settings.md
+++ b/docs/config/settings.md
@@ -8,6 +8,7 @@ search:
The `settings:` attribute and subsequent settings can be used to command various aspects of the functionality of Plex Meta Manager.
Examples of these settings include the ability to:
+
* Cache each Plex GUID and IDs to increase performance
* Create asset folders for collections so that custom posters can be stored for upload.
* Use a custom repository as the base for all `git` Metadata files.
@@ -123,10 +124,12 @@ i.e. `assets/Star Wars/poster.png` instead of `assets/Star Wars.png`
## Asset Depth
+
Specify how many folder levels to scan for an item within the asset directory
At each asset level, PMM will look for either `medianame.ext` [such as Star Wars.png] or a dedicated folder containing `poster.ext`
i.e. `assets/Star Wars/poster.png` and `assets/Star Wars.png` are both asset depth 0
and `assets/Movies/Star Wars/poster.png` and `assets/Movies/Star Wars.png` are both asset level 1
+
* `asset_folders` must be set to `true` for this to take effect.
* increasing the amount of levels to scan will reduce performance
@@ -146,6 +149,7 @@ and `assets/Movies/Star Wars/poster.png` and `assets/Movies/Star Wars.png` are b
Whilst searching for assets, if an asset folder cannot be found within the `asset_directory` one will be created.
Asset Searches can happen in a number of ways.
+
* Any Collection specified under the `collections` header in a Metadata File.
* Any Item specified under the `metadata` header in a Metadata File.
* Any Playlist specified under the `playlists` header in a Playlist File.
@@ -258,6 +262,7 @@ Whilst searching for assets, show or hide the `update not needed` messages.
## Sync Mode
Set the default `sync_mode` for collections.
+
* `sync` will add and remove any items that are added/removed from the source builder
* `append` will only add items that are added from the source builder, but will not remove anything even if it is removed from the source builder.
@@ -274,7 +279,9 @@ Set the default `sync_mode` for collections.
## Default Collection Order
+
Set the default `collection_order` for every collection run by PMM.
+
* `custom` cannot be used if more than one builder is being used for the collection (such as `imdb_list` and `trakt_list` within the same collection)