mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-25 05:50:21 +00:00
[7] Merge remote-tracking branch 'yozora/nightly' into nightly
This commit is contained in:
commit
7a566bf12e
6 changed files with 12 additions and 9 deletions
2
VERSION
2
VERSION
|
@ -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: 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
|
||||
overlay_path:
|
||||
overlay_files:
|
||||
- remove_overlays: false # Set this to true to remove all overlays
|
||||
- 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
|
||||
|
@ -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: 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
|
||||
overlay_path:
|
||||
overlay_files:
|
||||
- remove_overlays: false # Set this to true to remove all overlays
|
||||
- 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
|
||||
|
|
|
@ -271,7 +271,7 @@ The available attributes for each library are as follows:
|
|||
|
||||
???+ 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).
|
||||
|
||||
<hr style="margin: 0px;">
|
||||
|
@ -300,7 +300,7 @@ The available attributes for each library are as follows:
|
|||
|
||||
???+ 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).
|
||||
|
||||
<hr style="margin: 0px;">
|
||||
|
@ -330,7 +330,7 @@ The available attributes for each library are as follows:
|
|||
|
||||
???+ 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).
|
||||
|
||||
<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.
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
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
|
||||
libraries:
|
||||
|
|
|
@ -447,13 +447,14 @@ With the release of PMM 1.20, several changes have taken place that we would lik
|
|||
Movies:
|
||||
remove_overlays: false
|
||||
reapply_overlays: false #(1)!
|
||||
reset_overlays: false
|
||||
# reset_overlays: plex #(2)!
|
||||
schedule_overlays: daily
|
||||
overlay_files:
|
||||
- pmm: audio_codec
|
||||
```
|
||||
|
||||
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>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue