drzoidberg33
2f2069e0ad
Merge pull request #213 from Hellowlol/gdp
...
Good day plex!
2015-10-07 20:45:27 +02:00
drzoidberg33
be4e8985b7
Merge pull request #200 from Hellowlol/apistuff
...
initial api changes
2015-10-07 20:32:31 +02:00
John
3e344ce56c
fix typo
2015-10-04 20:38:37 +02:00
Brian Charbonneau
ca4e6cde3e
Fixed indent. Replaced tabs with spaces
2015-10-03 23:34:33 -07:00
Brian Charbonneau
1ad982f5b7
Removed newlines
2015-10-03 23:25:57 -07:00
Brian Charbonneau
280a5ae744
Added ability to set custom notification sound for Pushover
2015-10-03 22:05:27 -07:00
Hellowlol
b1e27d9bc2
If we fail to parse a response, log the uri
...
and the original response
2015-10-02 20:34:47 +02:00
Jonathan Wong
61865ace64
Add link to top level info page from library statistics
2015-09-29 23:34:03 -07:00
Jonathan Wong
5b88058133
Add top level info pages with history table
...
* Movies / TV Shows / Music
2015-09-29 23:23:03 -07:00
Jonathan Wong
2616e14c83
Add "player" to tables
...
* Also rename user platforms to user players
* Fix other platform vs. player ambiguities
2015-09-29 22:43:23 -07:00
John
9d925cce03
add getSync, fix named argument
2015-09-29 23:27:19 +02:00
John
ff8d9f9f4c
fix parsing of servers, remove unbound var
2015-09-29 23:16:34 +02:00
Tim
2346033871
v1.2.1
2015-09-29 22:31:17 +02:00
Tim
6103d14a6f
Fix for null paused_counter issue.
2015-09-29 22:27:39 +02:00
Tim
8fca6352cf
v1.2.0
2015-09-29 22:00:09 +02:00
Jonathan Wong
441572ea12
Fix "Mystery" platform in stats and activity
2015-09-29 10:11:11 -07:00
Jonathan Wong
dff493c8d9
Change to notify stopped only if less than watched percent
...
* Also fix paused notifications sending at the end of items (right
before stopping)
2015-09-29 09:24:23 -07:00
John
f7bffdc050
Add stuff to api
...
getLog finished
2015-09-28 23:07:45 +02:00
John
37df262b24
Good day plex!
2015-09-28 23:00:06 +02:00
Tim
40260c33af
Fix indent.
2015-09-28 14:53:53 +02:00
Tim
138390ff59
Don't allow concurrent db actions as they may cause sqlite lockups.
2015-09-28 14:52:00 +02:00
drzoidberg33
a5ef749bce
Merge pull request #211 from JonnyWong16/miscellaneous-fixes
...
Clean up settings styles
2015-09-28 12:07:34 +02:00
Tim
667c6fe3d1
Some more adjustments to the websocket failover retries.
...
Try to determine if a track was skipped and if so don't log it.
2015-09-28 11:58:20 +02:00
Jonathan Wong
59bb5139f7
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
2015-09-28 00:57:13 -07:00
Jonathan Wong
8b52548016
Fix delete mode to use list of child id's instead of loop
2015-09-27 22:43:42 -07:00
Jonathan Wong
200a85adcf
Move code from monitor to activity_processor
2015-09-27 14:43:08 -07:00
Jonathan Wong
0784b0a0db
Fix merge conflicts
2015-09-27 12:10:19 -07:00
Jonathan Wong
b84f214030
Align expand history icon
2015-09-27 12:06:59 -07:00
drzoidberg33
f15e3a47ea
Merge pull request #207 from JonnyWong16/update-metadata
...
Update rating key for missing items
2015-09-27 21:03:14 +02:00
Jonathan Wong
82b567f15f
Fix merge conflicts
2015-09-27 11:59:20 -07:00
Tim
6e2fa9a3b4
Fix plexWatch db importer.
...
Always return None on exception in http handler.
Increase websocket retry counts.
2015-09-27 20:48:10 +02:00
Jonathan Wong
22a4478a06
Format code and disable button once clicked
2015-09-27 10:55:40 -07:00
Jonathan Wong
7327be1ff8
Pass audio_decision to history tables
2015-09-27 10:26:35 -07:00
Jonathan Wong
45a385f36e
Always match child (episode or track) by index
2015-09-27 00:06:30 -07:00
Jonathan Wong
5aa7192e90
Fix incorrect order of arguments
2015-09-27 00:06:00 -07:00
Jonathan Wong
c7d51b90c6
Update grandparent/parent/child rating keys
...
* Updates all rating keys for show/season/episode or artist/album/track
2015-09-26 02:45:53 -07:00
Jonathan Wong
339361d15c
Add global search feature
2015-09-25 11:38:55 -07:00
Jonathan Wong
2b9817319a
Fix season search results
2015-09-25 11:38:41 -07:00
Jonathan Wong
1c3a3876e3
Update styles for confirm modal box
2015-09-25 00:26:54 -07:00
Jonathan Wong
1f2efedf7f
Fix search URL encoding
2015-09-24 23:41:48 -07:00
Jonathan Wong
91446d01a7
Filter season search by season index
2015-09-24 23:41:15 -07:00
Jonathan Wong
e6556eaf27
Add function to update rating keys
2015-09-24 22:11:56 -07:00
Jonathan Wong
28d05ba9fe
Add seasons to search query
2015-09-24 22:09:14 -07:00
Jonathan Wong
25249e7538
Display search results if metadata not found
2015-09-24 19:33:44 -07:00
Jonathan Wong
d36de5a535
Add search functions
2015-09-24 18:42:56 -07:00
Tim
6f6541fdb8
Start the scheduler after first run wizard.
2015-09-23 22:57:35 +02:00
Tim
89a03fb263
Fix the real reason we were getting double start notifications.
2015-09-23 19:40:22 +02:00
drzoidberg33
b9e900f540
Merge pull request #202 from drzoidberg33/websocket-testing
...
Some activity event fixes.
2015-09-23 19:25:03 +02:00
Tim
ed6ff9c10c
Don't fire off session start until the item is playing (fixes double start notifications).
...
Don't try to write a temp session if we don't have any data.
2015-09-23 19:23:17 +02:00
drzoidberg33
302ca85dd3
Merge pull request #199 from drzoidberg33/websocket-testing
...
Initial Websocket code
2015-09-23 00:44:51 +02:00