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

66 lines
1.8 KiB

2 years ago
This config will populate the following:
- !Suggested (random, trending, popular, top-rated, 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) *
- TMBD collections *
- Networks ^
2 years ago
( ! = enabled by default)
( * = movies only )
( ^ = shows only )
2 years ago
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
<br/>
<br/>
<br/>
**Install:**
clone into PMM's root directory:
```
git clone https://codeberg.org/0xFFFF/pmm-config config
2 years ago
```
**Usage:**
Either use movie.yml, show.yml to use local metadata, or use movie_repo.yml, show_repo.yml to use online resources from https://codeberg.org/0xFFFF/pmm-config.
Initial run to populate all collections:
2 years ago
```
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
```
After 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
```
**Notes:**
*If you intend to use the Parental collection, enable "item_label.sync: Parental" (line 38, 1_parental.yml) on the initial run and disable for subsequent runs. This prevents ppm from relabelling all of the items with every run, whereas disabling will only label new items added.*
*Parental filtering can be enabled by restricting a home user to only show content that has been designated the Parental label.*
2 years ago
<br/>
After a successful run, you will have something similar to this:
2 years ago
<br/>
<br/>
![movies](https://images2.imgbox.com/f5/87/1olEU9Sl_o.png)
2 years ago
<br/>
![shows](https://images2.imgbox.com/dd/fc/cG7v2z2i_o.png)