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

40 lines
1.0 KiB

2 years ago
This config will populate the following:
- Suggested (random, trending, popular, top-rated, most watched)
- Seasonal *
- Parental
2 years ago
- Awards
- Year (top-rated)
- Decades (top-rated)
- Genre (popular)
- Genre (top-rated)
- Sub-genre (top-rated) *
- TMBD collections *
( * = movies only )
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 --branch assets https://github.com/0x5f3/pmm-config config
2 years ago
```
initial run to populate 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
```
<br/>
After a sucessfull run, you should have something like this:
<br/>
<br/>
![movies](https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/_/_movies.png)
2 years ago
<br/>
![shows](https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/_/_shows.png)