From dc66e71a1390ea63255b4d7c5244ac677d3a18dc Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Sun, 21 Feb 2021 16:17:01 -0500 Subject: [PATCH] v1.2.0 --- README.md | 4 ++-- config/Movies.yml.template | 2 ++ config/config.yml.template | 2 ++ plex_meta_manager.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd6930a5..cc13ce66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Plex Meta Manager -#### Version 1.1.0 +#### Version 1.2.0 The original concept for Plex Meta Manager is [Plex Auto Collections](https://github.com/mza921/Plex-Auto-Collections), but this is rewritten from the ground up to be able to include a scheduler, metadata edits, multiple libraries, and logging. Plex Meta Manager is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki. Some collection examples that the script can automatically build and update daily include Plex Based Searches like actor, genre, or studio collections or Collections based on TMDb, IMDb, Trakt, TVDb, AniDB, or MyAnimeList lists and various other services. @@ -18,5 +18,5 @@ The script is designed to work with most Metadata agents including the new Plex * If you're getting an Error or have an Enhancement post in the [Issues](https://github.com/meisnate12/Plex-Meta-Manager/issues) * If you have a configuration question visit the [Discussions](https://github.com/meisnate12/Plex-Meta-Manager/discussions) * To see user submitted Metadata configuration files and you could even add your own go to the [Plex Meta Manager Configs](https://github.com/meisnate12/Plex-Meta-Manager-Configs) -* Pull Request are welcome +* Pull Request are welcome but please submit them to the develop branch * [Buy Me a Pizza](https://www.buymeacoffee.com/meisnate12) diff --git a/config/Movies.yml.template b/config/Movies.yml.template index ef6a80cf..d33113a4 100644 --- a/config/Movies.yml.template +++ b/config/Movies.yml.template @@ -1,3 +1,5 @@ +## This file is a template remove the .template to use the file + templates: Chart Alpha: sort_title: ++++_<><> diff --git a/config/config.yml.template b/config/config.yml.template index f8b4314a..ab29f74a 100644 --- a/config/config.yml.template +++ b/config/config.yml.template @@ -1,3 +1,5 @@ +## This file is a template remove the .template to use the file + libraries: Movies: library_type: movie diff --git a/plex_meta_manager.py b/plex_meta_manager.py index c613a997..e5c9df96 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -59,7 +59,7 @@ logger.info(util.get_centered_text("| |_) | |/ _ \ \/ / | |\/| |/ _ \ __/ _` | | logger.info(util.get_centered_text("| __/| | __/> < | | | | __/ || (_| | | | | | (_| | | | | (_| | (_| | __/ | ")) logger.info(util.get_centered_text("|_| |_|\___/_/\_\ |_| |_|\___|\__\__,_| |_| |_|\__,_|_| |_|\__,_|\__, |\___|_| ")) logger.info(util.get_centered_text(" |___/ ")) -logger.info(util.get_centered_text(" Version: 1.1.0 ")) +logger.info(util.get_centered_text(" Version: 1.2.0 ")) util.seperator() if args.tests: