Commit Graph

1945 Commits

Author SHA1 Message Date
Odd Stråbø 77074fcd1e
Merge pull request #142 from oddstr13/pr-unicode-servername-2
Handle unicode characters without using the io library
2019-11-07 15:12:45 +01:00
TrueTechy e58b65425b Remove WOL Code 2019-11-07 14:38:48 +01:00
Abby 0bc7774a46 Remove Empty shows dialog (#139) 2019-11-07 14:04:33 +01:00
Odd Stråbø aeffc9d240 Handle unicode characters without using the io library 2019-11-06 18:05:55 +01:00
TrueTechy b692f34d07 Remove Rotten Tomatoes 2019-11-05 21:00:30 +00:00
Filip Gurbal 989ff6d367 Added comment for replace_apostrophes function in write_xml 2019-11-04 14:04:50 +01:00
Filip Gurbal b3b33c902a Fix libraries sync when jellyfin library has apostrophes in name 2019-11-04 11:30:54 +01:00
mcarlton00 460b2ef889 Remove port field from server setup 2019-11-02 23:25:15 -04:00
mcarlton00 a2d4950fc8 Remove default connection port 2019-10-29 18:55:21 -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
mcarlton00 896f147560
Merge pull request #124 from TrueTechy/metadata-fix
Update library management dialog titles
2019-10-16 22:40:14 -04:00
TrueTechy 8c1eab6034 Update library management dialog titles 2019-10-14 22:12:00 +01: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
TrueTechy b217352681 merge upstream master 2019-10-06 21:05:49 +01:00
mcarlton00 d77d619b50 Add support for upnext addon 2019-10-06 11:23:24 -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
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