[7] Merge remote-tracking branch 'yozora/nightly' into nightly

pull/1826/head
meisnate12 11 months ago
commit 7a566bf12e

@ -1 +1 @@
1.20.0-develop6 1.20.0-develop7

@ -6,7 +6,7 @@ libraries: # This is called out once within the config.yml
- pmm: basic # This is a file within PMM's defaults folder - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder - pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_files:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within PMM's defaults folder - pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
@ -15,7 +15,7 @@ libraries: # This is called out once within the config.yml
- pmm: basic # This is a file within PMM's defaults folder - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder - pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_files:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within PMM's defaults folder - pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git

@ -271,7 +271,7 @@ The available attributes for each library are as follows:
???+ warning "Proceed with Caution" ???+ warning "Proceed with Caution"
Utill set to `false` or removed this will remove all overlays from your library every run, but will not delete When set to `true`, this will remove all overlays from your library every run, but will not delete
the overlaid images from your system, resulting in [image bloat](../pmm/scripts/image-cleanup.md). the overlaid images from your system, resulting in [image bloat](../pmm/scripts/image-cleanup.md).
<hr style="margin: 0px;"> <hr style="margin: 0px;">
@ -300,7 +300,7 @@ The available attributes for each library are as follows:
???+ warning "Proceed with Caution" ???+ warning "Proceed with Caution"
Utill set to `false` or removed this will reapply all overlays on each run, which will result in When set to `true`, this will reapply all overlays on each run even if there is no need to do so, which will result in
[image bloat](../pmm/scripts/image-cleanup.md). [image bloat](../pmm/scripts/image-cleanup.md).
<hr style="margin: 0px;"> <hr style="margin: 0px;">
@ -330,7 +330,7 @@ The available attributes for each library are as follows:
???+ warning "Proceed with Caution" ???+ warning "Proceed with Caution"
Utill set to `false` or removed this will reset all posters to the desired source on each run and will reapply This will reset all posters to the desired source on each run and will reapply
all overlays on each run, which will result in [image bloat](../pmm/scripts/image-cleanup.md). all overlays on each run, which will result in [image bloat](../pmm/scripts/image-cleanup.md).
<hr style="margin: 0px;"> <hr style="margin: 0px;">

@ -112,7 +112,7 @@ This is the default PMM collection ordering:
Configs can be customized using the `template_variables` attribute when calling the file. These `template_variables` will be given to every template call in the file which allows them to affect how that file runs. Configs can be customized using the `template_variables` attribute when calling the file. These `template_variables` will be given to every template call in the file which allows them to affect how that file runs.
This example changes the ratings overlay to work on episodes. This example disables two keys, which will prevent those collections from being created. It also sets the visibility of one of the keys so that it is visible on the library tab, the server owner's homescreen and shared user's homescreens (assuming they server owner and/or the shared users have the library pinned to their homescreen)
```yaml ```yaml
libraries: libraries:

@ -39,7 +39,9 @@ libraries:
Configs can be customized using the `template_variables` attribute when calling the file. These `template_variables` will be given to every template call in the file which allows them to affect how that file runs. Configs can be customized using the `template_variables` attribute when calling the file. These `template_variables` will be given to every template call in the file which allows them to affect how that file runs.
This example changes the ratings overlay to work on episodes. For collections, this example disables two keys, which will prevent those collections from being created. It also sets the visibility of one of the keys so that it is visible on the library tab, the server owner's homescreen and shared user's homescreens (assuming they server owner and/or the shared users have the library pinned to their homescreen)
For overlays, this example changes the ratings overlay to apply to episodes rather than shows.
```yaml ```yaml
libraries: libraries:

@ -447,13 +447,14 @@ With the release of PMM 1.20, several changes have taken place that we would lik
Movies: Movies:
remove_overlays: false remove_overlays: false
reapply_overlays: false #(1)! reapply_overlays: false #(1)!
reset_overlays: false # reset_overlays: plex #(2)!
schedule_overlays: daily schedule_overlays: daily
overlay_files: overlay_files:
- pmm: audio_codec - pmm: audio_codec
``` ```
1. We strongly advise never setting this to `true` as it can cause [Image Bloat](scripts/image-cleanup.md) 1. We strongly advise never setting this to `true` as it can cause [Image Bloat](scripts/image-cleanup.md)
2. This is purely an example, you do not need to specify `reset_overlays` or any of these attributes unless you specifically need to use them.
??? blank "`imdb_list` no longer works for Title or Keyword search URLs (click to expand).<a class="headerlink" href="#imdb-search" title="Permanent link"></a>" ??? blank "`imdb_list` no longer works for Title or Keyword search URLs (click to expand).<a class="headerlink" href="#imdb-search" title="Permanent link"></a>"

Loading…
Cancel
Save