angelblue05
345090e933
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2016-07-25 17:40:04 -05:00
angelblue05
541afbb989
2.2.18 ( #51 )
...
Fix logging error (#51 )
2016-07-25 17:36:43 -05:00
angelblue05
ea5ac3748a
Log exception before dialog
...
Using logging module, it won't prevent the dialog from displaying.
2016-07-25 03:08:45 -05:00
angelblue05
e197208d3e
2.2.17 ( #50 )
...
* Add temporary setting to disable external subs for direct stream
* Fix crash when sleeping/waking up device
* Use the logging module. Moved logging to it's own file.
* Version bump 2.2.17
* Update README.md
2016-07-24 22:39:40 -05:00
angelblue05
5895831ba8
Clean up logging
...
Moved incremental log line to display only if there's actual items to
process.
2016-07-24 18:46:24 -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
tomkat83
ee802428f9
PKC player does not need another player instance
2016-07-23 18:16:44 +02:00
tomkat83
eff7d7b68b
Use 1 PKC xbmc.player instance
2016-07-23 18:06:47 +02:00
tomkat83
d6c14d0aa4
Instantiate xbmc player only once for playlist
2016-07-23 17:38:45 +02:00
tomkat83
e712b6309e
Fix companion playback not starting from playlist
2016-07-23 17:32:57 +02:00
angelblue05
380fcdfc35
Fix unicode error
2016-07-22 18:34:26 -05:00
angelblue05
793bd66554
Fix crash when sleeping/waking up device
2016-07-22 17:10:35 -05:00
angelblue05
e97a3a616d
Add temporary setting to disable external subs
...
For direct stream
2016-07-22 11:54:53 -05:00
tomkat83
3407d47f9c
Reduce boilerplate
2016-07-22 16:55:57 +02:00
tomkat83
bc7be04fc2
Reduce boilerplate
2016-07-22 16:51:44 +02:00
tomkat83
603e4e7867
Let wrapper return
2016-07-22 16:48:48 +02:00
tomkat83
898f2e6379
Decorator CatchExceptions
2016-07-22 16:41:02 +02:00
tomkat83
5eac547633
Call xbmc __init__ methods
2016-07-22 15:54:03 +02:00
tomkat83
16dbc726f1
Improve logging
2016-07-22 15:42:37 +02:00
tomkat83
ab47ac958a
Don't try too long to get window value
2016-07-22 15:33:27 +02:00
tomkat83
dd1f50efe6
Improve logging
2016-07-22 15:17:38 +02:00
tomkat83
a26526c146
Move Companion processing to companion thread
2016-07-22 15:04:42 +02:00
tomkat83
8a58c885e9
Redesign playlists
2016-07-20 18:36:31 +02:00
tomkat83
5d79bcf1c2
Prettify
2016-07-20 09:00:47 +02:00
tomkat83
1dc576965a
Import traceback only on exception
2016-07-20 08:24:36 +02:00
tomkat83
92cf5bd517
Prettify
2016-07-20 08:23:25 +02:00
tomkat83
9496785f5d
Fix AttributeError with Plex Companion MyHandler
2016-07-20 07:59:53 +02:00
tomkat83
ed8bf235c7
Remove logging
2016-07-19 18:30:11 +02:00
tomkat83
1f9ac4f133
Plex Companion: Compile regex only once
2016-07-19 18:23:52 +02:00
tomkat83
dec4b077d5
Code cleanup
2016-07-19 18:22:34 +02:00
tomkat83
d8a7218625
Beautify code
2016-07-19 15:08:28 +02:00
angelblue05
f89d5c96f6
Transform database locked into a settings
...
Temporary settings, because it slows down the process since it's
auto-committing. Not everyone has database locked crashes. Permanent fix
is being worked on in the database branch.
2016-07-19 02:08:35 -05:00
angelblue05
d5baf0ceed
Fix typo
2016-07-18 17:56:39 -05:00
angelblue05
cfb94b7bd0
Temp fix for database being locked
2016-07-18 15:47:42 -05:00
angelblue05
02ab4abe51
Fix not saving watched status
...
If delete after watched was enabled.
2016-07-18 14:42:33 -05:00
angelblue05
77b99210c1
Add error mode to logging
2016-07-17 18:27:54 -05:00
tomkat83
8a2fdec248
Don't let PMS crash: download one item at a time
...
- PMS can currently not handle concurrent connections asking for
metadata (several PKC threads)
- Might also fix #75
2016-07-17 13:57:50 +02:00
angelblue05
da7685b03f
Try to fix import strptime bug
...
Clean up of downloadutils and utils.
2016-07-16 10:02:50 -05:00
angelblue05
06d71cf00d
Fix typo
2016-07-15 19:17:32 -05:00
angelblue05
8b83ae8a00
Clean up downloadUtils
2016-07-15 19:02:30 -05:00
angelblue05
213f42f4a5
Update downloadUtils requests
...
Code reduction, fix connections not being released.
2016-07-15 18:01:59 -05:00
tomkat83
dbd5acf714
Fix TypeError for playlists
...
- Fixes #74
2016-07-15 19:11:17 +02:00
tomkat83
dd70a79423
Fix PKC not releasing connections to the PMS. Should fix memory, connection and PMS issues. Fixes #75 , fixes #64
2016-07-15 19:01:06 +02:00
tomkat83
1eb90cc5e6
Hotfix: Fix ValueError for playing certain files
2016-07-13 07:24:35 +02:00
tomkat83
f0400f0119
Dont let PMS force scan the media
...
- Guess the 'checkFiles=1' parameter for requesting a PMS item's
metadata forced a scan
- Maybe also fixes #73
2016-07-12 21:36:30 +02:00
tomkat83
3e84f34acc
Higher connection timeout
...
- Fixes #73
2016-07-12 21:30:39 +02:00
tomkat83
04e31986b5
Force pick first media stream for direct path sync
...
- Otherwise user would need to choose media stream for every item with
several streams - cumbersome for large libraries with many such items
2016-07-12 20:27:59 +02:00
tomkat83
a0b1adbf70
Enable stream/media selection for direct play
2016-07-12 20:16:45 +02:00
tomkat83
ba191eafc7
Improve code stability
...
- NEVER use e.g. {} or [] as standard function arguments
2016-07-12 20:03:10 +02:00
tomkat83
90e67931ff
Improve detection of need to transcode
...
- Fixes #70
2016-07-12 19:57:04 +02:00
tomkat83
c0a39c5289
Code cleanup
2016-07-12 19:14:46 +02:00
angelblue05
15ac7fd0ca
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2016-07-04 14:22:24 -05:00
shaun
8f0343de2e
dont auto fall back to http streaming if not selected
...
Dont fall back to http streaming if direct file playback is expected.
2016-07-04 20:34:58 +10:00
angelblue05
0fee1975d4
Clean up dialog
2016-07-03 22:45:20 -05:00
angelblue05
272a955d4d
Remove useless control in dialog
2016-07-03 22:26:10 -05:00
angelblue05
efdafa2831
Remove unused import
2016-07-03 22:25:09 -05:00
angelblue05
b8ca6d3119
Emby connect - login dialog
2016-07-03 22:24:39 -05:00
angelblue05
5aca32c341
Prep for emby connect
...
xml, image, qrcode
2016-07-03 04:32:06 -05:00
angelblue05
6c8a95fabb
Fix errors
2016-07-02 23:41:42 -05:00
angelblue05
af85505a99
Translation spanish
2016-07-02 23:40:55 -05:00
shaun
a911249840
sync progress changes
...
add (if item count greater) for sync progress dialog
always show progress for full sync
2016-07-03 13:26:11 +10:00
kravone
df2600f579
Revert "Faster XML processing and lower memory"
2016-06-29 21:15:26 +02:00
SpootDev
9a5bd10d40
celementtree
2016-06-28 18:28:01 -05:00
angelblue05
9a98e2995e
Remove profiling
2016-06-28 17:24:36 -05:00
angelblue05
c0f0a1978f
Preparation for centralized queries
...
To handle exceptions, etc.
2016-06-28 17:24:12 -05:00
angelblue05
16ea2e35c3
Translation - Russian,Swedish
2016-06-28 13:03:12 -05:00
angelblue05
237cb26dc8
Translation - Dutch
2016-06-28 12:45:54 -05:00
angelblue05
269205fe97
Remove profiling
2016-06-28 01:09:36 -05:00
angelblue05
6837144ba7
Revert changes - static=true
2016-06-27 23:55:14 -05:00
tomkat83
8d9ac66cd7
Preparation for companion playlist skipping
...
- Unicode issues from JSON responses
2016-06-26 18:22:26 +02:00
tomkat83
fd1a44f15f
Plex Companion: fix skipping forward and backward
...
- Fixes #45
2016-06-26 17:06:00 +02:00
tomkat83
40529938ca
Cleanup playlist.py
2016-06-26 16:10:32 +02:00
tomkat83
3fb6443b2b
Let user always play trailer in highest quality
2016-06-26 12:32:19 +02:00
tomkat83
c8311e465a
Fix PKC playstate updates for widgets on Krypton
...
- Fixes #67
2016-06-26 11:53:26 +02:00
tomkat83
aa60baeb97
Let the user pick between several streams
...
- And don't just pick the first one
2016-06-25 17:21:47 +02:00
tomkat83
cfbc7f770c
Use playing item filename and path to find ID
...
- Fixes #67
- Everything else doesn 't work
2016-06-25 16:02:40 +02:00
tomkat83
be63414893
Be smarter when trying to tell what Kodi plays
...
- Fixes #67
2016-06-25 12:25:01 +02:00
tomkat83
e70ce89c34
Fix matching by filename
2016-06-25 11:27:38 +02:00
tomkat83
5210e7c442
Be smarter when trying to tell what Kodi plays
...
- Fixes #67
- Episodes may still throw a -1 for the id - useless!
2016-06-24 21:28:30 +02:00
angelblue05
a84ba22908
Fix for music
2016-06-23 19:52:54 -05:00
angelblue05
2794789f05
Fix for channel not changing
...
To be reviewed.
2016-06-23 18:50:34 -05:00
angelblue05
da8bf3670d
Fix conflicting import
2016-06-22 14:29:53 -05:00
angelblue05
b2d3b702d1
Revert incorrect modification
...
Only use is for None, nothing else. "is" is not "=="
2016-06-22 14:05:53 -05:00
angelblue05
03a1557eaf
Fix typo
2016-06-21 15:26:42 -05:00
angelblue05
8423342371
Fix active listing
2016-06-20 21:23:36 -05:00
angelblue05
cb18f17dbe
Fix typo
2016-06-20 21:21:24 -05:00
angelblue05
3e1aa94c78
Strings - translation
2016-06-20 20:57:29 -05:00
angelblue05
924c3a4a05
Fix arguments
2016-06-20 14:04:10 -05:00
angelblue05
48fbce2211
Fix typo
2016-06-20 13:59:55 -05:00
angelblue05
49157bbbea
Fix logging typo
2016-06-20 13:58:17 -05:00
angelblue05
f47ead1ddc
Fix logging
2016-06-19 23:09:07 -05:00
angelblue05
0efc37f646
String & remove like/dislike
...
To review: music rating since server does not have like/dislike anymore
2016-06-19 20:32:09 -05:00
angelblue05
313899c8e7
Fix typo
2016-06-19 20:17:10 -05:00
angelblue05
3c60eddf55
Add refresh item to context menu
2016-06-19 19:24:42 -05:00
angelblue05
a42ecfdbc2
Merge pull request #41 from delphiactual/patch-1
...
Fixed: Typo in strings.xml
2016-06-19 17:29:03 -05:00
angelblue05
f90349d6a8
Fix typo
2016-06-19 17:23:46 -05:00
delphiactual
ad6e0bb7da
Fixed: Typo in strings.xml
2016-06-19 15:47:59 -06:00
angelblue05
a8fd73740c
Strings
2016-06-19 16:24:34 -05:00
angelblue05
aa3a6fa17f
Centralize logging
2016-06-19 13:30:54 -05:00
tomkat83
4ebde83896
Fix Watch Later TypeError
2016-06-19 18:53:45 +02:00