Commit Graph

3155 Commits

Author SHA1 Message Date
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
Claus Vium d93580d7db
Merge pull request #69 from TrueTechy/master
Complete __shortcuts__ and __getitem__ cleanup
2019-09-09 07:22:53 +02: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
Anthony Lavado 520e8f6db2
Merge pull request #68 from mcarlton00/issue-template
Add issue template
2019-09-08 20:39:14 -04:00
mcarlton00 f712f57a76 Add issue template 2019-09-08 20:34:34 -04: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
mcarlton00 a4cf84dd5f
Merge pull request #62 from graybush/filePathsv17
Updates project structure to Kodi v17
2019-09-03 21:49:06 -04: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
Joshua M. Boniface 31aa2073ad
Merge pull request #60 from mcarlton00/wan-ip-removal
Remove dependency on WAN IP Address
2019-08-31 21:14:29 -04:00
Joshua M. Boniface 8774d4080c
Merge pull request #57 from TrueTechy/remove-bundled-libraries
Removed bundled libraries
2019-08-31 21:08:38 -04:00
mcarlton00 f745e8ee75 Remove references to remote address from connection type logic 2019-08-31 20:20:10 -04:00
TrueTechy 31ebe7725c Removed included library source code and get from kodi repo instead 2019-08-31 23:43:17 +01:00
mcarlton00 6a31d01e50 Bare minimum to remove dependency on WAN address 2019-08-31 16:02:31 -04:00
Erwin de Haan 5944e47efa
Merge pull request #56 from TrueTechy/basic_auth_fix
Change server identification header to allow for basic auth support #52
2019-08-30 23:43:32 +02:00
TrueTechy 173710f1e0 Change server identification header to allow for basic auth support #52 2019-08-30 14:49:31 +01:00
Claus Vium f5aa791f59
Merge pull request #48 from biaji/master
Add Simplified Chinese translation
2019-08-27 06:47:16 +02:00
Odd Stråbø 51f968fb50
Merge pull request #54 from oddstr13/pr-importorder-1
Make sure __base__ is the first place we look for packages.
2019-08-19 10:00:16 +02:00
Odd Stråbø 5265b02bf7 Make sure __base__ is the first place we look for packages. 2019-08-19 09:59:06 +02:00
biAji 8d42f48f93 Add Simplified Chinese translation 2019-07-22 13:53:02 +08:00
Odd Stråbø 46ecb6b928 Bump version for 0.2.1 2019-07-14 15:58:52 -04:00
Odd Stråbø ccdcac7f0b
Merge pull request #44 from oddstr13/pr-codecache-cleanup-1
Remove code caching, fixing Kodi 18 Music syncing for existing installs.
2019-07-14 21:41:31 +02:00
Odd Stråbø 6bac723da3 Remove `__cache__`, `__pcache__` and related code. 2019-07-14 19:33:27 +02:00
Odd Stråbø c574d7ceb3 Bump version for 0.2.0 2019-07-11 18:25:57 -04:00
Claus Vium e72a124e31
Merge pull request #38 from oddstr13/pr-logging-1
Greatly increase the amount of logging information.
2019-07-11 07:54:34 +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ø 5df3077a74 Added .editorconfig and tox.ini (flake8) 2019-07-08 02:33:32 +02:00
Odd Stråbø 837fdc2ff5
Merge pull request #37 from jellyfin/release-0.1.0
Backmerge for Release 0.1.0
2019-07-08 02:29:47 +02:00
Odd Stråbø caf2f53be6 Set version to 0.1.0 2019-07-08 02:08:31 +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
Anthony Lavado 45e53a6967
Merge pull request #29 from mcarlton00/install-instructions
Link to readthedocs for install instructions
2019-05-14 20:57:05 -04:00
Odd Stråbø be70d15cbf
Merge pull request #28 from oddstr13/pr-password-nohash-1
Always use plaintext login
2019-05-14 16:08:00 +02:00
mcarlton00 db6138454a Link to readthedocs for install instructions 2019-05-13 22:15:07 -04:00