Commit graph

2466 commits

Author SHA1 Message Date
tomkat83
718adc31e0 Version bump 2016-10-31 20:29:16 +01:00
tomkat83
02e8e3bf5c Fix not updating new user settings 2016-10-31 19:42:52 +01:00
tomkat83
5508246a43 Version bump 2016-10-29 17:03:50 +02:00
tomkat83
e21c04e580 Fix smb credentials password not being url-encoded 2016-10-29 16:47:48 +02:00
tomkat83
46b5cc2209 New setting: Display message if PMS goes offline
- Fixes #92, finally
2016-10-29 16:29:32 +02:00
tomkat83
7e58fae9a2 Code optimization 2016-10-29 15:23:48 +02:00
tomkat83
3b80cd3e91 Version bump 2016-10-26 21:38:32 +02:00
tomkat83
50860573fa Fix Plex trailers not being synced
- Fixes #129
2016-10-26 21:34:58 +02:00
tomkat83
0bb4a26c33 Fix for missing Plex item bitDepth
- Fixes #130
2016-10-26 21:14:58 +02:00
tomkat83
3d209c3a6e Deactivate some contextmenu options yet missing 2016-10-26 21:11:19 +02:00
tomkat83
30adb5bd27 Optimize code 2016-10-26 21:06:16 +02:00
tomkat83
14d279aa4c Fix episode filename & path not being updated 2016-10-26 21:04:46 +02:00
tomkat83
c35ba0edef Fix TV show paths not updating 2016-10-26 20:53:20 +02:00
tomkat83
a96a20d37d Merge commit '2c6f7512997c0a4cd918ae5295187b30cac87018' into develop 2016-10-26 20:40:26 +02:00
tomkat83
20434bc5b0 Remove obsolete import 2016-10-26 20:34:20 +02:00
tomkat83
7b0ec13297 Fix really ugly bug
- artwork queue was initiated and stuck in endless loop
2016-10-26 20:33:13 +02:00
tomkat83
5bf74f8bbb Fix Plex user switch not working 2016-10-25 19:41:26 +02:00
Piotr Smolinski
2c6f751299 Propagated the pathid/fileid change
I moved the pathid/fileid resolution outside of create/update section
that it is shared by both flows. Then I added the idFile change to the
UPDATE statement and replaced emby_db.updateReference with
emby_db.createReference. The latter one is UPSERT type update, therefore
also safe here.
2016-10-24 23:37:29 +02:00
Piotr Smolinski
0b1266d8d8 Merge remote-tracking branch 'refs/remotes/croneter/master' 2016-10-23 22:42:16 +02:00
tomkat83
9869131464 Don't show delet context menu if now allowed by PMS 2016-10-23 19:38:21 +02:00
tomkat83
f595455776 Fill in some missing subsetting flags 2016-10-23 17:27:22 +02:00
tomkat83
6ef35fdf83 Rearrange settings 2016-10-23 17:22:39 +02:00
tomkat83
20f1c33fc6 Fix wrong settings string 2016-10-23 17:17:43 +02:00
tomkat83
a0b8a9fa93 Monitor Kodi setting changes more closely 2016-10-23 17:10:34 +02:00
tomkat83
2557260002 Remove deleted PMS items immediately 2016-10-23 16:55:28 +02:00
tomkat83
18e6135afd Process background sync every 5 seconds 2016-10-23 16:48:59 +02:00
tomkat83
0b2ccde834 Message if PMS item could not be deleted 2016-10-23 16:37:26 +02:00
tomkat83
45a9f8081b Less logging 2016-10-23 16:15:57 +02:00
tomkat83
e2776261c3 Initial Kodi context menu commit 2016-10-22 17:15:10 +02:00
tomkat83
38115fb5a9 Version bump 2016-10-20 18:55:54 +02:00
tomkat83
b05fe88c07 Version bump 2016-10-18 20:50:46 +02:00
tomkat83
5ac807760b Fix movie year for Krypton (reset your Kodi DB!)
- Fixes #79
2016-10-18 20:47:45 +02:00
tomkat83
d71f6e8887 Remove obsolete lock 2016-10-18 20:32:16 +02:00
tomkat83
ec7d4efc80 Remove obsolete import 2016-10-18 20:01:41 +02:00
tomkat83
1bae637830 Adjust download threads to 1 for low powered devices 2016-10-18 19:49:11 +02:00
tomkat83
23384c5d9e Fix art not caching efficiently 2016-10-17 23:15:05 +02:00
tomkat83
a2e2d2f5f8 Revert "Log art caching"
This reverts commit 2b363b7a30.
2016-10-17 22:55:32 +02:00
tomkat83
2b363b7a30 Log art caching 2016-10-17 22:50:36 +02:00
tomkat83
1a4660571b Only start downloading art AFTER sync completed
- Will speed up sync
2016-10-17 22:48:01 +02:00
tomkat83
cd65a93989 Fix Kodi crashing on low powered devices
- Fixes #126
2016-10-17 22:34:15 +02:00
tomkat83
e001be5840 Move and increase setting sleep btw art downloads 2016-10-17 21:54:01 +02:00
tomkat83
4274942d49 Revert "Don't set-up clips/trailers like other videos"
This reverts commit e4d736a670.
2016-10-16 16:44:41 +02:00
tomkat83
71954a009e Add warning to readme 2016-10-16 14:23:40 +02:00
tomkat83
3918384bd5 Add warning to addon description 2016-10-16 13:58:59 +02:00
tomkat83
8179d09424 Update changelog 2016-10-13 17:01:01 +02:00
tomkat83
a9f0301020 Version bump 2016-10-13 16:54:06 +02:00
tomkat83
8099f99337 Remove size limitation on sync queue 2016-10-13 16:04:04 +02:00
tomkat83
c747e915b1 Fix TypeError if no extras available
- Fixes #123
2016-10-13 11:27:31 +02:00
tomkat83
83f05037b8 Version bump 2016-10-11 19:13:42 +02:00
tomkat83
5437f1a355 Ommit Plex DVR status messages
- Hopefully fixes #110
2016-10-11 18:52:59 +02:00