croneter
|
cd940d60f7
|
Sync name and user rating of a TV show season to Kodi
|
2021-02-24 17:20:37 +01:00 |
|
croneter
|
5346a1f0a7
|
Fix ValueError when deleting a music album
|
2021-01-27 15:45:09 +01:00 |
|
croneter
|
c1727e2b5b
|
Look for missing trailers using TMDB
|
2021-01-20 17:17:43 +01:00 |
|
croneter
|
d97a7fdb44
|
Fix missing Kodi tags for movie collections/sets
|
2021-01-09 17:31:29 +01:00 |
|
croneter
|
2ef95b1480
|
Music: include bitrate for songs (channels + sampling rate won't work yet due to Plex not listing this info for an album's children)
|
2020-12-27 17:22:14 +01:00 |
|
croneter
|
f4923eda22
|
Music: sync kodi_type for albums additionally
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
4da58d72dd
|
Music: do not sync obsolete artwork
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
4b9fda9e81
|
Music: replace songs's year with release date
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
b5093eb6be
|
Music: replace album's year with release date
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
09b2c54675
|
Remove Music sync code for older Kodi version before Kodi Matrix
|
2020-12-27 16:06:17 +01:00 |
|
croneter
|
bd8af8652e
|
Music: remove sync of artist fanart
|
2020-12-27 16:06:16 +01:00 |
|
croneter
|
58eaa14043
|
Clean up imports
|
2020-12-18 17:43:24 +01:00 |
|
croneter
|
436b1fda83
|
Automatically convert source code from Python 2 to 3 using futurize
|
2020-12-18 17:10:20 +01:00 |
|
croneter
|
8ae6a8df48
|
Merge branch 'beta-version' into fix_freeze
|
2020-11-05 16:15:39 +01:00 |
|
croneter
|
5d67d4a602
|
Support metadata provider ids (e.g. IMDB) for new Plex Movie Agent
|
2020-11-05 15:47:04 +01:00 |
|
croneter
|
ca64d54b4e
|
Fix freeze: Don't assign multiple sets/collections for a specific movie
|
2020-11-01 16:10:44 +01:00 |
|
croneter
|
25f972f30f
|
Refactor direct and add-on paths. Enables use of Plex music playlists synched to Kodi
|
2020-02-27 16:29:08 +01:00 |
|
croneter
|
23ac39a860
|
Fix DirectPaths when a video's folder name is identical to a video's filename (you will need to manually reset the Kodi database)
|
2020-01-31 21:12:48 +01:00 |
|
croneter
|
e257e5426e
|
Optimize adding values to Kodi databases by not using sqlite COALESCE command
|
2019-12-08 10:23:01 +01:00 |
|
croneter
|
bafd3545f4
|
Improve sync resiliance when certain items are not to be synced to Kodi
|
2019-11-24 14:58:39 +01:00 |
|
croneter
|
3b8f712289
|
Fix database being locked in rare cases
|
2019-11-14 14:39:07 +01:00 |
|
croneter
|
8fc76386e2
|
Merge branch 'bernimoses-master' into beta-version
|
2019-10-05 16:55:41 +02:00 |
|
bernimoses
|
9933480f8d
|
Add tmdb provider sync.
|
2019-10-03 22:17:00 +02:00 |
|
croneter
|
65a921c3cc
|
Fix PKC background sync synching items to Kodi even though entire section should not be synched
|
2019-08-29 10:08:01 +02:00 |
|
croneter
|
671bbbd9a9
|
Fix Trakt add-on not recognizing id of tv shows
|
2019-06-22 18:34:12 +02:00 |
|
croneter
|
a46cb731cf
|
Refactor Plex API
|
2019-06-12 11:53:41 +02:00 |
|
croneter
|
f993373a4f
|
Revert "Merge pull request #841 from croneter/section-uuid"
This reverts commit edb9d6e2b0 , reversing
changes made to a603bd33ae .
|
2019-05-28 18:42:04 +02:00 |
|
croneter
|
e76fd03915
|
Safe section uuid when synching
|
2019-04-27 11:52:42 +02:00 |
|
croneter
|
ab5ab966e4
|
Use section for sync process
|
2019-04-27 11:52:42 +02:00 |
|
croneter
|
6447281404
|
Fix processing of collections in special cases
|
2019-02-08 13:02:55 +01:00 |
|
croneter
|
2234e49cf8
|
Greatly speed up episode sync for large libraries
|
2019-02-05 15:32:50 +01:00 |
|
croneter
|
8f8ccd1daf
|
Fix music items getting deleted on startup
|
2019-02-03 17:20:36 +01:00 |
|
croneter
|
8cb4e5f8fc
|
Fix to cleanly delete all songs and albums
|
2019-01-30 15:54:19 +01:00 |
|
croneter
|
624fe87fd1
|
Fix to cleanly delete all episodes and seasons
|
2019-01-30 15:54:19 +01:00 |
|
croneter
|
aa2b1e5e15
|
Always open a connection to the Kodi texture DB
|
2019-01-27 09:27:12 +01:00 |
|
croneter
|
5de91ff9b5
|
Fix KodiVideoDB object has no attribute kodiconn
- Partially fixes #593
- Fixes #614
|
2019-01-23 10:00:49 +01:00 |
|
croneter
|
d6246a1cab
|
Fix local variable 'set_api' referenced before assignment
|
2019-01-22 08:52:04 +01:00 |
|
croneter
|
5dd346b657
|
Fix crash on startup-sync due to missing albums
|
2019-01-17 19:58:07 +01:00 |
|
croneter
|
3b9fce7470
|
Fix some items rarely not being synced
|
2019-01-17 18:05:02 +01:00 |
|
croneter
|
262a2dda21
|
New option to not use Plex artwork
|
2019-01-04 20:38:45 +01:00 |
|
croneter
|
3d4ba1e165
|
Increase database resiliance with sqlite WAL mode
|
2019-01-04 18:02:58 +01:00 |
|
croneter
|
1f35caba54
|
Add-on paths: Fix resume if playback not initiated with PKC
|
2019-01-04 14:39:33 +01:00 |
|
croneter
|
122bc56c31
|
Don't store identical show artwork for seasons
- Fixes #540
|
2018-12-29 15:35:17 +01:00 |
|
croneter
|
769f093492
|
Improve logging for seasons
|
2018-12-29 15:15:56 +01:00 |
|
croneter
|
dc369a0453
|
Remove obsolete code
|
2018-12-28 17:13:56 +01:00 |
|
croneter
|
4fbcdcac7f
|
Fix episodes not being synced to due a missing season
- Partially fixes #566
|
2018-12-14 19:51:30 +01:00 |
|
croneter
|
edbb99b2e2
|
Fix a couple of issues related to episodes
- Hopefully fixes #566
|
2018-12-10 07:23:25 +01:00 |
|
croneter
|
22ea4a6a7c
|
Fix FutureWarning
|
2018-12-09 18:38:15 +01:00 |
|
croneter
|
80414ea0d4
|
Optimize sqlite transactions
|
2018-12-09 13:04:27 +01:00 |
|
croneter
|
64b8c522af
|
Don't fill discography table for Kodi 18
|
2018-12-02 17:00:13 +01:00 |
|