From 59bb5139f779fe826e53edec491023a7c887b6cc Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Mon, 28 Sep 2015 00:57:13 -0700 Subject: [PATCH] Clean up settings styles * Capitalization of titles for consistency * Change notification agents settings text for consistency * Fix notification agents config modal column width for line breaks --- .../default/notification_config.html | 22 ++++++--- data/interfaces/default/settings.html | 28 +++++------ plexpy/notifiers.py | 48 +++++++++---------- 3 files changed, 51 insertions(+), 47 deletions(-) diff --git a/data/interfaces/default/notification_config.html b/data/interfaces/default/notification_config.html index 8e685d89..837f907c 100644 --- a/data/interfaces/default/notification_config.html +++ b/data/interfaces/default/notification_config.html @@ -12,22 +12,30 @@ from plexpy import helpers
-
+
% for item in data: % if item['input_type'] == 'text' or item['input_type'] == 'number' or item['input_type'] == 'password':
- - % if item['name'] == 'osx_notify_app': - Register - % endif +
+
+ + % if item['name'] == 'osx_notify_app': + Register + % endif +
+

${item['description']}

% elif item['input_type'] == 'button':
- +
+
+ +
+
+

${item['description']}

-

${item['description']}

% elif item['input_type'] == 'checkbox':
-
+
-
+
@@ -133,7 +133,7 @@ available_notification_agents = notifiers.available_notification_agents()

Use play duration instead of play count to generate statistics.

@@ -339,7 +339,7 @@ available_notification_agents = notifiers.available_notification_agents()

Friends List

- +
@@ -350,7 +350,7 @@ available_notification_agents = notifiers.available_notification_agents()

Refresh the user list when PlexPy starts.

@@ -364,7 +364,7 @@ available_notification_agents = notifiers.available_notification_agents()

If you have media indexing enabled on your server, use these on the activity pane.

@@ -407,6 +407,12 @@ available_notification_agents = notifiers.available_notification_agents()

Keep records of all video items played from your Plex Media Server.

+
+ +

Keep records of all audio items played from your Plex Media Server. VERY experimental.

+
@@ -417,16 +423,6 @@ available_notification_agents = notifiers.available_notification_agents()

The interval (in seconds) an item must be in a playing state before logging it. 0 to disable.

-
- -

Keep records of all audio items played from your Plex Media Server. VERY experimental.

-
- -
-

IP Logging

-