diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 384c8f75..49eb45aa 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -3160,4 +3160,16 @@ a:hover .overlay-refresh-image:hover { } #changelog-modal ul { padding-left: 20px; +} +.google-play-badge { + display:inline-block; + height:45px; + margin-top: 10px; +} +.google-play-badge img { + border: 1px solid #3B3B3B; + border-radius: 6px; + box-sizing: border-box; + height: 45px; + vertical-align: middle; } \ No newline at end of file diff --git a/data/interfaces/default/images/en-play-badge.png b/data/interfaces/default/images/en-play-badge.png new file mode 100644 index 00000000..0c317c05 Binary files /dev/null and b/data/interfaces/default/images/en-play-badge.png differ diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index a9b37ddb..16d9fe8c 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -37,23 +37,24 @@
-
+
% if common.VERSION_NUMBER:

Version ${common.VERSION_NUMBER} Changelog

@@ -74,7 +75,7 @@
-
+

Updates

@@ -214,8 +215,7 @@

- -
+

Sections

@@ -380,7 +380,7 @@

-
+

Web Interface

@@ -474,7 +474,7 @@

-
+

Authentication

@@ -551,21 +551,11 @@

Current API key: ${config['api_key']}

-
- -
-
-
- -
-
-
-

-
+

Plex Media Server Version ${config['pms_version']}

@@ -666,7 +656,7 @@
-
+

Plex.tv Authentication

@@ -729,7 +719,7 @@

-
+
% if plexpy.INSTALL_TYPE == 'git':

Git Settings

@@ -842,7 +832,7 @@

-
+

Monitoring Settings

@@ -918,7 +908,7 @@

-
+

Global Notification Settings

@@ -1024,7 +1014,7 @@

-
+

Notification Agents

@@ -1038,7 +1028,32 @@
-
+
+ +
+

PlexPy Remote App

+
+
+ +

+ Get the PlexPy Remote app on Google PlayTM to access PlexPy from your Android device!
+ + Get it on Google Play + +

+
+
+ +

Link the app to your server by scanning a QR code.

+
+ +
+
+ The API must be enabled under Access Control to use the app. +
+
+ +
@@ -1986,20 +2001,21 @@