You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager-Configs/0x5f3/README.md

46 lines
1.5 KiB

10 months ago
#### This config will populate the following:
```
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, unwatched, most watched)
- !Seasonal *
- Parental
- Documentaries
- Stand-up *
- Awards
- !Year (top-rated)
- !Decades (top-rated)
- !Genre (popular)
- !Genre (top-rated)
2 years ago
- Sub-genre (top-rated) *
- Studio *
- TMDB collections *
- Network ^
2 years ago
10 months ago
(! = enabled by default)
(* = movies only)
(^ = shows only)
10 months ago
```
###### For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
#### Requirements:
```
- APP/API keys for: mdblist, tmdb, trakt
10 months ago
```
#### Install:
2 years ago
```
git clone https://github.com/0x5f3/pmm.config config
2 years ago
```
10 months ago
#### Usage:
10 months ago
###### The initial process for populating collections:
2 years ago
```
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
2 years ago
```
10 months ago
###### 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
```
10 months ago
###### A successful run will result in something similar to this:
10 months ago
![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png)
![shows](https://github.com/0x5f3/pmm.config/blob/main/assets/_/_shows.png)