mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-26 06:20:23 +00:00
[60] some edits/fixes
This commit is contained in:
parent
dc4c67058d
commit
21cd6a92e5
6 changed files with 9 additions and 9 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop59
|
||||
1.17.3-develop60
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# BAFTA Default Metadata File
|
||||
|
||||
The `- pmm: chart/bafta` Metadata File is used to dynamically create collections based on the genres available in your library.
|
||||
The `- pmm: bafta` Metadata File is used to dynamically create collections based on the genres available in your library.
|
||||
|
||||
This file also merges similarly named genres (such as "Sci-Fi", "SciFi" and "Sci-Fi & Fantasy") into one ("Science Fiction")
|
||||
|
||||
Example Collections Created:
|
||||
|
||||
![](images/bafta.png)
|
||||
![](../images/bafta.png)
|
||||
|
||||
The below YAML in your config.yml will create the collections:
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
metadata_path:
|
||||
- pmm: chart/bafta
|
||||
- pmm: bafta
|
||||
```
|
||||
|
||||
|
||||
|
@ -39,7 +39,7 @@ The below shows an example config.yml with all of the template_variables set awa
|
|||
libraries:
|
||||
Movies:
|
||||
metadata_path:
|
||||
- pmm: chart/bafta
|
||||
- pmm: bafta
|
||||
template_variables:
|
||||
sort_by: title.asc
|
||||
collection_section: 5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# country Language Default Metadata File
|
||||
|
||||
The `- pmm: country` Metadata File is used to dynamically create collections based on the counties available in your library.
|
||||
The `- pmm: country` Metadata File is used to dynamically create collections based on the countries available in your library.
|
||||
|
||||
Example Collections Created:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Network Language Default Metadata File
|
||||
|
||||
The `- pmm: network` Metadata File is used to dynamically create collections based on the counties available in your library.
|
||||
The `- pmm: network` Metadata File is used to dynamically create collections based on the networks available in your library.
|
||||
|
||||
Example Collections Created:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# country Language Default Metadata File
|
||||
|
||||
The `- pmm: country` Metadata File is used to dynamically create collections based on the counties available in your library.
|
||||
The `- pmm: country` Metadata File is used to dynamically create collections based on the countries available in your library.
|
||||
|
||||
Example Collections Created:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Network Language Default Metadata File
|
||||
|
||||
The `- pmm: network` Metadata File is used to dynamically create collections based on the counties available in your library.
|
||||
The `- pmm: network` Metadata File is used to dynamically create collections based on the networks available in your library.
|
||||
|
||||
Example Collections Created:
|
||||
|
||||
|
|
Loading…
Reference in a new issue