change repo; change assets location; fix cannibals; add show networks

This commit is contained in:
0x5f3
2023-07-31 10:35:42 +00:00
committed by cpt-kuesel
parent fcaa86ca93
commit b3180a7176
27 changed files with 1188 additions and 452 deletions

View File

@@ -12,9 +12,12 @@ This config will populate the following:
- !Genre (top-rated)
- Sub-genre (top-rated) *
- TMBD collections *
- Networks ^
( * = movies only )
( ! = enabled by default)
( * = movies only )
( ^ = shows only )
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
<br/>
@@ -24,22 +27,39 @@ For more details on what each section contains: [movies](MOVIES.md) | [shows](SH
clone into PMM's root directory:
```
git clone --branch assets https://github.com/0x5f3/pmm-config config
git clone https://codeberg.org/0xFFFF/pmm-config config
```
initial run to populate collections:
**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:
```
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.*
*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, where as disabling will only label new items added.*
<br/>
After a successful run, you will have something similar to this:
<br/>
<br/>
![movies](https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/_/_movies.png)
![movies](https://images2.imgbox.com/f5/87/1olEU9Sl_o.png)
<br/>
![shows](https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/_/_shows.png)
![shows](https://images2.imgbox.com/dd/fc/cG7v2z2i_o.png)