Commit Graph

1475 Commits

Author SHA1 Message Date
Peter Kums cb2a38addc Start day of the week changeable
Option in general settings to change the start day of the week to Monday (instead of the default of Sunday). This is only relevant for the Graph : Play by day of week.

Feathub issue : http://feathub.com/JonnyWong16/plexpy/+15
2017-02-27 19:38:12 +01:00
JonnyWong16 3742f33d08 v1.4.16 v1.4.16 2016-11-25 18:47:22 -08:00
JonnyWong16 82ac33dd75 Fix websocket for new json response on PMS 1.3.0 2016-11-25 18:42:23 -08:00
JonnyWong16 8c7c0101cd Dynamically update stream and transcoder tooltip percent 2016-11-14 21:10:48 -08:00
JonnyWong16 4d6179dfdd Fix typo 2016-11-14 20:49:01 -08:00
JonnyWong16 ef85fba2e5 v1.4.15 v1.4.15 2016-11-11 13:08:13 -08:00
JonnyWong16 960b601384 Remove error cmd from API 2016-11-11 12:59:35 -08:00
JonnyWong16 21d9091b43 Merge pull request #898 from Hellowlol/ap_fix
fix result type, fixup responses from the ui to api
2016-11-11 12:48:18 -08:00
Hellowlol e881c32797 Update md add exception traceback to the browser 2016-11-05 22:24:37 +01:00
JonnyWong16 57f1af05f5 Redirect to proper HTTP root on state change 2016-11-05 12:13:53 -07:00
JonnyWong16 254f41a2cc Fix line breaks in info page summaries 2016-11-05 11:50:41 -07:00
JonnyWong16 59ce3404c9 Fix Plex.tv authentication with special characters 2016-11-05 11:48:53 -07:00
Hellowlol 11c7342299 fix result type, fixup responses from the ui to api
todo unify json responses from webserve.py
2016-11-04 00:52:01 +01:00
JonnyWong16 8b0959aa69 Fix API SQL command 2016-10-28 20:35:39 -07:00
JonnyWong16 9cd8ed12b9 Add percent to stream and transcoder progress tooltip 2016-10-28 20:34:54 -07:00
JonnyWong16 78b10d7ab5 Use HTTPS for app.plex.tv 2016-10-21 22:45:17 -07:00
JonnyWong16 a322ec2b23 Allow refreshing images if not using sessions 2016-10-16 13:08:36 -07:00
JonnyWong16 1f23654735 Merge pull request #870 from XusBadia/patch-2
Incremented table width to 100%
2016-10-13 21:52:49 -07:00
Xus Badia e1112b95c7 Changed max-width to accommodate wider displays 2016-10-14 06:11:50 +02:00
JonnyWong16 4e043109bf Temporary fix for info pages with missing metadata
* Will be fixed properly in v2
2016-10-13 20:42:11 -07:00
Xus Badia 58e670443d Incremented table width to 100%
Table width (header and body/back) incremented to 100% but adding max-width so it isn't too wide in wide-screen monitors.
2016-10-13 11:56:02 +02:00
JonnyWong16 86a9230da8 v1.4.14 v1.4.14 2016-10-12 21:06:34 -07:00
JonnyWong16 86f84766c1 Allow disable script timeout 2016-10-12 21:00:52 -07:00
JonnyWong16 fdc7078e5c API key readonly instead of disabled 2016-10-12 20:55:32 -07:00
JonnyWong16 c649ebfcc0 Fix typo under Flush Temporary Sessions 2016-10-10 22:47:41 -07:00
JonnyWong16 6aa0d4cd0b Check for metadata before attempting to write session history 2016-10-10 22:46:48 -07:00
JonnyWong16 1a2e205c1f v1.4.13 v1.4.13 2016-10-08 23:42:18 -07:00
JonnyWong16 5dd04cb8ab Temporarily set stopped time when connection is lost 2016-10-08 22:56:43 -07:00
JonnyWong16 62d05e5e08 Add supplementary URL option to Pushover 2016-10-08 22:45:16 -07:00
JonnyWong16 1c087ec856 Add backup days option 2016-10-08 22:29:30 -07:00
JonnyWong16 010c12da67 Use human file size in table 2016-10-03 21:36:02 -07:00
JonnyWong16 9bdac38561 Merge pull request #859 from logaritmisk/human-file-size
Human file size for media info table
2016-10-03 21:30:26 -07:00
logaritmisk 790ca9c90a Human file size for media info table. 2016-10-03 22:27:21 +02:00
JonnyWong16 58f72d2d9c Merge pull request #856 from Hellowlol/imgfix
fix for image proxy for api.
2016-10-02 12:09:33 -07:00
Hellowlol 285e6513ed fix for image proxy for api. 2016-10-02 20:38:51 +02:00
JonnyWong16 412bc8cf2d Move watched percent to General settings 2016-09-30 19:38:20 -07:00
JonnyWong16 45cd8b8a00 Cleanup kill script 2016-09-30 00:35:31 -07:00
JonnyWong16 ae2227959e Fix 0b10e68 2016-09-29 23:35:33 -07:00
JonnyWong16 b50c92f919 Rename get_log 2016-09-29 23:31:33 -07:00
JonnyWong16 93a1d9c164 Run script in a new thread with timeout
* Also fixes script output not sent to logger
2016-09-29 23:31:15 -07:00
JonnyWong16 0b10e68c60 Force refresh Plex.tv token in settings
* Removes the old PlexPy device and fetches a new token
2016-09-29 21:21:07 -07:00
JonnyWong16 73ac4076ac Disable manual changing of API key 2016-09-29 18:51:35 -07:00
JonnyWong16 5968b82a0b Add pms_image_proxy to api 2016-09-27 22:20:10 -07:00
JonnyWong16 ce1d2a0fd9 Fix success message show incorrectly when sending test notification
* Due to saving the settings before sending the notification
2016-09-27 21:48:09 -07:00
JonnyWong16 de3f813b46 Add flush temporary sessions button in settings 2016-09-27 21:47:12 -07:00
JonnyWong16 4797b1a3b7 Add new librarys to homepage automatically 2016-09-26 22:20:44 -07:00
JonnyWong16 3e996d284d Disable posters by default for all notification agents 2016-09-25 22:05:02 -07:00
JonnyWong16 420c5a0836 Fix Browser config section 2016-09-25 22:04:25 -07:00
JonnyWong16 c6b953055a Fix admin username not shown in login logs 2016-09-24 19:37:09 -07:00
JonnyWong16 1cd0c112a6 Fix PlexPy log level filter 2016-09-24 19:29:26 -07:00