Include priority list in wiki (#2301)

This commit is contained in:
Chaz Larson 2024-10-29 10:38:26 -05:00 committed by GitHub
parent 79fafc059d
commit ca485c472c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 1 deletions

View file

@ -203,7 +203,19 @@ The available setting attributes which can be set at each level are outlined bel
??? blank "`prioritize_assets` - Used to prioritize `asset_directory` images over all other images types.<a class="headerlink" href="#prioritize-assets" title="Permanent link"></a>"
<div id="prioritize-assets" />When determining which image to use on an item prioritize the `asset_directory` over
all other images types.
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.
<hr style="margin: 0px;">

View file

@ -93,6 +93,18 @@ that folder (replacing .ext with the image extension).
| `tvdb_list_poster` | **Description:** Changes poster to the TVDb List poster<br>**Values:** TVDb List URL |
| `file_poster` | **Description:** Changes poster to the image in the file system<br>**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.
## Background Collection/Playlist Metadata Updates
All the following attributes update the background of the collection/playlist from various sources.