[195] update plexapi to 4.13.1

pull/1181/head
meisnate12 2 years ago
parent 13210a456b
commit d88d82a3f9

@ -24,7 +24,7 @@ body:
attributes:
label: Version Number
description: Can be found at the beginning of your log file
placeholder: eg. 1.16.0
placeholder: eg. 1.18.0
validations:
required: true
- type: dropdown

@ -1,4 +1,4 @@
name: Wiki Request
name: Wiki Issue
description: A request to update or improve Plex Meta Manager's wiki
labels: ['status:not-yet-viewed', 'documentation']
assignees: 'meisnate12'

@ -1,5 +1,5 @@
# Requirements Update (requirements will need to be reinstalled)
Updated plexapi requirement to 4.13.0
Updated plexapi requirement to 4.13.1
Updated num2words requirement to 0.5.12
Updated pathvalidate requirement to 2.5.2

@ -1 +1 @@
1.17.3-develop194
1.17.3-develop195

@ -53,7 +53,7 @@ mal:
You will need to stop that web server while you're doing this in order to grab that localhost URL.
18. Run PMM and the auth will be completed.
### Alternative Way Letting PMM make the URL
## Alternative Way Letting PMM make the URL
You can record just your `client_id` and `client_secret` and pmm will create the url for you described below.

@ -12,7 +12,7 @@ playlist_files:
- pmm: playlist
```
### Example
## Example
This example is an advanced version of the playlist mappings with accompanying library mappings:

@ -13,7 +13,7 @@ The `actor` Default Metadata File is used to dynamically create collections base
| `Actors Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
| `<<actor_name>>`<br>**Example:** `Frank Welker` | `<<actor_name>>`<br>**Example:** `Frank Welker` | Collection of Movies/Shows the actor is top billing in. |
#### Rainier Style
### Rainier Style
Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable.

@ -14,7 +14,7 @@ The `resolution` Default Metadata File is used to dynamically create collections
| `Resolution Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
| `<<Resolution>> Movies/Shows`<br>**Example:** `1080p Movies` | `<<Number>>`<br>**Example:** `1080` | Collection of Movies/Shows that have this Resolution. |
#### Standards Style
### Standards Style
Below is a screenshot of the alternative Standards (`standards`) style which can be set via the `style` template variable.

@ -4,8 +4,6 @@ There are many Default Metadata Files built into PMM itself which offer an easy-
This is the simplest way to create Collections using Plex Meta Manager.
## Metadata Files
```{include} collection_list.md
```

@ -13,7 +13,7 @@ The `director` Default Metadata File is used to dynamically create collections b
| `Directors Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
| `<<director_name>>`<br>**Example:** `Frank Welker` | `<<director_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by the Director. |
#### Rainier Style
### Rainier Style
Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable.

@ -13,7 +13,7 @@ The `producer` Default Metadata File is used to dynamically create collections b
| `Producer Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
| `<<producer_name>>`<br>**Example:** `Frank Welker` | `<<producer_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by th Producer. |
#### Rainier Style
### Rainier Style
Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable.

@ -13,7 +13,7 @@ The `writer` Default Metadata File is used to dynamically create collections bas
| `Writers Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
| `<<writer_name>>`<br>**Example:** `Frank Welker` | `<<writer_name>>`<br>**Example:** `Frank Welker` | Collection of Movies by the Writer. |
#### Rainier Style
### Rainier Style
Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable.

@ -4,8 +4,6 @@ There are many Default Overlay Files built into PMM itself which offer an easy-t
This is the simplest way to create Overlays using Plex Meta Manager.
## Overlay Files
```{include} overlay_list.md
```
@ -21,10 +19,6 @@ libraries:
- pmm: ratings
```
## Overlays
The default set of overlays are a combination of Positional Overlays and Text Overlays.
### Example Poster Overlays
![](images/movie-overlays1-annotated.png)

@ -29,7 +29,7 @@ The `audio_codec` Default Overlay File is used to create an overlay based on the
| MP3 | `mp3` | `20` |
| Opus | `opus` | `10` |
#### Standard Style
### Standard Style
Below is a screenshot of the alternative Standard (`standard`) style which can be set via the `style` template variable.

@ -74,13 +74,13 @@ The `languages` Default Overlay File is used to create an overlay of a flag and
| Urdu | `ur` | `20` | `pk` | &#10060; |
| Vietnamese | `vi` | `10` | `vn` | &#10060; |
#### Square Style
### Square Style
Below is a screenshot of the alternative Square (`square`) style which can be set via the `style` template variable.
![](images/language2.png)
#### Half Style
### Half Style
Below is a screenshot of the alternative Half (`half`) style which can be set via the `style` template variable.

@ -24,10 +24,6 @@ All the following attributes update various details of the definition's Metadata
* Here's an example of how the collections can look on the Home Page.
### Pinned Collections Example
![Display](display.png)
## Summary Collection/Playlist Metadata Updates
All the following attributes update the summary of the collection/playlist from various sources.

@ -1,4 +1,4 @@
PlexAPI==4.13.0
PlexAPI==4.13.1
tmdbapis==1.0.8
arrapi==1.3.1
lxml==4.9.1

Loading…
Cancel
Save