Merge pull request #97 from jjjonesjr33/master

Added User/Config Credits | Updated Core Config | Updated READme
pull/100/head
cpt-kuesel 2 years ago committed by GitHub
commit 021fd23193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

@ -1,6 +1,13 @@
##########################################################################
## Anime Library Collection for Plex-Meta-Manager ##
##########################################################################
############################################
## Anime Collections ##
############################################
##########################################
# User/Config Credits #
# Give Credit Where Credit is Due #
# JJJonesJr33 #
# #
##########################################
collections:
###########################
@ -285,4 +292,4 @@ collections:
mal_genre:
genre_id: 41
collection_order: custom
url_poster: https://i.imgur.com/F81WbIv.png
url_poster: https://i.imgur.com/F81WbIv.png

@ -1,3 +1,17 @@
#########################################################
# 4K Movie Collections #
#########################################################
##########################################
# User/Config Credits #
# Give Credit Where Credit is Due #
# JJJonesJr33 #
# djnield #
##########################################
##################
# Overlays #
##################
collections:
4K Overlay:
plex_search:

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

@ -2,6 +2,13 @@
# Movie Collections #
######################################################
############################################
# User/Config Credits #
# Give Credit Where Credit is Due #
# JJJonesJr33 #
# Glasti1, Hiren-Z, OhMyBahGosh, tuxpeople #
############################################
###########################
# Templates #
###########################

@ -1,3 +1,20 @@
Proper Movie, TV Shows, and Anime config.
Proper Movie, TV Shows, and Anime configs.
For the Anime config to work you must set up MyAnimeList in your main config using https://github.com/meisnate12/Plex-Meta-Manager/wiki/MyAnimeList-Attributes
The base config can also be found as config.yml
For ease of use just copy everything in this folder to your docker container config folder and edit the config.yml to match your settings. Then run the container, open terminal, and use the following command ```python plex_meta_manager.py -r```
FYI: For the Anime config to work you must set up MyAnimeList in your main config using https://github.com/meisnate12/Plex-Meta-Manager/wiki/MyAnimeList-Attributes
Anime Collections Preview: <br>
![Anime](Anime.png)
<br>
Movie Collections Preview: <br>
![Movies](Movies.png)
<br>
TV Shows Collections Preview: <br>
![TV Shows](TV.png)
Special thanks to the users and their configs that I drew inspiration from
"Hiren-Z, OhMyBahGosh, djnield, Glasti1, tuxpeople"
And also to the users of Reddit who have contributed to the cause!

@ -1,3 +1,17 @@
#################################################
# 4K TV Collections #
#################################################
##########################################
# User/Config Credits #
# Give Credit Where Credit is Due #
# JJJonesJr33 #
# djnield #
##########################################
##################
# Overlays #
##################
collections:
4K Overlay:
plex_search:

@ -1,6 +1,13 @@
######################################################
# TV Collections Studios #
######################################################
##############################################
# TV Collections #
##############################################
##########################################
# User/Config Credits #
# Give Credit Where Credit is Due #
# JJJonesJr33 #
# Hiren-Z, OhMyBahGosh #
##########################################
###########################
# Templates #

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 KiB

@ -1,6 +1,6 @@
#########################################################################
## Plex-Meta-Manager for JJJonesJr33 ##
#########################################################################
########################################################################
## Plex-Meta-Manager by JJJonesJr33 ##
########################################################################
## This file is a template remove the .template to use the file
@ -49,6 +49,11 @@ settings: # Can be individually specified per library as well
ignore_imdb_ids:
playlist_sync_to_user: all
verify_ssl: true
webhooks: # If you do not use webhooks remove this from the config
error: notifiarr
run_start: notifiarr
run_end: notifiarr
changes: notifiarr
plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://192.168.1.2:32400/
token: #####################
@ -64,6 +69,8 @@ tautulli: # Can be individually specified per library as well
apikey: #####################
omdb:
apikey: #####################
notifiarr: # If you do not use webhooks remove this from the config
apikey: #####################
anidb: # Not required for AniDB builders unless you want mature content
username:
password: ########

Loading…
Cancel
Save