croneter
|
55a64d56b1
|
Add resiliance when adding items to Plex playqueue
|
2018-02-15 08:09:57 +01:00 |
|
croneter
|
5068327408
|
Prettify
|
2018-02-11 14:42:49 +01:00 |
|
croneter
|
ca8ad96a05
|
Prettify
|
2018-02-11 12:59:04 +01:00 |
|
croneter
|
31d42d0b04
|
Change bookmarks from Videoplayer to DVDPlayer
|
2018-02-08 16:02:29 +01:00 |
|
croneter
|
0731ae0179
|
Enable resume within a playqueue
|
2018-02-07 14:32:58 +01:00 |
|
croneter
|
ed4ae181ec
|
Fix weird resume from playback behavior
|
2018-02-05 20:23:35 +01:00 |
|
croneter
|
9cac51d5c9
|
Major Plex Companion overhaul, part 2
|
2017-12-13 20:14:27 +01:00 |
|
tomkat83
|
cdd38c6ef7
|
Optimize some imports
|
2017-12-09 14:35:08 +01:00 |
|
tomkat83
|
83b18faac1
|
Fix first artist [missing tag] (Reset your DB!)
- Thanks @angelblue05
- Fixes #308
|
2017-08-08 20:44:36 +02:00 |
|
tomkat83
|
7d6310601c
|
Fix possible OperationalErrors
|
2017-05-12 13:25:46 +02:00 |
|
tomkat83
|
44af9a20e5
|
Fix possible SQL injection vectors
|
2017-05-08 19:28:34 +02:00 |
|
tomkat83
|
3636823327
|
Less logging
|
2017-05-06 18:52:50 +02:00 |
|
tomkat83
|
a7adfa1cc5
|
Elaborate on function
|
2017-02-13 20:50:10 +01:00 |
|
tomkat83
|
f5198bf937
|
Elaborate on function description
|
2017-02-13 20:27:39 +01:00 |
|
tomkat83
|
922f4150a0
|
Fix getting unique id
|
2017-02-13 20:26:30 +01:00 |
|
tomkat83
|
9612ee78ab
|
Fix getting the rating id
|
2017-02-13 20:23:02 +01:00 |
|
tomkat83
|
dd0339b51c
|
Remove uniqueid and ratings entries if item deleted
|
2017-02-02 16:53:50 +01:00 |
|
tomkat83
|
56d5e84f72
|
Krypton: update userratings on startup&user change
|
2017-02-02 16:21:01 +01:00 |
|
tomkat83
|
e1bb74c341
|
More explicit coding
|
2017-01-29 13:06:09 +01:00 |
|
tomkat83
|
8aba0d998d
|
Code refactoring: put variables in one place
|
2017-01-24 16:04:42 +01:00 |
|
tomkat83
|
5c89df9110
|
Fix Sync crashing due to AttributeError
- Fixes #177
|
2017-01-10 21:14:30 +01:00 |
|
tomkat83
|
8acf07c607
|
Krypton: add ratings and IMDB id for movies
|
2017-01-09 20:33:52 +01:00 |
|
tomkat83
|
0dfafbbe3e
|
Move playbackutils methods to API
|
2017-01-08 15:03:41 +01:00 |
|
tomkat83
|
e90f48cc8e
|
Rename plex database fields; abstract types
|
2017-01-07 20:11:48 +01:00 |
|
tomkat83
|
146f063fc9
|
Playqueues overhaul continued
|
2017-01-02 14:07:24 +01:00 |
|
tomkat83
|
ee86f58a3f
|
Move get Kodi_id from filename to function
|
2016-12-29 11:22:02 +01:00 |
|
tomkat83
|
ad8b7c7d90
|
Merge Master
|
2016-12-20 16:13:19 +01:00 |
|
tomkat83
|
c4de7587bf
|
Revert "constructor (with Artwork() as art)"
This reverts commit 168014c33b .
|
2016-09-11 15:49:50 +02:00 |
|
tomkat83
|
168014c33b
|
constructor (with Artwork() as art)
- Way too slow
|
2016-09-11 15:49:37 +02:00 |
|
tomkat83
|
2fbdd54324
|
Speed up sync - download art in the background
|
2016-09-10 19:49:03 +02:00 |
|
tomkat83
|
d61fa64ed8
|
Merge conflicts kodidb_functions.py
|
2016-08-30 16:43:56 +02:00 |
|
tomkat83
|
6aab9df054
|
Merge branch 'develop' of https://github.com/MediaBrowser/Emby.Kodi into develop
|
2016-08-29 18:44:27 +02: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
|
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
|
5658801f72
|
Centralized logging
|
2016-06-17 22:03:28 -05:00 |
|
tomkat83
|
3e3c5ab018
|
Dedicated settings to download set fanart
|
2016-06-08 20:03:30 +02:00 |
|
tomkat83
|
faf95f671c
|
Reduce movie set/collection boilerplate
- To increase code maintainability
|
2016-06-08 19:50:24 +02:00 |
|
im85288
|
9dbcb5e6ff
|
set artwork
|
2016-06-06 21:10:58 +01:00 |
|
Matthew Schick
|
7ac7b1db31
|
Quick hack to get sets working
|
2016-05-16 11:56:48 -04:00 |
|
tomkat83
|
450437b812
|
Merge remote-tracking branch 'MediaBrowser/master' into develop
|
2016-04-26 13:53:19 +02:00 |
|
tomkat83
|
07ed22e44a
|
Link parent paths in Kodi video DB
- Should speed up On Deck video node
|
2016-04-22 14:46:08 +02:00 |
|
tomkat83
|
34c40f1f28
|
Fix Episode Info not popping up
|
2016-04-20 08:46:51 +02:00 |
|
tomkat83
|
0d79ec76b1
|
Enable playstate update if Kodi does not give DB id
|
2016-04-18 12:09:01 +02:00 |
|
tomkat83
|
cccd545b4c
|
Fix IndexError when trying to match movie title
|
2016-04-11 14:51:35 +02:00 |
|
tomkat83
|
fdb42c1f26
|
Fix Kodi information screen not working
|
2016-04-07 13:49:05 +02:00 |
|
SpootDev
|
e0f33ffc12
|
missing self
|
2016-04-06 13:28:08 -05:00 |
|
SpootDev
|
98bee106cb
|
self kodi
|
2016-03-31 10:34:53 -05:00 |
|