Commit graph

1411 commits

Author SHA1 Message Date
angelblue05
1f7e045f6a Adjust the server verification
If server is already set up, don't force user identification.
2016-10-03 19:03:48 -05:00
angelblue05
fdc62aa623 Retry dbcommit
For some reason, Kodi doesn't always trigger the video database scan
stopped event keeping the add-on waiting forever. Try committing after
10 sec and catching the error if the database is truly locked.
2016-10-03 18:59:10 -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
74a869dff8 Revert "more optimizations to new playback code"
This reverts commit dcb7fd42fa.
2016-09-29 14:36:26 -05:00
marcelveldt
dcb7fd42fa more optimizations to new playback code
add experimental setting to enable playback with new method
2016-09-29 20:49:35 +02:00
angelblue05
33ba485b0b Update window property
If .json in property name, it will automatically apply json.loads/dumps.
This is to avoid importing json in every files.
2016-09-29 01:59:30 -05:00
angelblue05
360d69146d Rename new method, keep current working method
Moved major modifications to Playback branch.
2016-09-29 00:35:58 -05:00
marcelveldt
e4e05a143f WORK IN PROGRESS !!!
switch playback handling to playbackinfo method supported by server
2016-09-28 16:57:23 +02:00
angelblue05
8b0164d5a3 Fix typo in method
Pylint downloadutils
2016-09-27 04:10:40 -05:00
angelblue05
55438749bb Prepare transcode method
To be able to transcode via the context menu
2016-09-27 02:27:06 -05:00
angelblue05
04d4865074 Pylint (#64) 2016-09-27 01:33:09 -05:00
angelblue05
38182fcc37 Temporary disable loading connect servers 2016-09-26 21:53:44 -05:00
angelblue05
a00d55ac0e Rework downloadutils (#63) 2016-09-26 21:50:58 -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
16691b585d Re-add refresh for certain options only
To avoid duplicate refresh
2016-09-26 17:39:05 -05:00
angelblue05
975d0aa10d Remove refresh
Causes a double refresh on screen
2016-09-25 20:30:31 -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
c823be1daa Fix if no servers is returned 2016-09-24 22:41:14 -05:00
angelblue05
5e7d0e3a6a Correct plugin id 2016-09-24 21:34:11 -05:00
marcelveldt
c3eb8a5598 add favourite episodes node 2016-09-23 20:46:04 +02:00
marcelveldt
bcd8f576df small fix for krypton compatibility 2016-09-23 20:07:27 +02:00
angelblue05
9214a0d6e0 Wrap contextmenu in try/except
Move to context_entry in resources
2016-09-21 03:30:13 -05:00
angelblue05
a58503c264 Fix specials -1 bug 2016-09-21 02:55:27 -05:00
angelblue05
26f5fb8d36 Wrap service in try/except
Move service_entry_point to resources
2016-09-21 02:39:50 -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
ae28e98c17 repair localize string 2016-09-20 04:20:00 -05:00
angelblue05
ba7e060009 Filter repair sync by content type
Basic, will need to be reviewed eventually
2016-09-20 04:17:11 -05:00
angelblue05
23b52de9be Support other music extension for direct stream 2016-09-20 02:57:17 -05:00
angelblue05
e7c1d4d623 Fix broken music artwork 2016-09-20 01:58:25 -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
b161ec6f4e Fix double connection test
Remote old preference dialog. Update token revoked behavior.
2016-09-20 00:26:15 -05:00
angelblue05
bfa3b0f2da Automatically download external subs
There's minimal impact for downloading external subs. Automatically
download them if there's a language tag.
2016-09-19 21:46:24 -05:00
angelblue05
d0c939b78e Websocket fix
Make sure server is considered online before starting/restarting the
websocket client.
2016-09-19 18:42:08 -05:00
angelblue05
0e36dd63ef Catch signin state error 2016-09-19 02:57:54 -05:00
angelblue05
ab0d5e24be Fix keyerror 2016-09-18 18:30:11 -05:00
angelblue05
550c7a7092 Simplify backup code 2016-09-18 02:58:46 -05:00
angelblue05
4c0ef2fe7a Add backup option 2016-09-18 02:53:52 -05:00
angelblue05
c58e4d84e7 prep for German mpaa rating FSK 2016-09-18 01:24:07 -05:00
angelblue05
cf40a53105 Fix dialog focus for server list
Default to focus buttons rather than possible empty list if there's no
servers returned from server discovery
2016-09-17 20:48:40 -05:00
angelblue05
4d741b242e Correct typo 2016-09-17 08:29:22 -05:00
angelblue05
85e776707a Pimp out context menu
Add emby user image if exists
2016-09-17 07:02:35 -05:00
angelblue05
89fe64d019 Update context menu
Also add the option to disable the context menu within the add-on
settings >  extras
2016-09-17 06:12:37 -05:00
angelblue05
58ed423b16 Re-add logging
Troubleshoot movies receiving the wrong tag
2016-09-15 21:59:39 -05:00
sfaulds
828abd807e Merge branch 'develop' of https://github.com/MediaBrowser/plugin.video.emby into develop 2016-09-16 11:46:30 +10:00
sfaulds
af1859cab3 attempt at fixing the toggeling (add/remove) of the pooled series episodes 2016-09-16 11:25:34 +10:00
angelblue05
11a068cd30 Migrate db version to emby database 2016-09-15 05:31:15 -05:00
angelblue05
b43c9343ca Fix for Emby connect webscket issue
The fix server side will be applied in the next server release
2016-09-14 18:28:04 -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
1c450cb257 Fix user selection dialog
Artwork wasn't displaying for Isengard
2016-09-11 22:34:11 -05:00
angelblue05
27b9e1c447 Update state
When manually connect to server, update saved state
2016-09-11 18:18:49 -05:00
angelblue05
663567c51f Update German translation 2016-09-11 17:22:43 -05:00
angelblue05
6a5399a3a8 Fix unexistant directory crash
For saving data.txt for the connect module
2016-09-11 03:12:45 -05:00
angelblue05
6937834b91 Fix typo in path 2016-09-11 01:34:59 -05:00
angelblue05
bd89228097 Fix for user selection when all users are hidden 2016-09-10 18:41:47 -05:00
angelblue05
223a1c6f98 Fix missing slash 2016-09-10 18:25:15 -05:00
angelblue05
7fb957a788 Fix typo in settings path 2016-09-10 18:21:27 -05:00
angelblue05
08992343a6 Fix dialog for emby connect signin 2016-09-10 16:39:15 -05:00
angelblue05
c2aba7ccb6 Revert import changes
Seems to be an issue with the folder name - maybe conflicting in some
way?
2016-09-10 16:38:54 -05:00
angelblue05
b4414648dc Update delete cache method 2016-09-10 16:26:29 -05:00
angelblue05
24b572674d Update to use special protocol
Otherwise it breaks path substitution set in advancedsettings
2016-09-10 16:17:41 -05:00
angelblue05
b34007f727 Pylint (#60) 2016-09-10 06:15:58 -05:00
angelblue05
4d7991ab5f Accidentally erased method 2016-09-09 19:18:30 -05:00
angelblue05
9411ff14ce Update token/user for connect module 2016-09-09 18:12:30 -05:00
angelblue05
0635990d67 Fix import error on ubuntu
For some reason, it doesn't seem to like making submodules available
from within the __init__.py file
2016-09-09 17:24:34 -05:00
angelblue05
a9563119be Filter fast sync
If music is disabled, filter music from returning in the fast sync
response
2016-09-09 03:53:56 -05:00
angelblue05
43832696eb Fix server restart event
Mark the server as offline to properly post capabilities once server is
back online
2016-09-09 03:37:48 -05:00
angelblue05
6afd99b609 Fix settings name typo 2016-09-09 01:58:19 -05:00
angelblue05
ea336f6a22 Fix typo in migration 2016-09-09 01:33:56 -05:00
angelblue05
b945459dfb Pylint (#59) 2016-09-08 22:13:25 -05:00
angelblue05
e941674e74 Pylint 2016-09-07 02:14:02 -05:00
angelblue05
b65d6baad0 Sync season name for Jarvis or higher 2016-09-06 22:57:33 -05:00
angelblue05
21f8a62ebd Add utils dialog
Centralize for later, control icon, etc. Pylint.
2016-09-06 22:07:14 -05:00
angelblue05
9e9054865a Split setup into methods
Add additional logging for migration
2016-09-06 20:21:43 -05:00
angelblue05
334206b334 Fix user client loading user ordering 2016-09-06 17:43:15 -05:00
angelblue05
644783fae5 Update user login 2016-09-05 03:38:57 -05:00
angelblue05
8319f2f0df Fix typo 2016-09-04 23:45:11 -05:00
angelblue05
a658459862 suppress 401 error 2016-09-04 22:58:46 -05:00
angelblue05
3d31568518 Pylint + Fix initial setup for fresh installs 2016-09-04 22:33:34 -05:00
angelblue05
d36bb3d232 Migrate device id to different location
Moves the file outside of add-on folder so it persists reinstalls.
2016-09-04 21:20:47 -05:00
angelblue05
69afc98638 Expand video quality bitrate selection
25/30/35 Mbps
2016-09-04 20:43:06 -05:00
angelblue05
c56f9a005c Fix plugin listing
Typo
2016-09-04 20:19:51 -05:00
angelblue05
e19e90e703 Review server offline
Add settings to disable offline server message
2016-09-04 19:28:30 -05:00
angelblue05
feda0cb9df Save serverId to settings 2016-09-04 19:14:25 -05:00
angelblue05
71abbd4129 Set username when using emby connect 2016-09-04 05:58:17 -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
delphiactual
79c841bf32 fix getPlatform (#57)
xbmc.getCondVisibility('system.platform.linux') returns true in all the following cases: android, raspberry pi, and linux. By reordering the if statement this can be fixed.
2016-09-02 01:21:15 -05:00
angelblue05
95cd7b9844 Fix external subs error
In case it doesn't contain a language tag
2016-09-01 17:21:12 -05:00
angelblue05
53afbeea35 Fix single node for krypton 2016-08-31 16:30:25 -05:00
angelblue05
9453417da0 Adjust code 2016-08-30 00:26:57 -05:00
angelblue05
a331f7d43d Default to play from HTTP
Add download external subs option. With testing, we can determine if we
even need a second option or if it should be downloading by default as a
workaround to not being able to label external tracks when using url in
Kodi.
2016-08-30 00:22:54 -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
9de0e69896 Fix spacing
(testing pylint)
2016-08-21 22:00:35 -05:00
angelblue05
965340db01 Fix logging and exception 2016-08-21 21:57:43 -05:00
angelblue05
8b9b0821c0 Pylint
(testing)
2016-08-21 21:51:23 -05:00