From ecee50a5e445e9707505445d6327a8f7c4dd1c6f Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 3 Mar 2020 12:24:05 -0800 Subject: [PATCH] Add option to change library background art --- API.md | 1 + data/interfaces/default/edit_library.html | 15 +++- data/interfaces/default/home_stats.html | 70 ------------------ data/interfaces/default/index.html | 84 ++++++++++++++++++++++ data/interfaces/default/library.html | 4 +- data/interfaces/default/library_stats.html | 12 +++- plexpy/__init__.py | 12 +++- plexpy/datafactory.py | 10 ++- plexpy/libraries.py | 14 +++- plexpy/webserve.py | 3 + 10 files changed, 143 insertions(+), 82 deletions(-) diff --git a/API.md b/API.md index 09e471e0..0b113bd2 100644 --- a/API.md +++ b/API.md @@ -327,6 +327,7 @@ Required parameters: Optional parameters: custom_thumb (str): The URL for the custom library thumbnail + custom_art (str): The URL for the custom library background art keep_history (int): 0 or 1 Returns: diff --git a/data/interfaces/default/edit_library.html b/data/interfaces/default/edit_library.html index f8c3863a..8b36a332 100644 --- a/data/interfaces/default/edit_library.html +++ b/data/interfaces/default/edit_library.html @@ -40,13 +40,22 @@ DOCUMENTATION :: END