Commit graph

65 commits

Author SHA1 Message Date
angelblue05
c76f19e42d Adjust for resume settings
With .55 the resume setting is set per library. Instead query server to see if the item is played to offer delete
2018-10-13 01:00:05 -05:00
angelblue05
bc07da703a Fix user settings
Due to api change in 3.6.0.55
2018-10-12 18:23:00 -05:00
angelblue05
1147a3b2bf Adjust playback
Allow direct play for http streams
2018-10-08 21:12:59 -05:00
angelblue05
2c4ce7e7a4 Fix audiobooks back to video type
Add shortcuts. Audiobook can't be music type otherwise it break resume behavior and it won't play the right item. Has to be video type.
2018-10-06 21:29:51 -05:00
angelblue05
8dad5bdd74 Fix delete on playback end 2018-09-09 18:51:57 -05:00
angelblue05
b86e5d1f2e Fix runtime error 2018-09-09 03:44:25 -05:00
angelblue05
24ab27bbe2 Add manual transcode option
Update queue playlist
2018-09-09 00:44:23 -05:00
angelblue05
7438603835 Player prop 2018-09-07 19:43:26 -05:00
angelblue05
df306e69d7 Fix resume/start from beginning
Also fix seek verification (kodi seek does not seem to trigger expected built-in functions)
2018-09-07 17:39:24 -05:00
angelblue05
77843c7f1d Fix report progress
And other issues
2018-09-06 17:28:51 -05:00
angelblue05
ce47644868 Remove old code 2018-09-06 14:41:02 -05:00
angelblue05
ace50b34dc New hybrid method 2018-09-06 03:36:32 -05:00
angelblue05
5502f4b0b3 Fix playcount
Remove duplicate api_key and MediaSourceId in stream transcode url
2018-07-09 17:37:23 -05:00
angelblue05
b1517c7632 Remove double player 2018-06-11 01:26:08 -05:00
angelblue05
90f3ae7b07 Fix playback report 2018-06-11 01:12:03 -05:00
angelblue05
db1767faa3 increase count for file detection 2018-05-12 22:57:37 -05:00
angelblue05
e50780bd37 Remove GA 2018-05-12 22:56:53 -05:00
angelblue05
68bf8655f3 fix playback report 2018-02-10 20:52:53 -06:00
angelblue05
9e8e383929 Stop transcode tweak
Make it happen before, just in case user wants to delete content.
2018-02-08 18:08:55 -06:00
angelblue05
2341854de8 Fix intros 2018-01-28 02:14:38 -06:00
angelblue05
3f111f554e Fix watched status issue
Caused by intros.
2018-01-28 01:36:54 -06:00
angelblue05
d493caf077 Fix encoding for log line 2018-01-25 03:19:10 -06:00
angelblue05
1798e6e01d Fix source selection for direct stream
And missing imports. Fix set_artwork.
2018-01-14 20:17:57 -06:00
angelblue05
e69b01e825 Fix clear playlist 2018-01-11 02:09:18 -06:00
angelblue05
42fac71033 Add logging 2018-01-10 16:44:19 -06:00
angelblue05
68f959580b Clear playlist if end is reached 2018-01-09 22:30:05 -06:00
angelblue05
e530575d91 Clear playlist if last item in list 2018-01-09 21:03:32 -06:00
angelblue05
9ac37a1c40
3.0.0 Revision Krypton
Update playback for Krytpon
Support Multi source
Add Force Transcode
Add a small listener for external players
Update dialog skin (thank you sualfred)
2018-01-07 20:13:11 -06:00
shaun
706f903299 do the action and on except set the default 2017-01-14 11:38:00 +11:00
sfaulds
b235046ea6 some items dont return any data for tracks 2017-01-11 12:12:10 +11:00
shaun
00edbf610b -retry start() on threads as slow systems can sometimes take a few seconds to release old threads
-check json parsing for errros and return
-if no runtime then use zero
2017-01-07 19:19:39 +11:00
shaun
0cf8f07daf refactor the downloadutils a little
move emby DB verify to the database class and run it for the first time an emby db con is created
refactor the play class playback started function a little
2016-11-13 10:39:14 +11:00
sfaulds
26a4d07246 only set progress if we could get the position 2016-11-10 11:49:38 +11:00
angelblue05
16df4d6404 New views.py
Combines maintainsViews from librarysync and videonodes and playlist
creation. Still need to move deletion from utils.
2016-11-05 13:36:46 -05:00
sfaulds
e34734931d add wrapper fun for logging errors 2016-11-02 15:11:04 +11:00
sfaulds
433b735880 add screen views for playback 2016-10-24 14:37:35 +11:00
sfaulds
ab33ef5848 add screen app size to GA
only ping GA if playing
dont send an app stopped message
2016-10-14 14:35:34 +11:00
sfaulds
d5d63263a9 add metric collection to play actions 2016-10-10 09:50:53 +11:00
angelblue05
634409c528 Fix trakt/delete conflict 2016-10-08 21:07:15 -05:00
angelblue05
d2b6eaabb3 Pylint (#65)
websocket, artwork, api, service_entry, downloadutils, contextmenu
2016-10-06 23:15:23 -05:00
marcelveldt
e4e05a143f WORK IN PROGRESS !!!
switch playback handling to playbackinfo method supported by server
2016-09-28 16:57:23 +02:00
angelblue05
b945459dfb Pylint (#59) 2016-09-08 22:13:25 -05:00
angelblue05
e941674e74 Pylint 2016-09-07 02:14:02 -05:00
angelblue05
3d31568518 Pylint + Fix initial setup for fresh installs 2016-09-04 22:33:34 -05:00
angelblue05
a331f7d43d Default to play from HTTP
Add download external subs option. With testing, we can determine if we
even need a second option or if it should be downloading by default as a
workaround to not being able to label external tracks when using url in
Kodi.
2016-08-30 00:22:54 -05:00
angelblue05
76dfa1286c Update logging
Use the logging module. Moved logging to it's own file.
2016-07-24 03:59:48 -05:00
angelblue05
d5baf0ceed Fix typo 2016-07-18 17:56:39 -05:00
angelblue05
02ab4abe51 Fix not saving watched status
If delete after watched was enabled.
2016-07-18 14:42:33 -05:00
angelblue05
5658801f72 Centralized logging 2016-06-17 22:03:28 -05:00
SpootDev
82bcec9819 type 2016-04-06 13:37:19 -05:00