From 81c7187d7de06031ddad54155444c022e0c4e3ca Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Tue, 8 Mar 2022 08:55:32 -0500 Subject: [PATCH] [1] fix missing comma and README error --- README.md | 3 +-- VERSION | 2 +- docs/index.md | 1 - modules/builder.py | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b923350..71af3c1f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Discord](https://img.shields.io/discord/822460010649878528?label=Discord&style=plastic)](https://discord.gg/NfH6mGFuAB) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/meisnate12/plex-meta-manager?style=plastic)](https://hub.docker.com/r/meisnate12/plex-meta-manager) -[![Read the Docs](https://img.shields.io/readthedocs/plex-meta-manager-wiki?style=plastic)](https://metamanager.wiki) +[![Read the Docs](https://img.shields.io/readthedocs/plex-meta-manager?style=plastic)](https://metamanager.wiki) [![Sponsor or Donate](https://img.shields.io/badge/-Sponsor_or_Donate-blueviolet?style=plastic)](https://github.com/sponsors/meisnate12) Plex Meta Manager is an open source Python 3 project that has been designed to ease the creation and maintenance of metadata, collections, and playlists within a Plex Media Server. The script is designed to be run continuously and be able to update information based on sources outside your plex environment. Plex Meta Manager supports Movie/TV/Music libraries and Playlists. @@ -79,7 +79,6 @@ If you are unable to use the [Plex Meta Manager Discord Server](https://discord. ## Contributing * Pull Requests are greatly encouraged, please submit all Pull Requests to the nightly branch. -* If you wish to contribute to the Wiki please fork and send a pull request on the [Plex Meta Manager Wiki Repository](https://github.com/meisnate12/Plex-Meta-Manager-Wiki). ## IBRACORP Video Walkthrough diff --git a/VERSION b/VERSION index 15b989e3..8b3af311 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0 +1.16.0-develop1 diff --git a/docs/index.md b/docs/index.md index 6d819650..7aa72f09 100644 --- a/docs/index.md +++ b/docs/index.md @@ -134,7 +134,6 @@ If you are unable to use the [Plex Meta Manager Discord Server](https://discord. ## Contributing * Pull Requests are greatly encouraged, please submit all Pull Requests to the nightly branch. -* If you wish to contribute to the Wiki please fork and send a pull request on the [Plex Meta Manager Wiki Repository](https://github.com/meisnate12/Plex-Meta-Manager-Wiki). ## IBRACORP Video Walkthrough diff --git a/modules/builder.py b/modules/builder.py index 816516b5..73191a6c 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -97,7 +97,7 @@ ignored_details = [ "delete_not_scheduled", "tmdb_person", "build_collection", "collection_order", "collection_level", "validate_builders", "libraries", "sync_to_users", "collection_name", "playlist_name", "name", "blank_collection" ] -details = ["ignore_ids", "ignore_imdb_ids", "server_preroll", "changes_webhooks", "collection_mode", "limit", "url_theme", "file_theme" +details = ["ignore_ids", "ignore_imdb_ids", "server_preroll", "changes_webhooks", "collection_mode", "limit", "url_theme", "file_theme", "minimum_items", "label", "album_sorting", "cache_builders"] + boolean_details + scheduled_boolean + string_details collectionless_details = ["collection_order", "plex_collectionless", "label", "label_sync_mode", "test"] + \ poster_details + background_details + summary_details + string_details