mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-08 23:02:34 -05:00
added recommended and its unwatched counterpart collections; modified Suggested collection scrape numbers
This commit is contained in:
@@ -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:
|
||||

|
||||

|
||||

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