Skip to content

Commit

Permalink
Remove Custom Artwork
Browse files Browse the repository at this point in the history
Removed artwork as it's too large for the general repo. These will be hosted on my own repo instead.

Updated ReadME accordingly.
  • Loading branch information
EvilTactician committed Jan 19, 2022
1 parent b649303 commit a58c2b8
Show file tree
Hide file tree
Showing 44 changed files with 14 additions and 94 deletions.
Binary file removed EvilTactician/Assets/Action.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Adventure.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Boys Love.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Cars.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Comedy.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Demons.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Donghua.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Drama.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Ecchi.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Fantasy.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Game.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Girls Love.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Gourmet.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Harem.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Historical.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Horror.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Martial Arts.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Mecha.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Military.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Mobile Suit Gundam.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Music.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Mystery.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Parody.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Police.png
Binary file not shown.
Binary file removed EvilTactician/Assets/Psychological.png
Binary file not shown.
7 changes: 7 additions & 0 deletions EvilTactician/Assets/README.md
Original file line number Diff line number Diff line change
@@ -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.

Binary file removed EvilTactician/Assets/Romance.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Samurai.png
Diff not rendered.
Binary file removed EvilTactician/Assets/School.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Sci-Fi.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Shoujo.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Shounen.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Slice of Life.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Space.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Sports.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Super Power.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Supernatural.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Thriller.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Unmatched.png
Diff not rendered.
Binary file removed EvilTactician/Assets/Vampire.png
Diff not rendered.
Binary file removed EvilTactician/PSD Template/FFGoodProCond-Medium.ttf
Binary file not shown.
Binary file removed EvilTactician/PSD Template/Template.psd
Diff not rendered.
Binary file removed EvilTactician/PSD Template/Username.png
Diff not rendered.
101 changes: 7 additions & 94 deletions EvilTactician/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,106 +5,19 @@ Anime Collections based on MAL Genres
## Included
* config.yml
* Anime.yml
* Custom Artwork
* Photoshop Template
* Custom Artwork*
* 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>
![Anime](Anime.png)

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.

## config.yml

You can either use my ```config.yml```, or you can use it as a cheatsheet for the elements you need in your own.<br>
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
## Instructions

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.
Detailed instructions and latest version can be found here: [Evil Tactician's Anime Collections](https://github.com/EvilTactician/Anime-Collections-PMM).

For me it takes approximately 16 minutes.
This repo only contains a preview and the config files.

## Special Thanks
JJJonesJr33 - Original Base Anime.yml & Feedback<br>
Expand Down

0 comments on commit a58c2b8

Please sign in to comment.