Commit Graph

1928 Commits

Author SHA1 Message Date
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
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
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
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
TrueTechy 77411c8559 Fix missed __getitem__ references 2019-09-23 21:08:45 +01: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
TrueTechy 2d193a25f3 Update file handling to support unicode 2019-09-16 21:43:56 +01: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
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
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