Commit graph

82 commits

Author SHA1 Message Date
angelblue05
6d0b2b96bc Change DatabaseConn to return the cursor instead 2016-11-07 17:32:40 -06:00
shaun
b55b4d0b96 remove old kodiSQL function
use DatabaseCon for DB file paths
switch last few DB Cons to use the new DatabaseCon context class
2016-11-05 14:18:39 +11:00
angelblue05
673315e46c Prevent multiple version writing 2016-10-20 02:14:27 -05:00
angelblue05
2b0c9d1bbc Pylint (#67) 2016-10-10 06:14:10 -05:00
angelblue05
7149241b38 Fix remove
(forgot to re-add it with the code reduction pull request)
2016-10-10 03:36:02 -05:00
angelblue05
3288d21bef Code reduction (#66) 2016-10-10 03:19:00 -05:00
angelblue05
11e5de378b Prevent crash missing productionlocations
seems to be a new server bug
2016-10-08 05:06:26 -05:00
angelblue05
29fcc2569e fix showid
In case the show id somehow changes, allow value to be updated for
episodes
2016-10-07 22:26:51 -05:00
angelblue05
3d6542bda4 Fix series pooling
In case there's a duplicate in the Kodi database, but it's not an emby
entry.
2016-09-30 04:20:03 -05:00
angelblue05
d7bc182557 Fix album artist 2016-09-26 18:22:08 -05:00
angelblue05
02dee885e8 Update to fix movie year in krypton
Not officially supported
2016-09-26 17:52:46 -05:00
angelblue05
bc819bdbf5 Series pooling adjustment
Only verify if the emby/kodi reference doesn't exist yet.
2016-09-25 02:33:39 -05:00
angelblue05
a58503c264 Fix specials -1 bug 2016-09-21 02:55:27 -05:00
angelblue05
0e50f13055 Fix series pooling
If there's the same series in different libraries
2016-09-20 21:39:21 -05:00
angelblue05
8aaeadadc7 Fix music crash 2016-09-20 12:23:10 -05:00
angelblue05
23b52de9be Support other music extension for direct stream 2016-09-20 02:57:17 -05:00
angelblue05
3331b5e838 Add static=true to direct stream music
Try to prevent transcode for music with the parameter
2016-09-20 01:35:36 -05:00
angelblue05
20d499338b Increase logging to find movie bug
Titles being assigned the wrong tag.
2016-09-14 02:09:40 -05:00
angelblue05
936126f5bf Add series pooling
Temporary solution until series pooling tv show ids are returned with
the server's api. The server currently only returns one series. The only
way to get series pooling working is by running a manual sync.
2016-09-14 00:23:32 -05:00
angelblue05
b34007f727 Pylint (#60) 2016-09-10 06:15:58 -05:00
angelblue05
b65d6baad0 Sync season name for Jarvis or higher 2016-09-06 22:57:33 -05:00
angelblue05
3d31568518 Pylint + Fix initial setup for fresh installs 2016-09-04 22:33:34 -05:00
angelblue05
e38bb21a25 Filter virtual episodes 2016-09-04 05:19:34 -05:00
angelblue05
6a2ea9a4dd Emby Connect (#58)
* Update with latest connect module

* Update string

* Change error behavior

* Add connectmanager

Handle dialogs for emby connect in one place

* Add user select dialog

* Add manual server dialog

* Add onAuthenticated

* Filter virtual episodes

* Update userclient with new methods
2016-09-04 05:18:31 -05:00
xnappo
00c0556300 Fix for Krypton 2016-08-28 16:49:01 -05:00
angelblue05
dbec225072 Revert "Reinstate airsbefore default value -1"
This reverts commit 1222d4d906.
2016-08-26 04:49:14 -05:00
angelblue05
1222d4d906 Reinstate airsbefore default value -1 2016-08-26 01:33:46 -05:00
angelblue05
46121656f8 Fix fail detection for tvshows
Due to missing end slash - for xbmcfvs.exists()
2016-08-03 18:35:55 -05:00
angelblue05
7d2ce335e8 Merge remote-tracking branch 'refs/remotes/origin/master' into develop 2016-07-31 15:30:36 -05:00
xnappo
133773d5b6 Krypton prep 2016-07-31 12:15:38 -05:00
angelblue05
54db63c378 Adjust logging for itemtypes not found 2016-07-30 19:19:07 -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
76dfa1286c Update logging
Use the logging module. Moved logging to it's own file.
2016-07-24 03:59:48 -05:00
angelblue05
3e1aa94c78 Strings - translation 2016-06-20 20:57:29 -05:00
angelblue05
313899c8e7 Fix typo 2016-06-19 20:17:10 -05:00
angelblue05
f90349d6a8 Fix typo 2016-06-19 17:23:46 -05:00
angelblue05
02e7c2946b Centralize path validation
and logging
2016-06-17 16:42:48 -05:00
angelblue05
e7bdfacd47 Empty show
Prevent crash in the event RecursiveItemCount is missing. Sounds like a
server bug if it's missing from the api
2016-06-16 14:13:38 -05:00
angelblue05
b9d40d91a6 Fix SeriesName missing
Prevent crash from happening.
2016-06-16 00:49:54 -05:00
angelblue05
3dbdab79a9 Revert "Fix missing playurl/pathid references"
This reverts commit 601b36e9b3.
2016-04-26 03:51:24 -05:00
angelblue05
601b36e9b3 Fix missing playurl/pathid references
For movies and episodes
2016-04-25 20:56:42 -05:00
spootdev
b67a77c27b title fix 2016-04-06 22:22:34 -05:00
SpootDev
d78c04d67f code reduce 2016-04-04 14:18:46 -05:00
SpootDev
b143f34fbf code reduce 2016-03-31 16:05:41 -05:00
angelblue05
7c6451e839 Fix to local trailers
For some reason, server reports local trailer, then querying may or may
not return a result
2016-03-26 16:52:33 -05:00
angelblue05
ae7131a7c1 Fix log 2016-03-16 22:19:52 -05:00
angelblue05
623c6cab85 Fix artists/music 2016-03-16 06:13:47 -05:00
angelblue05
1f8199c91f Remove incorrect log line 2016-03-15 17:29:09 -05:00
angelblue05
7b94b76ef4 Prevent crash for missing seriesId
Apparently, that's a thing now, an episode without a seriesId.
2016-03-12 15:42:14 -06:00
angelblue05
e2a117ea97 Allow virtual season artwork 2016-03-01 12:53:26 -06:00