added recommended and its unwatched counterpart collections; modified Suggested collection scrape numbers

This commit is contained in:
0x5f3
2024-01-30 12:49:27 +00:00
committed by cpt-kuesel
parent 39b02bc4bc
commit 878a2fd380
7 changed files with 299 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
#### This config will populate the following:
```
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, unwatched, most watched)
- !Suggested (random, recently added|released, recommended, suggested, trending, popular, top-rated, unwatched, most watched)
- !Seasonal *
- Parental
- Documentaries
@@ -22,7 +22,7 @@
###### For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
#### Requirements:
```
- APP/API keys for: mdblist, tmdb, trakt
- API keys for: mdblist, tmdb, trakt
```
#### Install:
```
@@ -32,14 +32,13 @@ git clone -b remote https://github.com/0x5f3/pmm.config config
###### The initial process for populating collections:
```
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/movie.yml --collection-only --run --ignore-schedules
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/show.yml --collection-only --run --ignore-schedules
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/config.yml --collection-only --run --ignore-schedules
```
###### Following a successful initial run:
```
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/movie.yml --collection-only --run
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/show.yml --collection-only --run
docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/config.yml --collection-only --run
```
###### A successful run will result in something similar to this:
![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png)
![shows](https://github.com/0x5f3/pmm.config/blob/main/assets/_/_shows.png)
![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png)