Commit Graph

2184 Commits

Author SHA1 Message Date
mcarlton00 a2d4950fc8 Remove default connection port 2019-10-29 18:55:21 -04:00
mcarlton00 0118c57226
Merge pull request #127 from mcarlton00/deletions
Remove unused imports and function
2019-10-27 19:17:08 -04:00
schbal 5890814ae6 Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ko/
2019-10-27 01:14:44 -04:00
mcarlton00 e21b206c59 Remove unused imports 2019-10-25 20:22:26 -04:00
Matt d0516a54f6 Remove get_play_action function 2019-10-25 20:22:04 -04:00
nextlooper42 868b543218 Translated using Weblate (Slovak)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/sk/
2019-10-25 07:14:43 -04:00
nextlooper42 2b89f78549 Translated using Weblate (Slovak)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/sk/
2019-10-18 10:14:36 -04:00
Marius Lindvall 4b2d70ca64 Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/nb_NO/
2019-10-18 10:14:35 -04:00
nextlooper42 4eee60119c Added translation using Weblate (Slovak) 2019-10-17 09:14:46 -04:00
Marius Lindvall bc5baa640d Added translation using Weblate (Norwegian Bokmål) 2019-10-17 06:41:55 -04:00
tpishere 9a54d4d0c1 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-10-16 23:14:22 -04:00
mcarlton00 896f147560
Merge pull request #124 from TrueTechy/metadata-fix
Update library management dialog titles
2019-10-16 22:40:14 -04:00
WWWesten 7c4fe06e87 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ru/
2019-10-15 15:14:19 -04:00
TrueTechy 8c1eab6034 Update library management dialog titles 2019-10-14 22:12:00 +01:00
schbal d5cd6c1dc7 Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ko/
2019-10-12 22:14:12 -04:00
schbal 9f31cc8000 Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ko/
2019-10-11 11:14:09 -04:00
schbal 2b7a7f6e9c Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ko/
2019-10-10 03:14:13 -04:00
whxciotw 3cb3dc7777 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-10-10 03:14:13 -04:00
mcarlton00 461be055ea
Merge pull request #117 from mcarlton00/upnext-support
Add support for upnext addon
2019-10-08 14:54:51 -04:00
Matt 6ba4ee8fc6 Faster join syntax for checking method 2019-10-08 14:00:31 -04:00
mcarlton00 c7600d0b9d
Merge pull request #101 from TrueTechy/remove-version-check
Remove version check code, queries and language data
2019-10-08 13:16:35 -04:00
schbal c0303cd6fc Added translation using Weblate (Korean) 2019-10-07 08:13:07 -04:00
TrueTechy b217352681 merge upstream master 2019-10-06 21:05:49 +01:00
whxciotw 102e8c10c8 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-10-06 15:14:05 -04:00
mcarlton00 d77d619b50 Add support for upnext addon 2019-10-06 11:23:24 -04:00
mcarlton00 fb6e8f54b8
Merge pull request #109 from oddstr13/pr-ipv6-input-brackets-2
Remove dependency on `ipaddress` (not stdlib in py2)
2019-10-05 09:14:34 -04:00
WWWesten 0306d7af99 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ru/
2019-10-05 02:14:02 -04:00
Odd Stråbø f565c0afbf ipaddress is not stdlib in Python 2
Let's copypaste from StackOverflow instead! https://www.xkcd.com/208/

