From 0203af67c0d512aa1b70f6c8d7b5c35c23db764f Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Tue, 24 Dec 2024 16:27:19 -0600 Subject: [PATCH] Formatting for priority list. --- docs/config/operations.md | 2 +- docs/config/settings.md | 30 ++++++++++++++++++++---------- docs/files/updates.md | 22 ++++++++++++++++++++++ 3 files changed, 43 insertions(+), 11 deletions(-) diff --git a/docs/config/operations.md b/docs/config/operations.md index 95cdfd2a..685ce4e5 100644 --- a/docs/config/operations.md +++ b/docs/config/operations.md @@ -47,7 +47,7 @@ You can create individual blocks of operations by using a list under `operations ??? blank "`assets_for_all` - Used to search the asset directories for images for all items in the library.ΒΆ" -
Searches the asset directories for images for all items in the library. +
Ordinarily, Kometa searches the asset directories for collection artwork. Enabling this operation tells Kometa to searches the asset directories for images for all items [movies, shows, seasons, episodes, etc] in the library.
diff --git a/docs/config/settings.md b/docs/config/settings.md index 0c186b25..57ec5201 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -206,16 +206,26 @@ The available setting attributes which can be set at each level are outlined bel all other image sources. Standard priority is as follows: - 1. url_poster - 2. file_poster - 3. tmdb_poster - 4. tvdb_poster - 5. asset_directory - 6. tmdb_person - 7. tmdb_collection_details - 8+. all other _details methods - - This setting pushes `asset_directory` to the top of the list. + + 1. `url_poster` + + 2. `file_poster` + + 3. `tmdb_poster` + + 4. `tvdb_poster` + + 5. Asset directory + + 6. `tmdb_person` + + 7. `tmdb_collection_details` + + 8+. all other `_details` methods + + So if you have a poster for "Some Collection" specified as a `url_poster` and *also* as an asset, the `url_poster` will win and the asset will be ignored. + + This setting pushes `asset_directory` to the top of the list, so the asset would win over teh `url_poster`.
diff --git a/docs/files/updates.md b/docs/files/updates.md index d6e09828..35718132 100644 --- a/docs/files/updates.md +++ b/docs/files/updates.md @@ -94,13 +94,21 @@ that folder (replacing .ext with the image extension). | `file_poster` | **Description:** Changes poster to the image in the file system
**Values:** Path to image in the file system | Standard priority is as follows [lower numbers take precedence]: + 1. url_poster + 2. file_poster + 3. tmdb_poster + 4. tvdb_poster + 5. asset_directory + 6. tmdb_person + 7. tmdb_collection_details + 8+. all other _details methods You can use the `prioritize_assets` setting to push the asset_directory to the top of this priority list. @@ -121,3 +129,17 @@ for a folder named either the collection/playlist name or the `name_mapping` if | `tmdb_background` | **Description:** Changes background to the TMDb Movie/Collection background for a movie library or the TMDb Show background for a show library
**Values:** TMDb Movie/Show/Collection ID | | `tvdb_background` | **Description:** Changes background to the TVDb Movie background for a movie library or the TVDb Show background for a show library
**Values:** TVDb Movie/Show ID or URL | | `file_background` | **Description:** Changes background to the image in the file system
**Values:** Path to image in the file system | + +Standard priority is as follows [lower numbers take precedence]: + +1. url_background + +2. file_background + +3. tmdb_background + +4. tvdb_background + +5. asset_directory + +You can use the `prioritize_assets` setting to push the asset_directory to the top of this priority list.