Commit Graph

60 Commits

Author SHA1 Message Date
Claus Vium 233192863a Change emby to jellyfin in functions, variables etc. 2019-02-02 18:21:22 +01:00
Claus Vium 647636430f Remove more Connect 2019-02-02 15:41:24 +01:00
Claus Vium 481ee11301 Remove Connect 2019-02-02 14:51:59 +01:00
Claus Vium 59c1dd42e3 Change most string occurrences of Emby to Jellyfin (case sensitive) 2019-02-02 14:10:33 +01:00
Claus Vium 168bab2b01 Rebrand addon name and id and make it compatible with Jellyfin 2019-02-01 19:21:11 +01:00
angelblue05 b2bc90cb06 Move libraries import 2019-01-30 06:42:06 -06:00
angelblue05 7e7cf1489d Rework full sync into a context 2019-01-25 09:30:30 -06:00
angelblue05 c940578ecf Add indicator for sync 2019-01-25 05:32:29 -06:00
angelblue05 357182ca82 Update database discovery 2019-01-21 07:01:34 -06:00
angelblue05 2bbd5bf3a9
fix db stuff (#164)
* Reload objects upon initial setup

* Fix database discovery

ignore db-journal
2019-01-20 01:21:37 -06:00
angelblue05 f617619430 Increase retry timeout 2019-01-14 02:05:37 -06:00
angelblue05 3007e1d7cd Fix check update 2019-01-13 22:18:34 -06:00
angelblue05 25ed1cb011 Fix service restart 2019-01-13 04:21:35 -06:00
angelblue05 23686f975f Add database discovery 2019-01-10 17:38:57 -06:00
angelblue05 d43b261f0b Add shortcut restart addon
Add notification
2019-01-09 16:46:27 -06:00
angelblue05 25dbfd3a0e Fix service restart 2019-01-09 15:46:22 -06:00
angelblue05 5839075424 Fix patch
ugh sleep!!
2018-12-14 04:31:26 -06:00
angelblue05 4830780632 Update patch
Check for updates + dev = forced grab from github
2018-12-13 18:40:18 -06:00
angelblue05 7dfdf91279 Add developer mode 2018-12-13 18:24:44 -06:00
angelblue05 883c1741bf Add remove libraries, fix mixed libraries 2018-11-10 14:50:21 -06:00
angelblue05 702ce0beac Adjust playback progress monitor
Only track progress report if the item is an emby item
2018-11-08 21:58:42 -06:00
angelblue05 d5f9b76020 Fix progress report
Silent RefreshProgress in websocket
2018-11-04 16:36:32 -06:00
angelblue05 05483c7406 Detect coreelect, etc 2018-11-02 16:26:29 -05:00
angelblue05 98f4f11fc2 Add a verification onwake
Somehow, Kodi can trigger OnWake without first trigger OnSleep.
2018-10-15 21:14:21 -05:00
angelblue05 66822b6d0a Fix update library
Only do the compare when user selects update library, also add a restart service option in the add-on settings > advanced
2018-10-13 03:53:22 -05:00
angelblue05 1174c685e9 Restart service upon check for updates
To reload the new objects module.
2018-10-13 03:51:10 -05:00
angelblue05 403e5834e0 Update patch
Move patch from cache to addon_data. No longer need to restart Kodi to apply the first patch.
2018-10-11 20:24:33 -05:00
angelblue05 45eb2aac60 Ensure all threads are terminated correctly 2018-10-08 22:35:40 -05:00
angelblue05 3d0de5d8b1 Fix regression to welcome message 2018-10-08 16:10:38 -05:00
angelblue05 aef76725c8 Move welcome message to service 2018-10-07 17:55:34 -05:00
angelblue05 2ec188341c Fix slowness 2018-10-04 23:38:55 -05:00
angelblue05 313585efff Prevent error from creating nodes
The addon automatically creates nodes at startup with prefilled information. Prevent errors in the event something goes wrong. It will fix itself down the line, after user has logged in.
2018-10-03 18:50:11 -05:00
angelblue05 40ac4a0e8c Check db version 2018-10-03 18:25:51 -05:00
angelblue05 8d838d257e Fix library sync
Adjust lock, re-add screensaver deactivated during sync, prep compare sync, stop library updates from being processed before startup sync is completed
2018-10-03 00:12:30 -05:00
angelblue05 dcd594cdb5 Adjust sleep behavior 2018-09-30 21:13:22 -05:00
angelblue05 4b8ebf5656 Version bump 3.1.21 2018-09-23 17:37:30 -05:00
angelblue05 11f771ade2 Remember sync position for manual triggers
Allow to resume sync on restart for manual user triggers (update, repair). Automatically refresh boxsets if movie library is selected.

use waitForAbort and emby_should_stop prop to terminate threads
2018-09-22 02:52:14 -05:00
angelblue05 ba9289641a Fix library tags on update 2018-09-15 20:11:12 -05:00
angelblue05 bb933604b0 Fix unauthorized behavior
Reprompt user with login
2018-09-14 21:19:41 -05:00
angelblue05 838ce36f44 Fix path verification 2018-09-14 17:49:03 -05:00
angelblue05 3984d4e0a0 Add option to mask info 2018-09-13 23:55:39 -05:00
angelblue05 0a53bc8c1f Fix guid creation 2018-09-13 03:26:50 -05:00
angelblue05 60db191efa Fix profile auth
One device id per user.
2018-09-12 22:51:28 -05:00
angelblue05 2deb31b294 Prep parentid change
Few other things
2018-09-12 19:43:51 -05:00
angelblue05 8b9673b148 Update patch 2018-09-10 22:23:26 -05:00
angelblue05 4670cb426a Simplify view selection, fix loop
Add new Emby.wnodes props, prevent duplicates, fix
2018-09-10 04:32:17 -05:00
angelblue05 419afcce3c Fix patch on android
Create own unzip method since zipfile is no longer reliable.
2018-09-09 22:53:20 -05:00
angelblue05 1832a54ee9 Update patch process
Add extra verification
2018-09-09 02:49:56 -05:00
angelblue05 cdb3b54026 Fix progress report 2018-09-08 21:05:41 -05:00
angelblue05 39c223a1f0 Fix patching on android 2018-09-08 20:40:59 -05:00