Also, `localhost:///8096/emby/...` is not a valid HTTP(S) URL.
2019-10-05 04:44:24 +02:00
mcarlton00 417d89f2ee
Merge pull request #103 from oddstr13/pr-ipv6-input-brackets-1
Enclose address input in square brackets if it is an IPv6 address
2019-10-04 16:39:54 -04:00
mcarlton00 739c7efb45
Merge pull request #104 from oddstr13/pr-flake8-1
Most flake8 warnings corrected
2019-10-04 16:39:02 -04:00
Odd Stråbø 4d6b32d988 Fixed some flake8 F841 2019-10-04 02:36:48 +02:00
Odd Stråbø d28c9a3ac8 Correct logic errors introduced in 00765c0a, fix flake8 except F841 2019-10-04 02:17:32 +02:00
jellyfin-bot 49cfb6cb51 Fix SQL indentation 2019-10-03 23:34:23 +02:00
WWWesten f7563daebc Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-10-03 15:13:58 -04:00
Odd Stråbø 00765c0a12 Most flake8 warnings corrected 2019-10-03 04:25:03 +02:00
Odd Stråbø 578d51bc54 Enclose IPv6 address in square brackets 2019-10-03 01:45:31 +02:00
Odd Stråbø e74fac10be
Merge pull request #102 from TrueTechy/update-logging
Make log levels more appropriate and change warn to warnings
2019-10-02 23:47:11 +02:00
Scott Anecito 4852ad27a3 Added translation using Weblate (Japanese) 2019-10-02 13:05:24 -04:00
TrueTechy 7bffbc98b5 Make log levels more appropriate and change warn to warnings 2019-10-02 01:59:25 +01:00
TrueTechy 286e765a33 Merge branch 'master' of github.com:jellyfin/jellyfin-kodi into file-default-encoding 2019-09-29 23:45:04 +01:00
TrueTechy 4505629ca8 Add explicit file encoding to file handlers 2019-09-29 23:34:39 +01:00
Odd Stråbø 0f81a080a8 Improve address normalization in connection manager 2019-09-28 22:31:43 +02:00
Odd Stråbø 94b8fe85dc Remove stray single quote 2019-09-28 20:35:54 +02:00
Joshua M. Boniface c7c890392d
Merge pull request #90 from mcarlton00/sync-fix
Fix incremental sync, cleanup more getitem shenanigans
2019-09-28 12:23:12 -04:00
Matt 3835811d33 Fix incremental sync, cleanup more getitem shenanigans 2019-09-27 22:38:37 -04:00
TrueTechy e8110e4625 Remove unnecessary code from server connection 2019-09-27 21:22:21 +01:00
mcarlton00 1c328221b9
Merge pull request #81 from TrueTechy/fixes-for-10.4
Fix missed __getitem__ references
2019-09-25 19:04:36 -04:00
Mário Victor Ribeiro Silva a5c2930bf2 Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/pt_BR/
2019-09-24 22:13:50 -04:00
TrueTechy 77411c8559 Fix missed __getitem__ references 2019-09-23 21:08:45 +01:00
pucherot ef58d663c8 Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/es/
2019-09-23 06:13:53 -04:00
Mário Victor Ribeiro Silva 55d78bb899 Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/pt_BR/
2019-09-23 06:13:53 -04:00
mcarlton00 457cfbefec
Merge pull request #78 from TrueTechy/cleanup/png-artifacts#61
Remove unused image files
2019-09-22 10:35:15 -04:00
pucherot 9471a3c221 Added translation using Weblate (Spanish) 2019-09-21 14:45:04 -04:00
Mário Victor Ribeiro Silva 00b6a98a41 Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/pt_BR/
2019-09-21 12:13:39 -04:00
biAji ac86bd07d0 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-21 12:13:37 -04:00
Mário Victor Ribeiro Silva 553efa5975 Added translation using Weblate (Portuguese (Brazil)) 2019-09-20 11:37:43 -04:00
TrueTechy fb0d3c021e Remove unused image files 2019-09-19 22:09:18 +01:00
WWWesten 5f65006658 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ru/
2019-09-19 06:13:34 -04:00
mcarlton00 7e889f4561
Merge pull request #74 from TrueTechy/bug/unicode-support#65
Update file handling to support unicode
2019-09-18 21:23:40 -04:00
mcarlton00 568448b80b
Merge pull request #71 from TrueTechy/master
Change companion detection to endpoint check #23
2019-09-18 21:09:53 -04:00
zhang1340 561e0b3233 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-18 05:13:31 -04:00
TrueTechy 2d193a25f3 Update file handling to support unicode 2019-09-16 21:43:56 +01:00
WWWesten 3306ac474a Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ru/
2019-09-16 04:13:30 -04:00
tluciomiranda c6d67ad20f Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/pt_PT/
2019-09-13 06:13:22 -04:00
TrueTechy 6c786cfb9b Fix indentation 2019-09-12 21:29:01 +01:00
TrueTechy 9a9b84c66c Change companion detection to endpoint check #23 2019-09-12 05:39:00 +01:00
tluciomiranda e1628463f2 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/pt_PT/
2019-09-10 22:13:18 -04:00
WWWesten 44ae0768c2 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ru/
2019-09-10 22:13:17 -04:00
biAji 8d280bc2f9 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-10 22:13:17 -04:00
qqq-qqqq e224bde8bd Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:11:14 -04:00
biAji 6ef9a6379b Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:11:14 -04:00
qqq-qqqq 9c0406190f Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:09:04 -04:00
biAji ac50b17f88 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:09:03 -04:00
qqq-qqqq 2e092c7a11 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:08:32 -04:00
biAji 3b70313b25 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:08:32 -04:00
qqq-qqqq 9dbe34f699 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:08:10 -04:00
biAji 29339c8a2a Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:08:10 -04:00
qqq-qqqq f53e16d24a Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:07:54 -04:00
biAji 7254bf65bd Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:07:54 -04:00
qqq-qqqq 9b51615ae7 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:07:13 -04:00
biAji 6b34092ef8 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:07:13 -04:00
qqq-qqqq a37708e0f8 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:06:11 -04:00
biAji dac4b91ff2 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:06:11 -04:00
qqq-qqqq 270f67d91c Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:05:09 -04:00
biAji 4b57d785b9 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:05:09 -04:00
qqq-qqqq 191ede6d8d Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:04:27 -04:00
biAji 3e48c01020 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 21:04:27 -04:00
tluciomiranda db9c340b47 Added translation using Weblate (Portuguese (Portugal)) 2019-09-09 10:36:59 -04:00
WWWesten bef7a46528 Translated using Weblate (Russian)
Currently translated at 38.3% (88 of 230 strings)

Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/ru/
2019-09-09 10:03:13 -04:00
qqq-qqqq 2ab1447814 Translated using Weblate (Chinese (Simplified))
Currently translated at 82.6% (190 of 230 strings)

Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 10:03:13 -04:00
WWWesten 43c792ade2 Added translation using Weblate (Kazakh) 2019-09-09 10:03:12 -04:00
WWWesten ada1f3a091 Added translation using Weblate (Russian) 2019-09-09 10:03:12 -04:00
zhang1340 63be24354f Translated using Weblate (Chinese (Simplified))
Currently translated at 70.9% (163 of 230 strings)

Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/zh_Hans/
2019-09-09 10:03:12 -04:00
zhang1340 6211f19224 Added translation using Weblate (Chinese (Simplified)) 2019-09-09 10:03:12 -04:00
TrueTechy d7087808b7 tvshows.py - remove __getitem__ 2019-09-09 01:56:38 +01:00
TrueTechy 6ac266688a musicvideos.py - remove __getitem__ 2019-09-09 01:56:09 +01:00
TrueTechy 51ccbfbce0 music.py - remove __getitem__ 2019-09-09 01:56:09 +01:00
TrueTechy 7ed36ca78a movies.py - remove __getitem__ 2019-09-09 01:56:09 +01:00
TrueTechy 789e1856de __init__.py - remove __getitem__ 2019-09-09 01:56:09 +01:00
Abby 4049023559 Cleanup __shortcuts__ in client.py and associated code (#66)
* client.py - remove "connected"

* client.py - remove "config" & configuration.py - removed shortcuts and get/set item functions

* client.py - remove "auth" & connection_manager.py - remove __shortcuts__ & __getitem__

* client.py - remove "auth" & connection_manager.py - remove __shortcuts__ & __getitem__

* client.py - remove "callback"

* client.py - remove "websocket" and __getitem__ & ws_client.py - remove __shortcuts__

* Fix rebase mess-up
2019-09-08 20:20:58 -04:00
mcarlton00 138451d516
Merge pull request #64 from TrueTechy/cleanup-shortcuts
Remove __shortcuts__ in http.py and some in client.py  #27
2019-09-08 09:19:12 -04:00
TrueTechy ae3dc2ab0f correct missed change when removing http shortcuts 2019-09-08 04:14:40 +01:00
TrueTechy b7fa48ea84 client.py - remove api 2019-09-04 03:58:31 +01:00
TrueTechy bf2b4e8c32 Remove http shortcut from client.py __getitem__ 2019-09-04 00:08:41 +01:00
TrueTechy 97fe6a6944 Remove __shortcuts__ from lib/jellyfin/core/http.py 2019-09-03 22:39:30 +01:00
owner b193a60825 Removes kodi_icon.png from baseline 2019-09-02 19:47:24 -05:00
owner b355d746f9 Updates project structure to Kodi v17 2019-09-01 11:19:23 -05:00
mcarlton00 f745e8ee75 Remove references to remote address from connection type logic 2019-08-31 20:20:10 -04:00
mcarlton00 6a31d01e50 Bare minimum to remove dependency on WAN address 2019-08-31 16:02:31 -04:00
TrueTechy 173710f1e0 Change server identification header to allow for basic auth support #52 2019-08-30 14:49:31 +01:00
biAji 8d42f48f93 Add Simplified Chinese translation 2019-07-22 13:53:02 +08:00
Odd Stråbø 6bac723da3 Remove `__cache__`, `__pcache__` and related code. 2019-07-14 19:33:27 +02:00
Odd Stråbø d36a469016 Remove some commented code 2019-07-10 16:37:19 +02:00
Odd Stråbø c559f2fff6 Strip pluginpath from logged stacktraces 2019-07-10 00:18:40 +02:00
Odd Stråbø 9ae99de8dd Increase amount of logging 2019-07-09 22:05:28 +02:00
Odd Stråbø c321b266f0 Add more logging to views.py 2019-07-08 02:37:25 +02:00
Odd Stråbø 0549a8b0ea Add file and line number to log output. 2019-07-08 02:33:32 +02:00
Odd Stråbø 24ffc886f8
Merge pull request #32 from jmeacoe/master
Fix music syncing for Kodi 18 retaining Kodi 17 compatibility
2019-06-02 03:42:44 +02:00
jmeacoe 1f205cf8c1 spacing. 2019-05-29 17:46:44 -04:00
jmeacoe b515642f62 fixes music syncing for kodi 18 while still usable by kodi 17.
Also removes the message in kodi 18 to scan media.
tested in kodi 17 and 18.
2019-05-28 18:46:40 -04:00
Odd Stråbø a3ae264cf7 Always use plaintext login
Fixes #22
2019-05-10 20:36:34 +02:00
James 5f0416d1ce Added a space to better follow style guidelines 2019-04-14 14:34:31 -04:00
James 9cb89156ee Added "Kodi Sync Queue" to plugins searched when attempting to use fast sync. 2019-04-11 21:20:28 -04:00
Vasily d195c4e6d2
Merge pull request #7 from cvium/update_from_upstream_again
Update from upstream again
2019-02-05 23:46:31 +03:00
Vasily 79b23aba14
Apply suggestions from code review
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-02-05 13:11:33 +01:00
Claus Vium 3f0c1f4e05 Remove id check since it seems we don't need it 2019-02-04 22:28:02 +01:00
Claus Vium a14cc6182f More rebranding 2019-02-04 18:30:00 +01:00
Claus Vium 6425a6539f Add missing underscore to http var 2019-02-04 18:27:31 +01:00
angelblue05 93dd35b64d Merge pull request #209 from libanp/develop
Fix version checks
2019-02-04 16:38:10 +01:00
angelblue05 2e2ca1c7aa Support server 3.x with Leia 2019-02-04 16:37:51 +01:00
angelblue05 8c1903d632 Reload objects mapping
Upon restarting service
2019-02-04 16:36:54 +01:00
Vasily d3c6d9158a
Merge pull request #6 from cvium/fix_some_style_issues
Fix some style issues
2019-02-04 14:31:41 +03:00
Claus Vium eefe7c6fd7 Fix some style issues and one bug where param was missing 2019-02-03 16:10:44 +01:00
Claus Vium 1e4a5d9fff Remove extra whitespace 2019-02-03 15:42:32 +01:00
angelblue05 7468818598 Fix manual server connection 2019-02-03 15:41:29 +01:00
Claus Vium a0fb2207ac Remove donations 2019-02-02 22:29:12 +01:00
Claus Vium 8f4d2bfb89 Remove trailing whitespace 2019-02-02 21:31:06 +01:00
Claus Vium 995f871e19 Remove Connect as a login method option 2019-02-02 21:30:18 +01:00
Claus Vium 5fba6555a8 Remove automatic object updates 2019-02-02 21:26:29 +01:00
Claus Vium 5f720da986 Update icon url to jellyfin repo 2019-02-02 21:22:00 +01:00
Claus Vium fd9cde6008 Fix some tuples 2019-02-02 18:28:50 +01:00
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 633d87684d Update krypton objects 2019-02-01 09:16:04 -06:00
angelblue05 e966b613b0 Ensure userid is set for token 2019-02-01 03:09:21 -06:00
angelblue05 4ebcb05ed5 Update local krypton 2019-02-01 03:07:47 -06:00
angelblue05 c9d51690df Fix Kodi hangup on exit 2019-01-31 07:25:21 -06:00