mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-08 23:02:34 -05:00
split Suggested collection into separate suggested|unwatched|watched … (#622)
* split Suggested collection into separate suggested|unwatched|watched collections; add documentary genre to Genre popular|top collections; Genre top|popular now filter documentary genre from genres; refactor code; various bug fixes * Update 010_suggested.yml
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#### This config will populate the following:
|
||||
```
|
||||
- !Suggested (random, recently added|released, recommended, suggested, trending, popular, top-rated, unwatched, most watched)
|
||||
- !Suggested (random, recently added|released, recommended, suggested, trending, popular, top-rated)
|
||||
- Unwatched (random, recommended, suggested, popular, top-rated)
|
||||
- !Watched (most watched daily|weekly|monthly|yearly)
|
||||
- !Seasonal *
|
||||
- Parental
|
||||
- Documentaries
|
||||
@@ -26,19 +28,24 @@
|
||||
```
|
||||
#### Install:
|
||||
```
|
||||
git clone -b remote https://github.com/0x5f3/pmm.config config
|
||||
git clone https://github.com/0x5f3/pmm.config config
|
||||
```
|
||||
#### Usage:
|
||||
|
||||
###### The initial process for populating collections:
|
||||
```
|
||||
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/config.yml --collection-only --run --ignore-schedules
|
||||
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager:nightly --config config/config.yml --run --ignore-schedules
|
||||
```
|
||||
|
||||
###### Following a successful initial run:
|
||||
```
|
||||
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/config.yml --collection-only --run
|
||||
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager:nightly --config config/config.yml --run
|
||||
```
|
||||
###### Notes:
|
||||
``
|
||||
The parental configuration adds a 'Parental' label to their collections and all items included. The label is capable of being used with 'Allow Only Labels' in a user's restriction settings.
|
||||
``
|
||||
#
|
||||
#
|
||||
###### A successful run will result in something similar to this:
|
||||

|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user