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.
58 lines
1.4 KiB
58 lines
1.4 KiB
This config will populate the following:
|
|
|
|
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, most watched)
|
|
- !Seasonal *
|
|
- Parental
|
|
- Documentaries
|
|
- Stand-up *
|
|
- Awards
|
|
- !Year (top-rated)
|
|
- !Decades (top-rated)
|
|
- !Genre (popular)
|
|
- !Genre (top-rated)
|
|
- Sub-genre (top-rated) *
|
|
- Studio *
|
|
- TMDB collections *
|
|
- Network ^
|
|
|
|
( ! = enabled by default)
|
|
( * = movies only )
|
|
( ^ = shows only )
|
|
|
|
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
|
<br/>
|
|
|
|
**Requirements:**
|
|
|
|
- APP/API keys for: mdblist, tmdb, trakt
|
|
|
|
**Install:**
|
|
|
|
clone into PMM's root directory:
|
|
```
|
|
git clone https://github.com/0x5f3/pmm.config config
|
|
```
|
|
|
|
**Usage:**
|
|
|
|
The initial process for populating collections:
|
|
```
|
|
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules
|
|
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules
|
|
```
|
|
Following a successful initial run:
|
|
|
|
```
|
|
python plex_meta_manager.py --config config/movie.yml --collections-only --run
|
|
python plex_meta_manager.py --config config/show.yml --collections-only --run
|
|
```
|
|
<br/>
|
|
A successful run will result in something similar to this:
|
|
<br/>
|
|
<br/>
|
|
|
|
![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png)
|
|
<br/>
|
|
|
|
![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png)
|