From b9bbf8bbca7b9d4b0bea952aa7ced9e5e6c710e3 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 15 Jul 2016 22:51:11 -0700 Subject: [PATCH] Option to specify backup interval --- data/interfaces/default/settings.html | 18 ++++++++++++++++-- plexpy/__init__.py | 14 +++++++++----- plexpy/config.py | 1 + plexpy/webserve.py | 1 + 4 files changed, 27 insertions(+), 7 deletions(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index b0d2cb12..15798dad 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -124,6 +124,20 @@

Group successive play history by the same user as a single entry in the tables and watch statistics.

+
+

Backup

+
+
+ +
+
+ +
+ +
+

The interval (in hours) PlexPy will backup the database and configuration file. Minimum 1, maximum 24, default 6.

+
+

Directories

@@ -640,7 +654,7 @@ -

The interval (in hours) PlexPy will request an updated friends list from Plex.tv. 1 minimum, 24 maximum.

+

The interval (in hours) PlexPy will request an updated friends list from Plex.tv. Minimum 1, maximum 24, default 12.

-

The interval (in hours) PlexPy will request an updated libraries list from your Plex Media Server. 1 minimum, 24 maximum.

+

The interval (in hours) PlexPy will request an updated libraries list from your Plex Media Server. Minimum 1, maximum 24, default 12.