diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index f7936e13..a1c1e613 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -1170,6 +1170,34 @@ a .season-episodes-card-overlay:hover { left: 8px; bottom: 5px; } +.settings-alert { + float: left; + padding: 0; + margin: 5px 0; + border: 0; + position: relative; +} +.settings-alert ul { + padding: 0; +} +.settings-alert ul li { + list-style: none; + padding: 5px 12px 5px 35px; + margin: 0; + border: 1px solid #ebccd1; + border-radius: 4px; +} +.settings-alert ul li:before { + content: "\f071"; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + font-size: 18px; + position: absolute; + top: 5px; + left: 12px; +} .user-info-wrapper { height: 113px; } diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 3145c4ae..ae06cbb8 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -91,8 +91,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

Specify the number of days for the statistics on the home page. Default is 30 days.

@@ -122,8 +123,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

Port to bind web server to. Note that ports below 1024 may require root.

@@ -223,8 +225,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

Port that Plex Media Server is listening on.

@@ -286,8 +289,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

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

@@ -328,8 +332,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

The interval (in seconds) PlexPy will ping your Plex Server. Min 30 seconds, Recommended 60 seconds.

@@ -344,11 +349,12 @@ available_notification_agents = notifiers.available_notification_agents()

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

- +
- +
+

The interval (in seconds) PlexPy will wait for a video item to be active before logging it. 0 to disable.

@@ -380,8 +386,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

How many buffer events should we wait before triggering the first warning. Buffer events increment on each monitor ping if play state is buffering. 0 to disable buffer warnings.

@@ -389,8 +396,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

The value (in seconds) PlexPy should wait before triggering the next buffer warning. 0 to always trigger.

@@ -421,8 +429,9 @@ available_notification_agents = notifiers.available_notification_agents()
- +
+

Set the progress percentage of when a watched notification should be triggered. Minimum 50, Maximum 95.