mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
[22] table alignment
This commit is contained in:
parent
73254f5b94
commit
531e12eb46
82 changed files with 740 additions and 717 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.0-develop21
|
||||
1.18.0-develop22
|
||||
|
|
|
@ -22,7 +22,7 @@ anidb:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:-------------------|:----------------------------------------------------------------------------------------------|:-------:|:--------:|
|
||||
|:-------------------|:----------------------------------------------------------------------------------------------|:--------|:--------:|
|
||||
| `client` | AniDB Client Name | N/A | ❌ |
|
||||
| `version` | AniDB Client Version | N/A | ❌ |
|
||||
| `language` | [ISO 639-1 Code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) of the User Language. | en | ❌ |
|
||||
|
|
|
@ -9,7 +9,7 @@ A template Configuration File can be found in the [GitHub Repo](https://github.c
|
|||
This table outlines the third-party services that Plex Meta Manager can make use of. Each service has specific requirements for setup that can be found by clicking the links within the table.
|
||||
|
||||
| Attribute | Required |
|
||||
|:------------------------------|:---------------------------------------:|
|
||||
|:------------------------------|:----------------------------------------|
|
||||
| [`libraries`](libraries) | ✅ |
|
||||
| [`playlist_files`](playlists) | ❌ |
|
||||
| [`settings`](settings) | ❌ |
|
||||
|
|
|
@ -79,7 +79,7 @@ radarr:
|
|||
The available attributes for each library are as follows:
|
||||
|
||||
| Attribute | Values | Default | Required |
|
||||
|:----------------------------------------------------|:------------------------------------------------------------------------------------------------------|:-------------------------------------:|:-------------------------------:|
|
||||
|:----------------------------------------------------|:------------------------------------------------------------------------------------------------------|:--------------------------------------|:-------------------------------:|
|
||||
| [`library_name`](#library-name) | Library name (required only when trying to use multiple libraries with the same name) | Base Attribute Name | ❌ |
|
||||
| [`metadata_path`](#metadata-path) | Location of Metadata YAML files | `/config/<<MAPPING_NAME>>.yml` | ❌ |
|
||||
| [`overlay_path`](#overlay-path) | Location of Overlay YAML files | None | ❌ |
|
||||
|
|
|
@ -12,7 +12,7 @@ mdblist:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:-------------------|:--------------------------------------------------------------------------|:-------:|:--------:|
|
||||
|:-------------------|:--------------------------------------------------------------------------|:--------|:--------:|
|
||||
| `apikey` | MdbList API Key | N/A | ✅ |
|
||||
| `cache_expiration` | Number of days before each cache mapping expires and has to be re-cached. | 60 | ❌ |
|
||||
|
||||
|
|
|
@ -101,3 +101,11 @@ To authenticate MyAnimeList the first time, you need run the container with the
|
|||
<h4>OAuth Flow using unRAID Docker</h4>
|
||||
|
||||
Directions on how to authenticate MyAnimeList on unRAID can be found on the [unRAID Walkthrough](../home/guides/unraid.md#advanced-installation-authenticating-trakt-or-myanimelist) page.
|
||||
|
||||
## Online Authorization Script
|
||||
|
||||
Plex Meta Manager requires interactive mode to be able to enter the Client ID and Client Secret. Some systems (namely NAS) make this difficult to accomplish. Chazlarson has developed an online script that can be run to generate the MAL and Trakt authentication outside of Plex Meta Manager and then paste the end-result directly into the configuration file.
|
||||
|
||||
The Online Auth tool can be found [here](https://replit.com/@chazlarson/MALAuth).
|
||||
|
||||
Simply press the play button, wait a little bit, and then follow the on-screen prompts.
|
|
@ -12,7 +12,7 @@ omdb:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:-------------------|:---------------------------------------------------------------------------|:-------:|:--------:|
|
||||
|:-------------------|:---------------------------------------------------------------------------|:--------|:--------:|
|
||||
| `apikey` | OMDb API Key | N/A | ✅ |
|
||||
| `cache_expiration` | Number of days before each cache mapping expires and has to be re-cached. | 60 | ❌ |
|
||||
|
||||
|
|
|
@ -253,9 +253,16 @@ Updates every Collection in your library to the specified Collection Mode.
|
|||
|
||||
**Attribute:** `mass_collection_mode`
|
||||
|
||||
**Values:** `default`: Library default<br>`hide`: Hide Collection<br>`hide_items`: Hide Items in this Collection<br>`show_items`: Show this Collection and its Items<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table>
|
||||
**Values:**
|
||||
|
||||
## Update Blank Track Titles`
|
||||
| Value | Description |
|
||||
|:-------------|:-----------------------------------|
|
||||
| `default` | Library default |
|
||||
| `hide` | Hide Collection |
|
||||
| `hide_items` | Hide Items in this Collection |
|
||||
| `show_items` | Show this Collection and its Items |
|
||||
|
||||
## Update Blank Track Titles
|
||||
|
||||
Search though every track in a music library and replace any blank track titles with the tracks sort title.
|
||||
|
||||
|
@ -287,7 +294,7 @@ Adds every item in the library to Radarr. The existing paths in plex will be use
|
|||
|
||||
**Values:** `true` or `false`
|
||||
|
||||
## Radarr Remove By Tag`
|
||||
## Radarr Remove By Tag
|
||||
|
||||
Removes every item from Radarr with the Tags given.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ plex:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:----------------|:-----------------------------------------------------------------------|:-------:|:--------:|
|
||||
|:----------------|:-----------------------------------------------------------------------|:--------|:--------:|
|
||||
| `url` | Plex Server URL<br><strong>Example:</strong> http://192.168.1.12:32400 | N/A | ✅ |
|
||||
| `token` | Plex Server Authentication Token | N/A | ✅ |
|
||||
| `timeout` | Plex Server Timeout | 60 | ❌ |
|
||||
|
|
|
@ -26,7 +26,7 @@ radarr:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:-------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------:|:--------:|
|
||||
|:-------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------|:--------:|
|
||||
| `url` | Radarr URL (Including URL Base if set).<br>**Example:** http://192.168.1.12:32788 | N/A | ✅ |
|
||||
| `token` | Radarr API Token. | N/A | ✅ |
|
||||
| `add_missing` | Adds all missing movies found from all collections to Radarr.<br>Use the `radarr_add_missing` [Radarr Details](../metadata/details/arr.md#radarr-definition-settings) in the collection definition to add missing per collection.<br>**boolean:** true or false | false | ❌ |
|
||||
|
|
|
@ -29,7 +29,7 @@ sonarr:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:-------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------:|:--------:|
|
||||
|:-------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------|:--------:|
|
||||
| `url` | Sonarr URL (Including URL Base if set).<br>**Example:** http://192.168.1.12:32788 | N/A | ✅ |
|
||||
| `token` | Sonarr API Token. | N/A | ✅ |
|
||||
| `add_missing` | Adds all missing shows found from all collections to Sonarr.<br>Use the `sonarr_add_missing` [Sonarr Details](../metadata/details/arr.md#sonarr-definition-settings) in the collection definition to add missing per collection.<br>**boolean:** true or false | false | ❌ |
|
||||
|
|
|
@ -13,7 +13,7 @@ tautulli:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:----------|:------------------------------------------------------|:-------:|:--------:|
|
||||
|:----------|:------------------------------------------------------|:--------|:--------:|
|
||||
| `url` | Tautulli URL<br>**Example:** http://192.168.1.12:8659 | N/A | ✅ |
|
||||
| `apikey` | Tautulli API Key | N/A | ✅ |
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ tmdb:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:-------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------:|:--------:|
|
||||
|:-------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:--------:|
|
||||
| `apikey` | User TMDb V3 API Key | N/A | ✅ |
|
||||
| `language` | [ISO 639-1 Code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) of the User Language | en | ❌ |
|
||||
| `region` | [ISO 3166-1 Code](https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) of the User Region for use with [Other TMDb Builders](../metadata/builders/tmdb.md#other-tmdb-builders) | None | ❌ |
|
||||
|
|
|
@ -20,7 +20,7 @@ trakt:
|
|||
```
|
||||
|
||||
| Attribute | Allowed Values | Default | Required |
|
||||
|:----------------|:--------------------------------|:-------:|:--------:|
|
||||
|:----------------|:--------------------------------|:--------|:--------:|
|
||||
| `client_id` | Trakt Application Client ID | N/A | ✅ |
|
||||
| `client_secret` | Trakt Application Client Secret | N/A | ✅ |
|
||||
| `pin` | Trakt Pin | None | ❌ |
|
||||
|
@ -39,3 +39,11 @@ trakt:
|
|||
8. Record the `PIN` as `pin` in your Configuration File.
|
||||
|
||||
* Run the script shortly after obtaining your PIN; the PIN may expire at some point.
|
||||
|
||||
## Online Authorization Script
|
||||
|
||||
Plex Meta Manager requires interactive mode to be able to enter the Client ID and Client Secret. Some systems (namely NAS) make this difficult to accomplish. Chazlarson has developed an online script that can be run to generate the MAL and Trakt authentication outside of Plex Meta Manager and then paste the end-result directly into the configuration file.
|
||||
|
||||
The Online Auth tool can be found [here](https://replit.com/@chazlarson/TraktAuth).
|
||||
|
||||
Simply press the play button, wait a little bit, and then follow the on-screen prompts.
|
|
@ -11,7 +11,7 @@ This Default file requires [Trakt Authentication](../../config/trakt)
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------------|:---------------------------------:|:--------------------------------------------------------------------------------------------|
|
||||
|:----------------------------------------------|:----------------------------------|:--------------------------------------------------------------------------------------------|
|
||||
| `BAFTA Best Films` | `best` | Collection of British Academy of Film and Television Arts Best Film Award Winners. |
|
||||
| `BAFTA <<year>>`<br>**Example:** `BAFTA 2022` | `<<year>>`<br>**Example:** `2022` | Collection of British Academy of Film and Television Arts Award Winners for the given year. |
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ This Default file requires [Trakt Authentication](../../config/trakt)
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------|:---------------------------------:|:------------------------------------------------------------|
|
||||
|:------------------------------------------------|:----------------------------------|:------------------------------------------------------------|
|
||||
| `Cannes Golden Palm Winners` | `palm` | Collection of Cannes Golden Palm Award Winners. |
|
||||
| `Cannes <<year>>`<br>**Example:** `Cannes 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Cannes Film Award Winners for the given year. |
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ This Default file requires [Trakt Authentication](../../config/trakt)
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------------------------------|:---------------------------------:|:---------------------------------------------------------------|
|
||||
|:------------------------------------------------------------------------------|:----------------------------------|:---------------------------------------------------------------|
|
||||
| `Critics Choice Awards <<year>>`<br>**Example:** `Critics Choice Awards 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Critics Choice Award Winners for the given year. |
|
||||
|
||||
## Config
|
||||
|
|
|
@ -9,7 +9,7 @@ The `emmy` Default Metadata File is used to create collections based on the Emmy
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------------|:---------------------------------:|:------------------------------------------------------|
|
||||
|:----------------------------------------------|:----------------------------------|:------------------------------------------------------|
|
||||
| `Emmys <<year>>`<br>**Example:** `Emmys 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Emmys Award Winners for the given year. |
|
||||
|
||||
## Config
|
||||
|
|
|
@ -9,7 +9,7 @@ The `golden` Default Metadata File is used to create collections based on the Go
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------------|:---------------------------------:|:--------------------------------------------------------------|
|
||||
|:------------------------------------------------------------|:----------------------------------|:--------------------------------------------------------------|
|
||||
| `Golden Globe Best Motion Pictures` | `best` | Collection of Golden Globe Best Motion Picture Award Winners. |
|
||||
| `Golden Globe <<year>>`<br>**Example:** `Golden Globe 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Golden Globe Award Winners for the given year. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `oscars` Default Metadata File is used to create collections based on the Ac
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------------------------------|:---------------------------------:|:-------------------------------------------------------|
|
||||
|:----------------------------------------------------------------|:----------------------------------|:-------------------------------------------------------|
|
||||
| `Oscars Best Picture Winners` | `best_picture` | Collection of Oscars Best Picture Award Winners. |
|
||||
| `Oscars Best Director Winners` | `best_director` | Collection of Oscars Best Director Award Winners. |
|
||||
| `Oscars Winners <<year>>`<br>**Example:** `Oscars Winners 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Oscars Award Winners for the given year. |
|
||||
|
|
|
@ -11,7 +11,7 @@ This Default file requires [Trakt Authentication](../../config/trakt)
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------|:-----------:|:--------------------------------------------------------------|
|
||||
|:-----------------------------------|:------------|:--------------------------------------------------------------|
|
||||
| `Berlinale Golden Bears` | `berlinale` | Collection of Berlinale Golden Bears Award Winners. |
|
||||
| `César Best Film Winners` | `cesar` | Collection of César Best Film Winners Award Winners. |
|
||||
| `Razzies Golden Raspberry Winners` | `razzie` | Collection of Razzies Golden Raspberry Winners Award Winners. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `separator_award` Default Metadata File is used to create a seperator collec
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:-----------:|:----------------------------------------------------------------------------|
|
||||
|:--------------------|:------------|:----------------------------------------------------------------------------|
|
||||
| `Award Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
|
||||
## Config
|
||||
|
|
|
@ -11,7 +11,7 @@ This Default file requires [Trakt Authentication](../../config/trakt)
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------------------------------------------------------------------------|:---------------------------------:|:-------------------------------------------------------------------|
|
||||
|:--------------------------------------------------------------------------------------|:----------------------------------|:-------------------------------------------------------------------|
|
||||
| `Independent Spirit Awards <<year>>`<br>**Example:** `Independent Spirit Awards 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Independent Spirit Award Winners for the given year. |
|
||||
|
||||
## Config
|
||||
|
|
|
@ -11,7 +11,7 @@ This Default file requires [Trakt Authentication](../../config/trakt)
|
|||
## Collections Section 16
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------------------------------------------------------------------|:---------------------------------:|:-----------------------------------------------------------------------|
|
||||
|:--------------------------------------------------------------------------------|:----------------------------------|:-----------------------------------------------------------------------|
|
||||
| `Sundance Grand Jury Winners` | `grand` | Collection of Sundance Film Festival Grand Jury Award Winners. |
|
||||
| `Sundance Film Festival <<year>>`<br>**Example:** `Sundance Film Festival 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Sundance Film Festival Award Winners for the given year. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `actor` Default Metadata File is used to dynamically create collections base
|
|||
## Collections Section 17
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------|:-----------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:------------------------------------------------|:------------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `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. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `audio_language` Default Metadata File is used to dynamically create collect
|
|||
## Collections Section 10
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------|:-----------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:------------------------------------------------------|:------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Audio Language Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Audio Language>> Audio`<br>**Example:** `Japanese` | `<<ISO 639-1 Code>>`<br>**Example:** `ja` | Collection of Movies/Shows that have this Audio Language. |
|
||||
| `Other Audio` | `other` | Collection of Movies/Shows that are less common Languages. |
|
||||
|
|
|
@ -13,7 +13,7 @@ Use the [Mass Content Rating Update Library Operation](../../config/operations.m
|
|||
## Collections Section 14
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------------------|:--------------------------------:|:--------------------------------------------------------------------------------------|
|
||||
|:------------------------------------------------------------------|:---------------------------------|:--------------------------------------------------------------------------------------|
|
||||
| `Ratings Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Movies/Shows`<br>**Example:** `Age 5+ Movies` | `<<Number>>`<br>**Example:** `5` | Collection of Movies/Shows that have this Content Rating. |
|
||||
| `Not Rated Movies/Shows` | `other` | Collection of Movies/Shows that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
|
|
@ -11,7 +11,7 @@ This file assumes that you are using the `mass_content_rating_update: mal` opera
|
|||
## Collections Section 14
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------------------------------|:--------------------------------------------:|:-------------------------------------------------------------------------------|
|
||||
|:----------------------------------------------------------------|:---------------------------------------------|:-------------------------------------------------------------------------------|
|
||||
| `Ratings Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Movies/Shows`<br>**Example:** `PG-13 Shows` | `<<Content Rating>>`<br>**Example:** `PG-13` | Collection of Shows that have this Content Rating. |
|
||||
| `Not Rated Movies/Shows` | `other` | Collection of Shows that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
|
|
@ -11,7 +11,7 @@ If you do not use the UK-based rating system within Plex, this file will attempt
|
|||
## Collections Section 14
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------------------------------------------------|:-----------------------------------------:|:--------------------------------------------------------------------------------------|
|
||||
|:--------------------------------------------------------------|:------------------------------------------|:--------------------------------------------------------------------------------------|
|
||||
| `Ratings Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Movies/Shows`<br>**Example:** `15 Movies` | `<<Content Rating>>`<br>**Example:** `15` | Collection of Movies/Shows that have this Content Rating. |
|
||||
| `Not Rated Movies/Shows` | `other` | Collection of Movies/Shows that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
|
|
@ -11,7 +11,7 @@ This file also merges similarly named genres (such as "Sci-Fi", "SciFi" and "Sci
|
|||
## Collections Section 06
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:--------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:---------------------------------------------------------|:---------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Genre Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Genre>> Movies/Shows`<br>**Example:** `Action Movies` | `<<Number>>`<br>**Example:** `5` | Collection of Movies/Shows that have this Genre. |
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ The `resolution` Default Metadata File is used to dynamically create collections
|
|||
## Collections Section 15
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------------------|:-----------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:-------------------------------------------------------------|:------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `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. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `streaming` Default Metadata File is used to dynamically create collections
|
|||
## Collections Section 03
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------|:-------------:|:----------------------------------------------------------------------------|
|
||||
|:---------------------------|:--------------|:----------------------------------------------------------------------------|
|
||||
| `Streaming Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `All 4 Movies/Shows` | `all4` | Collection of Movies/Shows Streaming on All 4. |
|
||||
| `Apple TV+ Movies/Shows` | `appletv` | Collection of Movies/Shows Streaming on Apple TV+. |
|
||||
|
|
|
@ -11,7 +11,7 @@ This file also merges similarly named studios (such as "20th Century Fox" and "2
|
|||
## Collections Section 07
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:----------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:-----------------------------------------------------|:-----------------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Studio Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Studio>>`<br>**Example:** `Blumhouse Productions` | `<<Studio>>`<br>**Example:** `Blumhouse Productions` | Collection of Movies/Shows that have this Studio. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `studio_anime` Default Metadata File is used to dynamically create collectio
|
|||
## Collections Section 07
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:----------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:-----------------------------------------------------|:-----------------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Studio Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Studio>>`<br>**Example:** `Blumhouse Productions` | `<<Studio>>`<br>**Example:** `Blumhouse Productions` | Collection of Movies/Shows that have this Studio. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `subtitle_language` Default Metadata File is used to dynamically create coll
|
|||
## Collections Section 11
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:-----------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:---------------------------------------------------------|:------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Subtitle Language Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Subtitle Language>> Audio`<br>**Example:** `Japanese` | `<<ISO 639-1 Code>>`<br>**Example:** `ja` | Collection of Movies/Shows that have this Subtitle Language. |
|
||||
| `Other Subtitles` | `other` | Collection of Movies/Shows that are less common Languages. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `year` Default Metadata File is used to dynamically create collections based
|
|||
## Collections Section 13
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------------------------------------|:---------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:--------------------------------------------------|:----------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Year Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Best of <<Year>>`<br>**Example:** `Best of 2022` | `<<Year>>`<br>**Example:** `2022` | Collection of Movies/Shows that have this Year. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `anilist` Default Metadata File is used to create collections based on Anili
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:----------:|:-----------------------------------------------------|
|
||||
|:--------------------|:-----------|:-----------------------------------------------------|
|
||||
| `AniList Popular` | `popular` | Collection of the most Popular Anime on AniList. |
|
||||
| `AniList Top Rated` | `top` | Collection of the Top Rated Anime on AniList. |
|
||||
| `AniList Trending` | `trending` | Collection of the Trending Anime on AniList. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `basic` Default Metadata File is used to create collections based on recentl
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------|:----------:|:---------------------------------------------------------------|
|
||||
|:-----------------|:-----------|:---------------------------------------------------------------|
|
||||
| `Newly Released` | `released` | Collection of Movies or TV Shows released in the last 90 days. |
|
||||
| `New Episodes` | `episodes` | Collection of Episodes released in the last 7 days. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `flixpatrol` Default Metadata File is used to create collections based on Fl
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------|:-----------:|:---------------------------------------------------------------------------|
|
||||
|:---------------------------------|:------------|:---------------------------------------------------------------------------|
|
||||
| `Netflix Top 10 Moves/Shows` | `netflix` | Collection of the Top Movies/Shows on Netflix according to FlixPatrol. |
|
||||
| `Disney+ Top 10 Moves/Shows` | `disney` | Collection of the Top Movies/Shows on Disney+ according to FlixPatrol. |
|
||||
| `HBO Top 10 Moves/Shows` | `hbo` | Collection of the Top Movies/Shows on HBO according to FlixPatrol. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `imdb` Default Metadata File is used to create collections based on IMDb Cha
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:---------:|:-----------------------------------------------------|
|
||||
|:--------------------|:----------|:-----------------------------------------------------|
|
||||
| `IMDb Popular` | `popular` | Collection of the most Popular Movies/Shows on IMDb. |
|
||||
| `IMDb Top 250` | `top` | Collection of Top 250 Movies/Shows on IMDb. |
|
||||
| `IMDb Lowest Rated` | `lowest` | Collection of the lowest Rated Movies on IMDb. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `myanimelist` Default Metadata File is used to create collections based on M
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------|:-----------:|:--------------------------------------------------------|
|
||||
|:-------------------------|:------------|:--------------------------------------------------------|
|
||||
| `MyAnimeList Popular` | `popular` | Collection of the most Popular Anime on MyAnimeList. |
|
||||
| `MyAnimeList Favorited` | `favorited` | Collection of most Favorited Anime on MyAnimeList. |
|
||||
| `MyAnimeList Top Rated` | `top` | Collection of the Top Rated Anime on MyAnimeList. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `other_chart` Default Metadata File is used to create collections based on o
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------|:-------------:|:-----------------------------------------------------|
|
||||
|:------------------------------------|:--------------|:-----------------------------------------------------|
|
||||
| `AniDB Popular` | `anidb` | Collection of the most Popular Anime on AniDB. |
|
||||
| `Common Sense Selection` | `commonsense` | Collection of Common Sense Selection Movies/Shows. |
|
||||
| `StevenLu's Popular Movies` | `stevenlu` | Collection of StevenLu's Popular Movies. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `separator_chart` Default Metadata File is used to create a seperator collec
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:-----------:|:----------------------------------------------------------------------------|
|
||||
|:--------------------|:------------|:----------------------------------------------------------------------------|
|
||||
| `Chart Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
|
||||
## Config
|
||||
|
|
|
@ -11,7 +11,7 @@ This Default file requires [Tautulli Authentication](../../config/tautulli)
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------|:---------:|:-----------------------------------------------------|
|
||||
|:---------------|:----------|:-----------------------------------------------------|
|
||||
| `Plex Popular` | `popular` | Collection of the most Popular Movies/Shows on Plex. |
|
||||
| `Plex Watched` | `watched` | Collection of the most Watched Movies/Shows on Plex. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `tmdb` Default Metadata File is used to create collections based on TMDb Cha
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:----------:|:-----------------------------------------------------|
|
||||
|:--------------------|:-----------|:-----------------------------------------------------|
|
||||
| `TMDb Popular` | `popular` | Collection of the Most Popular Movies/Shows on TMDb. |
|
||||
| `TMDb Top Rated` | `top` | Collection of the Top Rated Movies/Shows on TMDb. |
|
||||
| `TMDb Trending` | `trending` | Collection of Trending Movies/Shows on TMDb. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `trakt` Default Metadata File is used to create collections based on Trakt C
|
|||
## Collections Section 01
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:--------------------|:-------------:|:--------------------------------------------------------|
|
||||
|:--------------------|:--------------|:--------------------------------------------------------|
|
||||
| `Trakt Collected` | `collected` | Collection of the Most Collected Movies/Shows on Trakt. |
|
||||
| `Trakt Popular` | `popular` | Collection of the Most Popular Movies/Shows on Trakt. |
|
||||
| `Trakt Recommended` | `recommended` | Collection of Recommended Movies/Shows on Trakt. |
|
||||
|
|
|
@ -7,7 +7,7 @@ These collections are applied by calling the below paths into the `metadata_path
|
|||
### Chart Collections
|
||||
|
||||
| Default | Path | Example Collections | Works with Movies | Works with Shows |
|
||||
|:-----------------------------------|:-----------------:|:-------------------------------------------|:-----------------:|:----------------:|
|
||||
|:-----------------------------------|:------------------|:-------------------------------------------|:-----------------:|:----------------:|
|
||||
| [Chart Separator](chart/separator) | `separator_chart` | Chart Collections | ✅ | ✅ |
|
||||
| [AniList](chart/anilist) | `anilist` | AniList Popular, AniList Season | ✅ | ✅ |
|
||||
| [Basic](chart/basic) | `basic` | Newly Released, New Episodes | ✅ | ✅ |
|
||||
|
@ -22,7 +22,7 @@ These collections are applied by calling the below paths into the `metadata_path
|
|||
### Award Collections
|
||||
|
||||
| Default | Path | Example Collections | Works with Movies | Works with Shows |
|
||||
|:-----------------------------------------------------------|:-----------------:|:--------------------------------------------|:-----------------:|:----------------:|
|
||||
|:-----------------------------------------------------------|:------------------|:--------------------------------------------|:-----------------:|:----------------:|
|
||||
| [Award Separator](award/separator) | `separator_award` | Award Collections | ✅ | ✅ |
|
||||
| [British Academy of Film and Television Arts](award/bafta) | `bafta` | BAFTA Best Films, BAFTA 2021 | ✅ | ❌ |
|
||||
| [Cannes](award/cannes) | `cannes` | Cannes - Palme d'or, Cannes 2018 | ✅ | ❌ |
|
||||
|
@ -37,7 +37,7 @@ These collections are applied by calling the below paths into the `metadata_path
|
|||
### General Collections
|
||||
|
||||
| Default | Path | Example Collections | Works with Movies | Works with Shows |
|
||||
|:------------------------------------------------------------------------------------|:--------------------:|:-------------------------------------------------------|:-----------------:|:----------------:|
|
||||
|:------------------------------------------------------------------------------------|:---------------------|:-------------------------------------------------------|:-----------------:|:----------------:|
|
||||
| [Actor](both/actor) | `actor` | Chris Hemsworth, Margot Robbie | ✅ | ✅ |
|
||||
| [Audio Language](both/audio_language) | `audio_language` | French Audio, Korean Audio | ✅ | ✅ |
|
||||
| [Collectionless](both/collectionless) | `collectionless` | Collectionless | ✅ | ✅ |
|
||||
|
|
|
@ -55,7 +55,7 @@ For example: `collection_section: 01` translates to `sort_title: "!<<collection_
|
|||
This is the default PMM collection ordering:
|
||||
|
||||
| Collection | Collection Section |
|
||||
|:-----------------------|:------------------:|
|
||||
|:-----------------------|:-------------------|
|
||||
| `seasonal` | `00` |
|
||||
| `anilist` | `01` |
|
||||
| `basic` | `01` |
|
||||
|
|
|
@ -15,5 +15,5 @@ These files apply playlists to the "Playlists" section of Plex and are applied b
|
|||
### Playlist Files
|
||||
|
||||
| Default | path | Example Overlays |
|
||||
|:---------------------|:----------:|:-------------------------------------------------------|
|
||||
|:---------------------|:-----------|:-------------------------------------------------------|
|
||||
| [Playlist](playlist) | `playlist` | Arrowverse (Timeline Order), Pokémon (Timeline Order) |
|
||||
|
|
|
@ -11,7 +11,7 @@ If you do not use the US-based rating system within Plex, this file will attempt
|
|||
## Collections Section 14
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------------|:----------------------------------------:|:--------------------------------------------------------------------------------|
|
||||
|:-------------------------------------------------------|:-----------------------------------------|:--------------------------------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Movies`<br>**Example:** `R Movies` | `<<Content Rating>>`<br>**Example:** `R` | Collection of Movies that have this Content Rating. |
|
||||
| `Not Rated Movies` | `other` | Collection of Movies that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `country` Default Metadata File is used to dynamically create collections ba
|
|||
## Collections Section 09
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------|:---------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:----------------------------------------|:----------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Country>>`<br>**Example:** `Germany` | `<<Country>>`<br>**Example:** `Germany` | Collection of Movies that have this Country. |
|
||||
| `Other Countries` | `other` | Collection of Movies that are in other uncommon Countries. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `decade` Default Metadata File is used to dynamically create collections bas
|
|||
## Collections Section 12
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:---------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:-----------------------------------------------------|:----------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Decade Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Best of <<Decade>>`<br>**Example:** `Best of 2020s` | `<<Year>>`<br>**Example:** `2020` | Collection of Movies released in this Decade. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `director` Default Metadata File is used to dynamically create collections b
|
|||
## Collections Section 18
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------|:--------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:---------------------------------------------------|:---------------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `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. |
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Unlike most Default Metadata Files, Franchise works by placing collections inlin
|
|||
## Collections
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------|:-------------------------------------------------:|:-------------------------------------------------------|
|
||||
|:-------------------------------------------------|:--------------------------------------------------|:-------------------------------------------------------|
|
||||
| `<<Collection Name>>`<br>**Example:** `Iron Man` | `<<TMDb Collection ID>>`<br>**Example:** `131292` | Collection of Movies found in this Collection on TMDb. |
|
||||
|
||||
## Config
|
||||
|
|
|
@ -9,7 +9,7 @@ The `producer` Default Metadata File is used to dynamically create collections b
|
|||
## Collections Section 19
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------|:--------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:---------------------------------------------------|:---------------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `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. |
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The `seasonal` Default Metadata File is used to dynamically create seasonal coll
|
|||
## Collections Section 00
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------|:--------------:|:----------------------------------------------------------------------------|
|
||||
|:-----------------------------|:---------------|:----------------------------------------------------------------------------|
|
||||
| `Seasonal Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `🎊 New Year's Day Movies` | `years` | Collection of Movies related to New Year's Day. |
|
||||
| `💘 Valentine's Day Movies` | `valentine` | Collection of Movies related to Valentine's Day. |
|
||||
|
|
|
@ -11,7 +11,7 @@ This Default file requires [Trakt Authentication](../../config/trakt)
|
|||
## Collections Section 02
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------|:-----------:|:----------------------------------------------------------------------------|
|
||||
|:----------------------------|:------------|:----------------------------------------------------------------------------|
|
||||
| `Universe Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Star Wars Universe` | `star` | Collection of Movies in the Star Wars Universe |
|
||||
| `DC Animated Universe` | `dca` | Collection of Movies in the DC Animated Universe |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `writer` Default Metadata File is used to dynamically create collections bas
|
|||
## Collections Section 20
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-------------------------------------------------|:------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:-------------------------------------------------|:-------------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `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. |
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ These overlays are applied by calling the below paths into the `overlay_path` [s
|
|||
### Overlay Files
|
||||
|
||||
| Default | path | Example Overlays | Movies | Shows | Seasons | Episodes |
|
||||
|:-----------------------------------------------|:----------------:|:--------------------------------------------------------------------------|:--------:|:---------:|:---------:|:--------:|
|
||||
|:-----------------------------------------------|:-----------------|:--------------------------------------------------------------------------|:--------:|:---------:|:---------:|:--------:|
|
||||
| [Audio Codec](overlays/audio_codec) | `audio_codec` | Dolby Atmos logo, DTS logo | ✅ | ✅ | ✅ | ✅ |
|
||||
| [CommonSense Age Rating](overlays/commonsense) | `commonsense` | "3+", "16+" | ✅ | ✅ | ❗ | ❗ |
|
||||
| [Direct Play](overlays/direct_play) | `direct_play` | "Direct Play Only" | ✅ | ❗ | ❗ | ✅ |
|
||||
|
|
|
@ -11,7 +11,7 @@ The `audio_codec` Default Overlay File is used to create an overlay based on the
|
|||
## Supported Audio Codecs
|
||||
|
||||
| Audio Codec | Key | Weight |
|
||||
|:-----------------------|:--------------:|:------:|
|
||||
|:-----------------------|:---------------|:-------|
|
||||
| Dolby TrueHD Atmos | `truehd_atmos` | `160` |
|
||||
| DTS-X | `dtsx` | `150` |
|
||||
| Dolby Digital+ / E-AC3 | `plus_atmos` | `140` |
|
||||
|
@ -64,7 +64,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `0` |
|
||||
| `horizontal_align` | `center` |
|
||||
| `vertical_offset` | `15` |
|
||||
|
|
|
@ -11,7 +11,7 @@ Use the [Mass Content Rating Update Library Operation](../../config/operations.m
|
|||
## Supported CommonSense Age Rating
|
||||
|
||||
| Rating | Key |
|
||||
|:-------|:----:|
|
||||
|:-------|:-----|
|
||||
| 1+ | `1` |
|
||||
| 2+ | `2` |
|
||||
| 3+ | `3` |
|
||||
|
@ -61,7 +61,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `15` |
|
||||
| `horizontal_align` | `left` |
|
||||
| `vertical_offset` | `270` |
|
||||
|
|
|
@ -35,7 +35,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `0` |
|
||||
| `horizontal_align` | `center` |
|
||||
| `vertical_offset` | `150` |
|
||||
|
|
|
@ -26,7 +26,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `15` |
|
||||
| `horizontal_align` | `left` |
|
||||
| `vertical_offset` | `270` |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `flixpatrol` Default Overlay File is used to create an overlay based on the
|
|||
## Supported Services
|
||||
|
||||
| Service | Key | Weight |
|
||||
|:------------|:-----------:|:------:|
|
||||
|:------------|:------------|:-------|
|
||||
| Netflix | `netflix` | `60` |
|
||||
| Disney+ | `disney` | `50` |
|
||||
| HBO | `hbo` | `40` |
|
||||
|
@ -40,7 +40,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) except `horizontal_offset`, `horizontal_align`, `vertical_offset`, and `vertical_align` are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------------:|
|
||||
|:--------------------|:------------------|
|
||||
| `horizontal_offset` | `30` |
|
||||
| `horizontal_align` | `left`/`right` |
|
||||
| `vertical_offset` | `465`/`670`/`875` |
|
||||
|
|
|
@ -11,7 +11,7 @@ The `language_count` Default Overlay File is used to create an overlay based on
|
|||
## Supported Audio/Subtitle Languages
|
||||
|
||||
| Audio/Subtitle Languages | Key | Weight |
|
||||
|:-------------------------|:-------:|:------:|
|
||||
|:-------------------------|:--------|:-------|
|
||||
| Dual | `dual` | `20` |
|
||||
| Multi | `multi` | `10` |
|
||||
|
||||
|
@ -44,7 +44,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `0` |
|
||||
| `horizontal_align` | `center` |
|
||||
| `vertical_offset` | `30` |
|
||||
|
|
|
@ -11,7 +11,7 @@ The `languages` Default Overlay File is used to create an overlay of a flag and
|
|||
## Supported Audio/Subtitle Language Flags
|
||||
|
||||
| Audio/Subtitle Languages | Key | Weight | Default Flag | Default Use |
|
||||
|:-------------------------|:----:|:------:|:------------:|:-----------:|
|
||||
|:-------------------------|:-----|:-------|:-------------|:-----------:|
|
||||
| English | `en` | `610` | `us` | ✅ |
|
||||
| German | `de` | `600` | `de` | ✅ |
|
||||
| French | `fr` | `590` | `fr` | ✅ |
|
||||
|
@ -115,7 +115,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:----------------------------:|
|
||||
|:--------------------|:-----------------------------|
|
||||
| `horizontal_offset` | `15`/`206`/`397`/`588`/`779` |
|
||||
| `horizontal_align` | `left`/`right`/`center` |
|
||||
| `vertical_offset` | `15`/`76`/`137`/`198`/`259` |
|
||||
|
|
|
@ -26,7 +26,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `200` |
|
||||
| `horizontal_align` | `right` |
|
||||
| `vertical_offset` | `15` |
|
||||
|
|
|
@ -65,7 +65,7 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
|
|||
All [Shared Overlay Variables](../overlay_variables) can be appended by `rating1_`, `rating2_`, or `rating3_` to change that attribute on each rating individually.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `200` |
|
||||
| `horizontal_align` | `right` |
|
||||
| `vertical_offset` | `15` |
|
||||
|
|
|
@ -11,7 +11,7 @@ The `resolution` Default Overlay File is used to create an overlay based on the
|
|||
## Supported Resolutions
|
||||
|
||||
| Resolution | Key |
|
||||
|:---------------|:---------:|
|
||||
|:---------------|:----------|
|
||||
| 4K | `4k` |
|
||||
| 1080P | `1080p` |
|
||||
| 720P | `720p` |
|
||||
|
@ -23,7 +23,7 @@ The `resolution` Default Overlay File is used to create an overlay based on the
|
|||
## Supported Editions
|
||||
|
||||
| Edition | Key | Weight |
|
||||
|:--------------------|:---------------:|:------:|
|
||||
|:--------------------|:----------------|:-------|
|
||||
| Director's Cut | `directorscut` | `150` |
|
||||
| Extended Edition | `extended` | `140` |
|
||||
| Uncut Edition | `uncut` | `130` |
|
||||
|
@ -69,7 +69,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `15` |
|
||||
| `horizontal_align` | `left` |
|
||||
| `vertical_offset` | `15` |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `ribbon` Default Overlay File is used to create a ribbon overlay based on th
|
|||
## Supported Ribbon
|
||||
|
||||
| Ribbon | Key | Weight |
|
||||
|:--------------------------------|:------------:|:------:|
|
||||
|:--------------------------------|:-------------|:-------|
|
||||
| Oscars Best Picture | `oscars` | `50` |
|
||||
| IMDb Top 250 | `imdb` | `40` |
|
||||
| Rotten Tomatoes Certified Fresh | `rotten` | `30` |
|
||||
|
@ -39,7 +39,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:--------:|
|
||||
|:--------------------|:---------|
|
||||
| `horizontal_offset` | `0` |
|
||||
| `horizontal_align` | `right` |
|
||||
| `vertical_offset` | `0` |
|
||||
|
|
|
@ -29,7 +29,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `15` |
|
||||
| `horizontal_align` | `right` |
|
||||
| `vertical_offset` | `30` |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `status` Default Overlay File is used to create an overlay on a show detaili
|
|||
## Supported Status
|
||||
|
||||
| Audio Codec | Key | Weight |
|
||||
|:------------|:-----------:|:------:|
|
||||
|:------------|:------------|:-------|
|
||||
| AIRING | `airing` | `40` |
|
||||
| RETURNING | `returning` | `30` |
|
||||
| CANCELED | `canceled` | `20` |
|
||||
|
@ -38,7 +38,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `15` |
|
||||
| `horizontal_align` | `left` |
|
||||
| `vertical_offset` | `330` |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `streaming` Default Overlay File is used to create an overlay based on the s
|
|||
## Supported Streaming Services
|
||||
|
||||
| Streaming Service | Key | Weight |
|
||||
|:------------------|:-------------:|:------:|
|
||||
|:------------------|:--------------|:-------|
|
||||
| Netflix | `netflix` | `160` |
|
||||
| Prime Video | `amazon` | `150` |
|
||||
| Disney+ | `disney` | `140` |
|
||||
|
@ -51,7 +51,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `15` |
|
||||
| `horizontal_align` | `left` |
|
||||
| `vertical_offset` | `150` |
|
||||
|
|
|
@ -35,7 +35,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:----------------:|
|
||||
|:--------------------|:-----------------|
|
||||
| `horizontal_offset` | `15`/`235` |
|
||||
| `horizontal_align` | `right`/`center` |
|
||||
| `vertical_offset` | `1050`/`15` |
|
||||
|
|
|
@ -11,7 +11,7 @@ The `video_format` Default Overlay File is used to create an overlay based on th
|
|||
## Supported Video Formats
|
||||
|
||||
| Video Format | Key | Weight |
|
||||
|:-------------|:--------:|:------:|
|
||||
|:-------------|:---------|:-------|
|
||||
| REMUX | `remux` | `60` |
|
||||
| BLU-RAY | `bluray` | `50` |
|
||||
| WEB | `web` | `40` |
|
||||
|
@ -48,7 +48,7 @@ Note that the `templates_variables:` section only needs to be used if you do wan
|
|||
All [Shared Overlay Variables](../overlay_variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
|
||||
|
||||
| Variable | Default |
|
||||
|:--------------------|:-----------:|
|
||||
|:--------------------|:------------|
|
||||
| `horizontal_offset` | `15` |
|
||||
| `horizontal_align` | `left` |
|
||||
| `vertical_offset` | `30` |
|
||||
|
|
|
@ -9,7 +9,7 @@ This Default file requires [Trakt Authentication](../config/trakt)
|
|||
## Playlists
|
||||
|
||||
| Playlist | Key | Description |
|
||||
|:---------------------------------------------|:-----------:|:----------------------------------------------------------------------------------|
|
||||
|:---------------------------------------------|:------------|:----------------------------------------------------------------------------------|
|
||||
| `Arrowverse (Timeline Order)` | `arrow` | Playlist of Movies and Episodes in the Arrowverse (Timeline Order) |
|
||||
| `Marvel Cinematic Universe (Timeline Order)` | `mcu` | Playlist of Movies and Episodes in the Marvel Cinematic Universe (Timeline Order) |
|
||||
| `DC Animated Universe (Timeline Order)` | `dcau` | Playlist of Movies and Episodes in the DC Animated Universe (Timeline Order) |
|
||||
|
|
|
@ -13,7 +13,7 @@ Below is an example of a separator, which can be seen surrounded by a red square
|
|||
These are all the files that contain a separator.
|
||||
|
||||
| Collection Name | Default File | Collection Section |
|
||||
|:------------------------------|:-------------------:|:------------------:|
|
||||
|-------------------------------|:--------------------|:-------------------|
|
||||
| Seasonal Collections | `seasonal` | `00` |
|
||||
| Chart Collections | `separator_chart` | `01` |
|
||||
| Universe Collections | `universe` | `02` |
|
||||
|
@ -86,7 +86,7 @@ Multiple styles are available for Separators, to match Plex's "categories" featu
|
|||
The available styles available are:
|
||||
|
||||
| Style | Value |
|
||||
|:---------|:--------:|
|
||||
|:---------|:---------|
|
||||
| Original | `orig` |
|
||||
| Blue | `blue` |
|
||||
| Brown | `stb` |
|
||||
|
|
|
@ -11,7 +11,7 @@ If you do not use the US-based rating system within Plex, this file will attempt
|
|||
## Collections Section 14
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:---------------------------------------------------------|:--------------------------------------------:|:-------------------------------------------------------------------------------|
|
||||
|:---------------------------------------------------------|:---------------------------------------------|:-------------------------------------------------------------------------------|
|
||||
| `Ratings Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Content Rating>> Shows`<br>**Example:** `TV-14 Shows` | `<<Content Rating>>`<br>**Example:** `TV-14` | Collection of Shows that have this Content Rating. |
|
||||
| `Not Rated Shows` | `other` | Collection of Shows that are Unrated, Not Rated or any other uncommon Ratings. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `country` Default Metadata File is used to dynamically create collections ba
|
|||
## Collections Section 09
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:----------------------------------------|:--------------------------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:----------------------------------------|:---------------------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Country Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<Country>>`<br>**Example:** `Germany` | `<<2 digit ISO 3166-1 code>>`<br>**Example:** `de` | Collection of TV Shows that have this Country. |
|
||||
| `Other Countries` | `other` | Collection of TV Shows that are in other uncommon Countries. |
|
||||
|
|
|
@ -9,7 +9,7 @@ The `decade` Metadata File is used to dynamically create collections based on th
|
|||
## Collections Section 12
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:-----------------------------------------------------|:---------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:-----------------------------------------------------|:----------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Decade Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `Best of <<Decade>>`<br>**Example:** `Best of 2020s` | `<<Year>>`<br>**Example:** `2020` | Collection of Shows released in this Decade. |
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Unlike most Default Metadata Files, Franchise works by placing collections inlin
|
|||
## Collections
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------------------------------|:---------------------------------------------------:|:---------------------------------------------------|
|
||||
|:------------------------------------------------------------|:----------------------------------------------------|:---------------------------------------------------|
|
||||
| `<<Collection Name>>`<br>**Example:** `Pretty Little Liars` | `<<Starting TMDb Show ID>>`<br>**Example:** `31917` | Collection of Shows specified for this Collection. |
|
||||
|
||||
## Config
|
||||
|
|
|
@ -9,7 +9,7 @@ The `network` Default Metadata File is used to dynamically create collections ba
|
|||
## Collections Section 04
|
||||
|
||||
| Collection | Key | Description |
|
||||
|:------------------------------------|:-----------------------------------:|:----------------------------------------------------------------------------|
|
||||
|:------------------------------------|:------------------------------------|:----------------------------------------------------------------------------|
|
||||
| `Network Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
|
||||
| `<<network>>`<br>**Example:** `NBC` | `<<network>>`<br>**Example:** `NBC` | Collection of Shows the aired on the network. |
|
||||
|
||||
|
|
Loading…
Reference in a new issue