Remove Custom Artwork
Removed artwork as it's too large for the general repo. These will be hosted on my own repo instead. Updated ReadME accordingly.
|
Before Width: | Height: | Size: 204 KiB |
|
Before Width: | Height: | Size: 227 KiB |
|
Before Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 201 KiB |
|
Before Width: | Height: | Size: 197 KiB |
|
Before Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 196 KiB |
|
Before Width: | Height: | Size: 203 KiB |
|
Before Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 197 KiB |
|
Before Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 176 KiB |
|
Before Width: | Height: | Size: 244 KiB |
|
Before Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 271 KiB |
|
Before Width: | Height: | Size: 251 KiB |
|
Before Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 235 KiB |
|
Before Width: | Height: | Size: 249 KiB |
|
Before Width: | Height: | Size: 223 KiB |
|
Before Width: | Height: | Size: 309 KiB |
|
Before Width: | Height: | Size: 216 KiB |
|
Before Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 248 KiB |
7
EvilTactician/Assets/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Collection Posters
|
||||||
|
|
||||||
|
Please find the custom collection posters on my GitHub Repo:
|
||||||
|
[Evil Tactician's Anime Collections](https://github.com/EvilTactician/Anime-Collections-PMM).
|
||||||
|
|
||||||
|
Due to the size of custom artwork, we cannot upload these to this general config repo.
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 202 KiB |
|
Before Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 222 KiB |
|
Before Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 225 KiB |
|
Before Width: | Height: | Size: 192 KiB |
|
Before Width: | Height: | Size: 179 KiB |
|
Before Width: | Height: | Size: 201 KiB |
|
Before Width: | Height: | Size: 233 KiB |
|
Before Width: | Height: | Size: 152 KiB |
|
Before Width: | Height: | Size: 178 KiB |
|
Before Width: | Height: | Size: 484 KiB |
@ -5,106 +5,19 @@ Anime Collections based on MAL Genres
|
|||||||
## Included
|
## Included
|
||||||
* config.yml
|
* config.yml
|
||||||
* Anime.yml
|
* Anime.yml
|
||||||
* Custom Artwork
|
* Custom Artwork*
|
||||||
* Photoshop Template
|
* Photoshop Template*
|
||||||
|
|
||||||
|
* Please note that these can only be found on my own repo due to their size: [Evil Tactician's Anime Collections](https://github.com/EvilTactician/Anime-Collections-PMM).
|
||||||
|
|
||||||
Preview: <br>
|
Preview: <br>
|
||||||

|

|
||||||
|
|
||||||
I am going to assume you've followed the guides for installing [Plex Meta Manager](https://github.com/meisnate12/Plex-Meta-Manager) for your platform.
|
## Instructions
|
||||||
|
|
||||||
## config.yml
|
Detailed instructions and latest version can be found here: [Evil Tactician's Anime Collections](https://github.com/EvilTactician/Anime-Collections-PMM).
|
||||||
|
|
||||||
You can either use my ```config.yml```, or you can use it as a cheatsheet for the elements you need in your own.<br>
|
This repo only contains a preview and the config files.
|
||||||
Note that mine only contains the sections required for Anime Collections to work.<br>
|
|
||||||
Don't forget to configure the ```plex:```, ```tmbd:``` and ```mal:``` sections with your details and API keys. There are links in the file to guides for those.
|
|
||||||
|
|
||||||
## Anime.yml
|
|
||||||
|
|
||||||
This is the configuration file for the Anime Collections.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
templates:
|
|
||||||
MAL Genre:
|
|
||||||
mal_genre:
|
|
||||||
genre_id: <<genre_id>>
|
|
||||||
collection_order: alpha
|
|
||||||
collection_mode: hide
|
|
||||||
sync_mode: sync
|
|
||||||
```
|
|
||||||
|
|
||||||
The above is the template for the Genre Collections.<br>
|
|
||||||
If you wish to change the ```collection_mode```, ```collection_order``` or ```sync_mode```, please do so here. It will apply to all Genre Collections.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
MAL User:
|
|
||||||
sort_title: ~<<collection_name>>
|
|
||||||
mal_userlist:
|
|
||||||
username: <<username>>
|
|
||||||
status: plan_to_watch
|
|
||||||
sort_by: title
|
|
||||||
limit: 500
|
|
||||||
collection_order: alpha
|
|
||||||
collection_mode: hide
|
|
||||||
sync_mode: sync
|
|
||||||
```
|
|
||||||
|
|
||||||
The above is the template for the MAL "Plan to Watch" Collections below.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
Collection1: # Replace Username1 with a valid MAL Username
|
|
||||||
template: { name: MAL User, username: Username1 }
|
|
||||||
Collection2: # Replace Username2 with a valid MAL Username
|
|
||||||
template: { name: MAL User, username: Username2 }
|
|
||||||
```
|
|
||||||
|
|
||||||
Above is where you specify collections for individual users, based on their MAL profile's "Plan to Watch" list.<br>
|
|
||||||
Replace ```Collection1:``` with whatever you want the Collection to be called in Plex.<br>
|
|
||||||
Replace ```Username1``` with the exact username of the MAL profile you wish to use.
|
|
||||||
|
|
||||||
Repeat for as many users as you want - just copy and paste more entries.
|
|
||||||
|
|
||||||
If you don't wish to use these, simply delete them from the file.
|
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
Unmatched:
|
|
||||||
plex_collectionless:
|
|
||||||
exclude: Test
|
|
||||||
sort_title: ~_Unmatched
|
|
||||||
collection_order: alpha
|
|
||||||
```
|
|
||||||
|
|
||||||
The above (at the very bottom of the file) creates a collection named "Unmatched" which will contain every Anime in your library which PMM wasn't able to add to the MAL Genres. I use this myself to see which Anime PMM couldn't map.
|
|
||||||
PMM maps via external resources and it sometimes takes a while for those resources to update as they rely on human intervention. It doesn't necessarily mean there is something wrong with your library or config - it's like that those Anime haven't been mapped.
|
|
||||||
|
|
||||||
Again, if you don't want this - just delete those lines.
|
|
||||||
|
|
||||||
|
|
||||||
## Custom Artwork
|
|
||||||
|
|
||||||
The posters from the preview can be found in the Assets folder. You can upload the entire folder "as is" to the same directory where your ```config.yml``` and ```Anime.yml``` files are located.
|
|
||||||
Please note that the names of each poster need to match the names of the collections in your Anime.yml file. If you rename any collection, you'll have to rename the poster accordingly!
|
|
||||||
|
|
||||||
If you wish to display custom posters for your MAL "Plan to Watch" Collection(s), you'll need to add posters in the ```Assets``` folder with the name of each collection as well.
|
|
||||||
|
|
||||||
For example, if your MAL Profile Collection is called "Plan to Watch", you would need to add "/Assets/Plan to Watch.png"
|
|
||||||
|
|
||||||
|
|
||||||
## PSD Template
|
|
||||||
|
|
||||||
There is a PSD Template (Photoshop) included if you wish to make MAL Profile Collections in the same style.
|
|
||||||
This template can also be used to make new Collection posters in the same style, just untick the "Plan to Watch" layer and make sure your background image spans the whole frame.
|
|
||||||
|
|
||||||
## Testing / First Run
|
|
||||||
|
|
||||||
If you wish for PMM to do a one-off run instead of waiting for the daily schedule:
|
|
||||||
1. Ensure the PMM container is running
|
|
||||||
2. Open the terminal
|
|
||||||
3. Run ```python plex_meta_manager.py -r```
|
|
||||||
Press ```CTRL-C``` if you want it to stop before it finishes.
|
|
||||||
|
|
||||||
For me it takes approximately 16 minutes.
|
|
||||||
|
|
||||||
## Special Thanks
|
## Special Thanks
|
||||||
JJJonesJr33 - Original Base Anime.yml & Feedback<br>
|
JJJonesJr33 - Original Base Anime.yml & Feedback<br>
|
||||||
|
|||||||