author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
105,989
09.08.2018 17:38:01
-7,200
a056e32a1854b079261fbe82300ee482e08d5b99
Fixes for dialogs, properly setup subtitle handling
[ { "change_type": "MODIFY", "old_path": "resources/lib/Navigation.py", "new_path": "resources/lib/Navigation.py", "diff": "@@ -26,8 +26,8 @@ import resources.lib.NetflixSession as Netflix\nfrom resources.lib.utils import log, find_episode\nfrom resources.lib.KodiHelper import KodiHelper\nfrom resourc...
Python
MIT License
castagnait/plugin.video.netflix
Fixes for dialogs, properly setup subtitle handling
105,989
09.08.2018 17:43:48
-7,200
ce6043fe4b347ab566fac35c3923128c74ace8e6
Fix for mixed mode
[ { "change_type": "MODIFY", "old_path": "resources/lib/NetflixSession.py", "new_path": "resources/lib/NetflixSession.py", "diff": "@@ -303,12 +303,13 @@ class NetflixSession(object):\ncontent=page.content)\nlogin_payload = {\n'userLoginId': account.get('email'),\n+ 'email': account.get('email'),\n'pa...
Python
MIT License
castagnait/plugin.video.netflix
Fix for mixed mode
105,989
09.08.2018 18:02:49
-7,200
85de7da70254da708913298c7297e7e00947cff8
Localize, fix up dialogs
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -339,3 +339,15 @@ msgstr \"\"\nmsgctxt \"#30080\"\nmsgid \"Don't pause when skipping\"\nmsgstr \"\"\n+\n+msgctxt \"#30081\"...
Python
MIT License
castagnait/plugin.video.netflix
Localize, fix up dialogs
105,989
20.08.2018 10:23:53
-7,200
5fdcb70662e8e20e3fb536f03b52d1c2879be8d5
Safe get if no fanart images are returned
[ { "change_type": "MODIFY", "old_path": "resources/lib/NetflixSession.py", "new_path": "resources/lib/NetflixSession.py", "diff": "@@ -838,7 +838,7 @@ class NetflixSession(object):\nbx_big = boxarts.get(ART_BOX_SIZE_LARGE, {}).get('jpg', {}).get('url')\nbx_poster = boxarts.get(ART_BOX_SIZE_POSTER, {}...
Python
MIT License
castagnait/plugin.video.netflix
Safe get if no fanart images are returned
105,989
20.08.2018 18:26:49
-7,200
a587574b20b8a7687f8e6a9a97ee8adad6f3c8f6
version bump 0.13.11
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.10\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
version bump 0.13.11
105,989
21.08.2018 09:51:28
-7,200
0bf52c68b0202d61c799480f2c9d047f55c433e0
Fix issues with timeline markers. Version bump 0.13.12
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.11\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Fix issues with timeline markers. Version bump 0.13.12
105,989
11.09.2018 17:29:11
-7,200
bccee6d04524fb4b556ba6ae2d1ecca4215a7809
Fix Get enabled setting for action manager as bool.
[ { "change_type": "MODIFY", "old_path": "resources/lib/playback/__init__.py", "new_path": "resources/lib/playback/__init__.py", "diff": "@@ -154,7 +154,7 @@ class PlaybackActionManager(LoggingComponent):\n\"\"\"\nif self._enabled is None:\nself.log('Loading enabled setting from store')\n- self._enabl...
Python
MIT License
castagnait/plugin.video.netflix
Fix #469. Get enabled setting for action manager as bool.
105,989
13.09.2018 20:53:49
-7,200
ea057f4e947952179ff20c5079f4c6ec10017c16
Version bump (0.13.13)
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.12\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (0.13.13)
105,989
22.09.2018 15:33:05
-7,200
62b63ebd1beb18c307979c5f45a6c421ecda43b3
Fix automatic intro skipping
[ { "change_type": "MODIFY", "old_path": "resources/lib/playback/section_skipping.py", "new_path": "resources/lib/playback/section_skipping.py", "diff": "@@ -59,7 +59,8 @@ class SectionSkipper(PlaybackActionManager):\nself.log('Auto-skipping {}'.format(section))\nplayer = xbmc.Player()\nxbmcgui.Dialog...
Python
MIT License
castagnait/plugin.video.netflix
Fix automatic intro skipping
105,989
22.09.2018 15:33:28
-7,200
270ca8b9698f11b14c71b2fb6dc09e82ac8b8dd8
Remember audio and subtitles for ALL shows (not just those in library)
[ { "change_type": "MODIFY", "old_path": "resources/lib/KodiHelper.py", "new_path": "resources/lib/KodiHelper.py", "diff": "@@ -885,7 +885,7 @@ class KodiHelper(object):\nself.set_custom_view(VIEW_EPISODE)\nreturn True\n- def play_item(self, video_id, start_offset=-1, infoLabels={}, timeline_markers={...
Python
MIT License
castagnait/plugin.video.netflix
Remember audio and subtitles for ALL shows (not just those in library)
105,989
22.09.2018 15:38:54
-7,200
743a74a1a16d9379fc5a46ded6ecc9eeeec4afda
Version bump (0.13.14)
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.13\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (0.13.14)
105,992
10.10.2018 09:33:26
-7,200
813cb420479c1ff7c315f6d9b11bb60d6a9c1e60
Make HDR / DolbyVision optional
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -351,3 +351,11 @@ msgstr \"\"\nmsgctxt \"#30083\"\nmsgid \"Save bookmarks for library items / mark as watched\"\nmsgstr \"\...
Python
MIT License
castagnait/plugin.video.netflix
Make HDR / DolbyVision optional
105,992
10.10.2018 09:35:02
-7,200
5b36874e15e260ec754e0418713a28f159ae2ceb
Version bump 0.13.15
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.14\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump 0.13.15
105,992
12.11.2018 16:54:24
-3,600
58c85cf21fb8f1e2d1ec5738e6036643a22c3e01
WebVTT subtitles for inputstream version >= 2.3.8
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSL.py", "new_path": "resources/lib/MSL.py", "diff": "@@ -19,6 +19,8 @@ from datetime import datetime\nimport requests\nimport xml.etree.ElementTree as ET\n+import xbmcaddon\n+\n#check if we are on Android\nimport subprocess\ntry:\n@@ -85,9 +87,9...
Python
MIT License
castagnait/plugin.video.netflix
WebVTT subtitles for inputstream version >= 2.3.8
105,992
13.11.2018 15:51:23
-3,600
6e6c4263a02c9162e1ce63015edc0c6432be619b
[MSL] write Role for forced subtitles
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSL.py", "new_path": "resources/lib/MSL.py", "diff": "@@ -464,6 +464,11 @@ class MSL(object):\ncodecs='wvtt' if downloadable.get('contentProfile') == 'webvtt-lssdh-ios8' else 'stpp',\ncontentType='text',\nmimeType='text/vtt' if downloadable.get('...
Python
MIT License
castagnait/plugin.video.netflix
[MSL] write Role for forced subtitles
105,992
13.11.2018 20:53:34
-3,600
63a79bb1e70f9b0c8430237cd6f94585f7cc82f6
Version bump 0.13.16
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.15\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump 0.13.16
105,992
14.11.2018 16:12:43
-3,600
e63aaef75c0c9ac5bafd3d5ae65d2589ac228c85
ESN generation for android extended
[ { "change_type": "MODIFY", "old_path": "resources/lib/NetflixSession.py", "new_path": "resources/lib/NetflixSession.py", "diff": "@@ -2088,21 +2088,26 @@ class NetflixSession(object):\n\"\"\"\n# we generate an esn from device strings for android\nimport subprocess\n+ import re\ntry:\nmanufacturer = ...
Python
MIT License
castagnait/plugin.video.netflix
ESN generation for android extended
105,992
16.11.2018 10:36:59
-3,600
3d6f86e4fbab1ec8b7857e8d09fa7587249f32cc
Add VP9 profies to fix PRK exception
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSL.py", "new_path": "resources/lib/MSL.py", "diff": "@@ -79,10 +79,12 @@ class MSL(object):\n'viewableIds': [viewable_id],\n'profiles': [\n# Video\n- \"playready-h264bpl30-dash\",\n- \"playready-h264mpl30-dash\",\n- \"playready-h264mpl31-dash\",...
Python
MIT License
castagnait/plugin.video.netflix
Add VP9 profies to fix PRK exception
105,992
16.11.2018 13:42:17
-3,600
a01342d443fa2a72ddad1f92e62c2f31df8bedef
Version bump 0.13.17
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.16\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump 0.13.17
105,992
16.11.2018 15:29:13
-3,600
05f0fbe55cb4e9d69f93d38ecbf88f1ac48e01f5
Write correct codec into VP9 MPEG DAS profiles
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSL.py", "new_path": "resources/lib/MSL.py", "diff": "@@ -367,6 +367,10 @@ class MSL(object):\ncodec = 'h264'\nif 'hevc' in downloadable['contentProfile']:\ncodec = 'hevc'\n+ elif downloadable['contentProfile'] == 'vp9-profile0-L30-dash-cenc':\n+...
Python
MIT License
castagnait/plugin.video.netflix
Write correct codec into VP9 MPEG DAS profiles
105,992
17.11.2018 14:56:05
-3,600
eb481a6e4659a0ba072d63287228206e87e2a75a
Version bump 0.13.18
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.17\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump 0.13.18
106,018
19.11.2018 00:03:35
-3,600
d9d1467ce78a6045bfb8ca3ee6b69ebe2e8e7234
Fix failsave response if image is missing
[ { "change_type": "MODIFY", "old_path": "resources/lib/Library.py", "new_path": "resources/lib/Library.py", "diff": "@@ -851,4 +851,4 @@ class Library(object):\nfile = os.path.join(self.imagecache_path, imgfile)\nif xbmcvfs.exists(file):\nreturn file\n- return self.nx_common.default_fanart\n+ return ...
Python
MIT License
castagnait/plugin.video.netflix
Fix failsave response if image is missing
105,992
19.11.2018 22:56:15
-3,600
289d5228c1fef7fbf66c3c4b5f73d91b24e06d71
Set HDCP to 1.0 if stream's HDCP value is any
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSL.py", "new_path": "resources/lib/MSL.py", "diff": "@@ -375,7 +375,7 @@ class MSL(object):\nhdcp_versions = '0.0'\nfor hdcp in downloadable['hdcpVersions']:\nif hdcp != 'none':\n- hdcp_versions = hdcp\n+ hdcp_versions = hdcp if hdcp != 'any' el...
Python
MIT License
castagnait/plugin.video.netflix
Set HDCP to 1.0 if stream's HDCP value is any
105,992
20.11.2018 13:24:58
-3,600
1ff6579b9338829e06f1ac7f5be24e929ba49191
VP9 optional if HEVC profiles are selected
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -359,3 +359,7 @@ msgstr \"\"\nmsgctxt \"#30085\"\nmsgid \"Enable DolbyVision profiles\"\nmsgstr \"\"\n+\n+msgctxt \"#30086\...
Python
MIT License
castagnait/plugin.video.netflix
VP9 optional if HEVC profiles are selected
105,992
22.11.2018 14:43:19
-3,600
86894ce4bb7c0013d4824f61e4e451300bfb9c04
Implement version_compare for VTT subs
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSL.py", "new_path": "resources/lib/MSL.py", "diff": "@@ -115,7 +115,7 @@ class MSL(object):\n# subtitles\naddon = xbmcaddon.Addon('inputstream.adaptive')\n- if addon and addon.getAddonInfo('version') >= '2.3.8':\n+ if addon and self.nx_common.co...
Python
MIT License
castagnait/plugin.video.netflix
Implement version_compare for VTT subs
105,992
24.11.2018 11:12:23
-3,600
80b9445560c165cfabb0826cccd9e16c42196a89
Version bump 0.13.19
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.18\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump 0.13.19
105,992
26.11.2018 13:38:42
-3,600
5d363569b025247f5005a2266e69efddb1476cc7
Fix parameter values for stream play
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSLHttpRequestHandler.py", "new_path": "resources/lib/MSLHttpRequestHandler.py", "diff": "@@ -54,15 +54,15 @@ class MSLHttpRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):\nelse:\n# Get the manifest with the given id\ndolby = (True if 'dolb...
Python
MIT License
castagnait/plugin.video.netflix
Fix parameter values for stream play
105,992
29.11.2018 13:11:04
-3,600
c2307770dadc99da6f463d08b2e5bcfa6d162eff
MSLv2 implementation
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSLHttpRequestHandler.py", "new_path": "resources/lib/MSLHttpRequestHandler.py", "diff": "@@ -11,7 +11,7 @@ import BaseHTTPServer\nfrom urlparse import urlparse, parse_qs\nfrom SocketServer import TCPServer\n-from resources.lib.MSL import MSL\n+f...
Python
MIT License
castagnait/plugin.video.netflix
MSLv2 implementation
105,992
29.11.2018 13:16:13
-3,600
7c433e55e796fdace07132cf1334749021920215
Version bump 0.13.20
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.19\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump 0.13.20
105,992
29.11.2018 23:10:33
-3,600
53422841020e3a697b6a4ab083aa36d85b76e47b
Add more vp9 profiles
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSLv2.py", "new_path": "resources/lib/MSLv2.py", "diff": "@@ -192,6 +192,15 @@ class MSL(object):\nif hevc is False or vp9 is True:\nprofiles.append('vp9-profile0-L30-dash-cenc')\nprofiles.append('vp9-profile0-L31-dash-cenc')\n+ profiles.append('...
Python
MIT License
castagnait/plugin.video.netflix
Add more vp9 profiles
105,992
30.11.2018 13:00:16
-3,600
fe53bce6063252b021c0716ff635b0d1153c6781
VP9 optional / fix subs for ipsa < 2.3.8 / language identifier
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSLv2.py", "new_path": "resources/lib/MSLv2.py", "diff": "@@ -60,6 +60,10 @@ class MSL(object):\n\"\"\"\nself.nx_common = nx_common\n+ self.locale_id = []\n+ locale_id = nx_common.get_setting('locale_id')\n+ self.locale_id.append(locale_id if loc...
Python
MIT License
castagnait/plugin.video.netflix
VP9 optional / fix subs for ipsa < 2.3.8 / language identifier
105,992
02.12.2018 20:36:15
-3,600
c2d113597bfee4ca1a4c4e4ec4cfca3ed158ad5d
v2 license request / Add h264 profileLevel40 streams
[ { "change_type": "MODIFY", "old_path": "resources/lib/MSLv2.py", "new_path": "resources/lib/MSLv2.py", "diff": "import re\nimport sys\nimport zlib\n-import gzip\nimport json\nimport time\nimport base64\n@@ -48,8 +47,7 @@ class MSL(object):\nbase_url = 'https://www.netflix.com/nq/msl_v1/cadmium/'\nen...
Python
MIT License
castagnait/plugin.video.netflix
v2 license request / Add h264 profileLevel40 streams
105,992
03.12.2018 01:27:30
-3,600
277499edb62447bc9ed4319d8478556937ecea40
Version bump 0.13.21
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.13.20\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video.netfl...
Python
MIT License
castagnait/plugin.video.netflix
Version bump 0.13.21
105,989
11.10.2018 14:46:11
-7,200
49260f09be95883267a37ca2272cdfe830946681
Introduce safe secret generation for password storage
[ { "change_type": "MODIFY", "old_path": "resources/lib/common.py", "new_path": "resources/lib/common.py", "diff": "@@ -122,40 +122,16 @@ def __crypt_key():\n__CRYPT_KEY__ = __uniq_id()\nreturn __CRYPT_KEY__\n-def __uniq_id(delay=1):\n+def __uniq_id():\n\"\"\"\nReturns a unique id based on the devices...
Python
MIT License
castagnait/plugin.video.netflix
Introduce safe secret generation for password storage
105,989
16.10.2018 11:46:34
-7,200
2bf7994280f7f1ebca261d66dafb297761d1172f
Add MSL reset on ESN change. Small improvements.
[ { "change_type": "MODIFY", "old_path": "resources/lib/common.py", "new_path": "resources/lib/common.py", "diff": "@@ -6,6 +6,7 @@ from __future__ import unicode_literals\nimport sys\nimport os\nimport json\n+import traceback\nfrom functools import wraps\nfrom datetime import datetime, timedelta\n@@ ...
Python
MIT License
castagnait/plugin.video.netflix
Add MSL reset on ESN change. Small improvements.
105,989
18.10.2018 00:38:10
-7,200
df1c3e540ccf54f28f1b6505f014c2a7a9b03023
Start rewriting navigation.
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "from __future__ import unicode_literals\nimport sys\n+\nimport resources.lib.common as common\n-from resources.lib.Navigation import Navigation\n+import resources.lib.navigation.directory as directory\n+import resour...
Python
MIT License
castagnait/plugin.video.netflix
Start rewriting navigation.
105,989
18.10.2018 01:01:48
-7,200
f8e05e3a37092490d3f670781eda6ce66111e9cd
Improve recognition of timeouts when invoking background services
[ { "change_type": "MODIFY", "old_path": "resources/lib/common.py", "new_path": "resources/lib/common.py", "diff": "@@ -605,6 +605,8 @@ def make_call(func, data=None):\n.format(callname, **result))\nerror(msg)\nraise Exception(msg)\n+ elif result is None:\n+ raise Exception('AddonSignals call timed ou...
Python
MIT License
castagnait/plugin.video.netflix
Improve recognition of timeouts when invoking background services
105,989
18.10.2018 01:02:11
-7,200
722e78895ea0ee2a966b7925a126b8ec79b5929b
Make current functionality fully unicode compatible
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/KodiHelper.py", "new_path": "resources/lib/kodi/KodiHelper.py", "diff": "@@ -228,8 +228,9 @@ class KodiHelper(object):\n# build menu items for every profile\nfor _, profile in profiles.items():\n# load & encode profile data\n- enc_profile_na...
Python
MIT License
castagnait/plugin.video.netflix
Make current functionality fully unicode compatible
105,989
18.10.2018 18:10:59
-7,200
a998263b6bc96b7d212d0b829f3fa698e4da1170
(possibly broken) Add caching to API operations. Start refactoring Kodi helper.
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "# Module: default\n# Created on: 13.01.2017\n# License: MIT https://goo.gl/5bMj3H\n+# pylint: disable=broad-except\n\"\"\"Kodi plugin for Netflix (https://netflix.com)\"\"\"\nfrom __future__ import unicode_literals\n...
Python
MIT License
castagnait/plugin.video.netflix
(possibly broken) Add caching to API operations. Start refactoring Kodi helper.
105,989
20.10.2018 03:28:38
-7,200
9424d87dce8c3676751f9a97d66a6475c8ed9100
Get complete infolabels
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/data_types.py", "new_path": "resources/lib/api/data_types.py", "diff": "@@ -5,9 +5,7 @@ from __future__ import unicode_literals\nfrom collections import OrderedDict\n-import resources.lib.common as common\n-\n-from .paths import ART_PARTIAL_P...
Python
MIT License
castagnait/plugin.video.netflix
Get complete infolabels
105,989
22.10.2018 10:10:22
-7,200
d52b4ec7bbace59d093cbb348513e7d9e604e0ec
Fix playback
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -106,7 +106,7 @@ def metadata(video_id):\n'component': 'metadata',\n'req_type': 'api',\n'params': {'movieid': video_id}\n- })\n+ })['video']\ndef build_paths(base_path, partia...
Python
MIT License
castagnait/plugin.video.netflix
Fix playback
105,989
22.10.2018 12:12:00
-7,200
ce69dec28d7cf735cf875c1bfd4ac47a89ae6884
Add proper handling of infolabels and art upon playback
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -36,7 +36,7 @@ def route(pathitems):\nelif root_handler == nav.MODE_HUB:\nhub.browse(*pass_on_params)\nelif root_handler == nav.MODE_PLAY:\n- player.play_item(*pass_on_params)\n+ player.play(*pass_on_params)\nelif...
Python
MIT License
castagnait/plugin.video.netflix
Add proper handling of infolabels and art upon playback
105,989
22.10.2018 14:05:54
-7,200
f2ae9faafef93f4a6f511f97e81391fbaebf65ce
Replace pickle with json
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -36,7 +36,7 @@ def route(pathitems):\nelif root_handler == nav.MODE_HUB:\nhub.browse(*pass_on_params)\nelif root_handler == nav.MODE_PLAY:\n- player.play(*pass_on_params)\n+ player.play(pathitems[1:])\nelif root_h...
Python
MIT License
castagnait/plugin.video.netflix
Replace pickle with json
105,989
22.10.2018 17:48:56
-7,200
3b775762f59e99eac94fd25142adcdd4e5878937
Get infolabels from kodi library if video was exported
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "# -*- coding: utf-8 -*-\n-\"\"\"Caching for API calls\"\"\"\n+\"\"\"General caching facilities. Caches are segmented into buckets.\n+Within each bucket, identifiers for cache entries must ...
Python
MIT License
castagnait/plugin.video.netflix
Get infolabels from kodi library if video was exported
105,989
23.10.2018 01:33:44
-7,200
f452c30dbd9b3f90181418cbdaa7afff8823a64d
Add rate on Netflix, my list operations, proper cache invalidation. Prepare library export. Improve infolabels
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -14,17 +14,13 @@ import xbmcplugin\nimport resources.lib.cache as cache\nimport resources.lib.common as common\n-import resources.lib.api.shakti as api\nimport resources.lib.kodi.ui as ui\n+import resources.lib.ko...
Python
MIT License
castagnait/plugin.video.netflix
Add rate on Netflix, my list operations, proper cache invalidation. Prepare library export. Improve infolabels
105,989
24.10.2018 23:57:46
-7,200
9c4c5711c35487248eee83032569168a5e75afc6
Refactor UI dialogs
[ { "change_type": "MODIFY", "old_path": "resources/lib/common.py", "new_path": "resources/lib/common.py", "diff": "@@ -17,8 +17,6 @@ import xbmcaddon\nimport xbmcgui\nimport AddonSignals\n-import resources.lib.kodi.ui.newdialogs as dialogs\n-\n# Global vars are initialized in init_globals\n# Commonly...
Python
MIT License
castagnait/plugin.video.netflix
Refactor UI dialogs
105,989
24.10.2018 23:58:07
-7,200
0f4d47385fa983e263d6ea1627306634cf64c15f
Add browsing of genres and recommendations from main menu
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -16,12 +16,7 @@ def build(pathitems, params):\nraise InvalidPathError('Cannot route {}'.format('/'.join(pathitems)))\ncommon.debug('Invoking directory hand...
Python
MIT License
castagnait/plugin.video.netflix
Add browsing of genres and recommendations from main menu
105,989
25.10.2018 00:21:09
-7,200
1cb8ad717fbb5adcf4f5e0247a1017960cb2a10e
Prepare recursive browsing of genres like on Netflix Website
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -41,7 +41,7 @@ def root_lists():\nNetflixSession.path_request,\n[['lolomo',\n{'from': 0, 'to': 40},\n- ['displayName', 'context', 'id', 'index', 'length']]]))\n+ ['displayName...
Python
MIT License
castagnait/plugin.video.netflix
Prepare recursive browsing of genres like on Netflix Website
105,989
25.10.2018 17:20:57
-7,200
11c85c132d3b771fe78803c10744553c897924e7
Make parsing of path references more robust. Several optimizations. Make artwork (of first contained video) and short selection of contained titles available for VideoList
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/data_types.py", "new_path": "resources/lib/api/data_types.py", "diff": "@@ -10,35 +10,53 @@ from .paths import resolve_refs\nclass LoLoMo(object):\n\"\"\"List of list of movies (lolomo)\"\"\"\n# pylint: disable=invalid-name\n- def __init__(se...
Python
MIT License
castagnait/plugin.video.netflix
Make parsing of path references more robust. Several optimizations. Make artwork (of first contained video) and short selection of contained titles available for VideoList
105,989
25.10.2018 17:45:23
-7,200
06536aa7558f5de8d1edd334a13e45fa20fde179
Add displaying artwork and a selection of contained titles for video lists
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -363,3 +363,7 @@ msgstr \"\"\nmsgctxt \"#30086\"\nmsgid \"Invalidate entire cache on modification of My List\"\nmsgstr \"\"...
Python
MIT License
castagnait/plugin.video.netflix
Add displaying artwork and a selection of contained titles for video lists
105,989
26.10.2018 14:58:11
-7,200
b7ed8600ad6833dee8140ba17474572d959437f6
Add recursive browsing of genres and video lists (browse related video lists when viewing a video list)
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -365,5 +365,45 @@ msgid \"Invalidate entire cache on modification of My List\"\nmsgstr \"\"\nmsgctxt \"#30087\"\n-msgid \" ...
Python
MIT License
castagnait/plugin.video.netflix
Add recursive browsing of genres and video lists (browse related video lists when viewing a video list)
105,989
26.10.2018 16:13:42
-7,200
572eb63c6ae20805dd385fd5a4a9d8e63232d6c9
Request new credentials if stored ones cannot be decrypted
[ { "change_type": "MODIFY", "old_path": "resources/lib/common.py", "new_path": "resources/lib/common.py", "diff": "@@ -412,10 +412,14 @@ def get_credentials():\nemail = ADDON.getSetting('email')\npassword = ADDON.getSetting('password')\nverify_credentials(email, password)\n+ try:\nreturn {\n'email': ...
Python
MIT License
castagnait/plugin.video.netflix
Request new credentials if stored ones cannot be decrypted
105,989
28.10.2018 13:50:54
-3,600
92d1de41942ebf1eefacd7b549664b6b7e6e7dc8
Disable clearlogo for videolists (can't see title in some skins). Ensure paths always end in /
[ { "change_type": "MODIFY", "old_path": "resources/lib/common.py", "new_path": "resources/lib/common.py", "diff": "@@ -860,7 +860,7 @@ def build_url(pathitems=None, videoid=None, params=None, mode=None):\npathitems.insert(0, mode)\nreturn '{netloc}/{path}{qs}'.format(\nnetloc=BASE_URL,\n- path='/'.jo...
Python
MIT License
castagnait/plugin.video.netflix
Disable clearlogo for videolists (can't see title in some skins). Ensure paths always end in /
105,989
28.10.2018 13:52:10
-3,600
85329673d3a154070cdff0c93569ee8ff56cfe85
Add cache locking to prevent race conditions (work with empty and volatile cache if a lock can't be acquired in a short time). Add simpler mechanism to check if an item is in my list and correct cache invalidtion
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -134,6 +134,14 @@ def single_info(videoid):\nART_PARTIAL_PATHS + [['title']]))\nreturn common.make_call('path_request', paths)\n+@cache.cache_output(cache.CACHE_COMMON, fixed_...
Python
MIT License
castagnait/plugin.video.netflix
Add cache locking to prevent race conditions (work with empty and volatile cache if a lock can't be acquired in a short time). Add simpler mechanism to check if an item is in my list and correct cache invalidtion
105,989
29.10.2018 13:32:25
-3,600
35792b42139d412e1f9b46d93076e8c044ba3788
Add export (and removal) to library
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -27,16 +27,16 @@ def route(pathitems):\ncommon.debug('Routing navigation request')\nroot_handler = pathitems[0]\npass_on_params = (pathitems[1:], common.REQUEST_PARAMS)\n- if not common.PATH or root_handler == nav...
Python
MIT License
castagnait/plugin.video.netflix
Add export (and removal) to library
105,989
29.10.2018 18:29:35
-3,600
28eac3d754919edd9f930370c7c29b60f5b3c781
Refine library export/remove/update (add GUI feedback). Reduce complexity in several locations
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -15,12 +15,12 @@ import xbmcplugin\nimport resources.lib.cache as cache\nimport resources.lib.common as common\nimport resources.lib.kodi.ui as ui\n-import resources.lib.kodi.library as library\nimport resources.l...
Python
MIT License
castagnait/plugin.video.netflix
Refine library export/remove/update (add GUI feedback). Reduce complexity in several locations
105,989
29.10.2018 18:39:13
-3,600
be79fc863c228084806cecf2570d35c5583edf72
Add new file forgotten on last commit
[ { "change_type": "ADD", "old_path": null, "new_path": "resources/lib/navigation/library.py", "diff": "+# -*- coding: utf-8 -*-\n+\"\"\"Navigation handler for library actions\"\"\"\n+from __future__ import unicode_literals\n+\n+import resources.lib.common as common\n+import resources.lib.kodi.library...
Python
MIT License
castagnait/plugin.video.netflix
Add new file forgotten on last commit
105,989
29.10.2018 23:21:43
-3,600
b6bdef8594c08a17d67508cce944a2ec8552d7fa
Add sentinel check to getitem
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/data_types.py", "new_path": "resources/lib/api/data_types.py", "diff": "@@ -24,7 +24,7 @@ class LoLoMo(object):\nin resolve_refs(self.data['lolomos'][self.id], self.data))\ndef __getitem__(self, key):\n- return self.data['lolomos'][self.id][k...
Python
MIT License
castagnait/plugin.video.netflix
Add sentinel check to getitem
105,989
29.10.2018 23:22:32
-3,600
fe7a3772b6ff6d7f32ed8cbcc41d00bf8660fb7a
Reduce complexity. Get context genreId directly from videolist instead of passing it as a param
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -75,7 +75,7 @@ def video_list(list_id):\ncommon.debug('Requesting video list {}'.format(list_id))\nreturn VideoList(common.make_call(\n'path_request',\n- [['lists', [list_id],...
Python
MIT License
castagnait/plugin.video.netflix
Reduce complexity. Get context genreId directly from videolist instead of passing it as a param
105,989
29.10.2018 23:41:35
-3,600
44f70e5588e7e0a55aa822dd32aff78b8cf343ee
Fix URL building for context menu items. Fix passing of related genreId
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/listings.py", "new_path": "resources/lib/kodi/listings.py", "diff": "@@ -56,7 +56,7 @@ def ctx_item_url(paths, mode=common.MODE_ACTION):\nfor the predefined path\"\"\"\ndef url_builder(videoid):\n\"\"\"Build defined URL from videoid\"\"\"\n-...
Python
MIT License
castagnait/plugin.video.netflix
Fix URL building for context menu items. Fix passing of related genreId
105,989
29.10.2018 23:41:52
-3,600
a7319bcd2b3a15b9df90123193a8cb1f722ca663
Fix regression of videoid injection
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/__init__.py", "new_path": "resources/lib/navigation/__init__.py", "diff": "@@ -20,6 +20,6 @@ def execute(executor_type, pathitems, params):\ncommon.debug('Invoking action executor {}'.format(executor.__name__))\nif len(pathitems) > 1:\...
Python
MIT License
castagnait/plugin.video.netflix
Fix regression of videoid injection
105,989
30.10.2018 00:33:44
-3,600
ff705b90eef8010616c1f20310cb5124c70f5c6e
Fix cache locking. Fix conversion errors on missing infolabels
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "@@ -173,9 +173,15 @@ def invalidate_entry(bucket, identifier):\ndef commit():\n\"\"\"Persist cache contents in window properties\"\"\"\n- for bucket, contents in BUCKETS.iteritems():\n+ # ...
Python
MIT License
castagnait/plugin.video.netflix
Fix cache locking. Fix conversion errors on missing infolabels
105,989
30.10.2018 02:47:57
-3,600
c392c7c4e9238e75b1bf01bf214f32295b929a90
Fix library export. Other fixes
[ { "change_type": "MODIFY", "old_path": "resources/lib/common.py", "new_path": "resources/lib/common.py", "diff": "@@ -201,13 +201,13 @@ class VideoId(object):\nif self.videoid:\nreturn [self.videoid]\nif self.movieid:\n- return [self.MOVIE, self.movieid]\n+ return [self.MOVIE, unicode(self.movieid)]...
Python
MIT License
castagnait/plugin.video.netflix
Fix library export. Other fixes
105,989
31.10.2018 11:09:18
-3,600
163445a1e3e8b2b7eb717b17a3cf43fea8c93cd0
Fix issues with identifying items in Kodi library.
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodiops.py", "new_path": "resources/lib/common/kodiops.py", "diff": "@@ -7,16 +7,7 @@ import json\nimport xbmc\nfrom resources.lib.globals import g\n-\n-\n-def update_library_item_details(dbtype, dbid, details):\n- \"\"\"\n- Update propert...
Python
MIT License
castagnait/plugin.video.netflix
Fix issues with identifying items in Kodi library.
105,989
01.11.2018 16:40:58
-3,600
6c1ff3e3cce9a0c70c75b9d2dd1ae2e54fa20e41
Add debug output to MSL
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/MSL.py", "new_path": "resources/lib/services/msl/MSL.py", "diff": "@@ -59,9 +59,11 @@ class MSL(object):\n\"\"\"\nself.crypto = MSLHandler()\n- if common.file_exists(g.DATA_PATH, 'msl_data.json'):\n+ if common.file_exists('msl_data.j...
Python
MIT License
castagnait/plugin.video.netflix
Add debug output to MSL
105,989
01.11.2018 20:20:33
-3,600
6e0e4caf31e49de69dd73bb0c462c2bb391e8291
Start of MSL rewrite. Introduce separate module for profiles
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -407,3 +407,15 @@ msgstr \"\"\nmsgctxt \"#30097\"\nmsgid \"Main Menu\"\nmsgstr \"\"\n+\n+msgctxt \"#30098\"\n+msgid \"Enabl...
Python
MIT License
castagnait/plugin.video.netflix
Start of MSL rewrite. Introduce separate module for profiles
105,989
01.11.2018 21:58:05
-3,600
f1a6fbd650649369449d4780e98a9f10a9f2f1ce
Refactor MPD conversion
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/MSL.py", "new_path": "resources/lib/services/msl/MSL.py", "diff": "@@ -24,6 +24,7 @@ from resources.lib.globals import g\nimport resources.lib.common as common\nfrom .profiles import enabled_profiles\n+from .converter import convert_...
Python
MIT License
castagnait/plugin.video.netflix
Refactor MPD conversion
105,989
01.11.2018 22:39:07
-3,600
d5552298e5f8389b167f6beee3f6c39cc15a9ba7
Refactor crypto operations
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/MSL.py", "new_path": "resources/lib/services/msl/MSL.py", "diff": "@@ -37,7 +37,7 @@ except:\nif sdkversion >= 18:\nfrom MSLMediaDrm import MSLMediaDrmCrypto as MSLCrypto\nelse:\n- from MSLCrypto import MSLCrypto as MSLCrypto\n+ from...
Python
MIT License
castagnait/plugin.video.netflix
Refactor crypto operations
105,989
01.11.2018 23:08:46
-3,600
5e52b3b146dc1d07c626329b47603ba4274c9dec
Refactor handling of MSL responses
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/MSL.py", "new_path": "resources/lib/services/msl/MSL.py", "diff": "@@ -25,6 +25,7 @@ import resources.lib.common as common\nfrom .profiles import enabled_profiles\nfrom .converter import convert_to_dash\n+from .exceptions import MSLE...
Python
MIT License
castagnait/plugin.video.netflix
Refactor handling of MSL responses
105,989
01.11.2018 23:38:48
-3,600
be72c5b094ed71277cb05bb6926f4f95e2c5546e
Refactor MSL request building
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -6,6 +6,9 @@ from __future__ import unicode_literals\nimport traceback\nfrom datetime import datetime\nfrom urllib import urlencode\n+import gzip\n+import base64...
Python
MIT License
castagnait/plugin.video.netflix
Refactor MSL request building
105,989
02.11.2018 00:39:06
-3,600
32fb8fb79fa69395872f3be49c6da532b31c6c27
Extract common base class for crypto handlers and refactor MSLMediaDrm into android_crypto
[ { "change_type": "DELETE", "old_path": "resources/lib/services/msl/MSLMediaDrm.py", "new_path": null, "diff": "-from __future__ import unicode_literals\n-\n-from os import urandom\n-import json\n-import base64\n-import xbmcdrm\n-import pprint\n-\n-import resources.lib.common as common\n-\n-class MSL...
Python
MIT License
castagnait/plugin.video.netflix
Extract common base class for crypto handlers and refactor MSLMediaDrm into android_crypto
105,989
02.11.2018 01:16:20
-3,600
62467d1974e11706176750900f5f10c9e15dfb4d
Reduce log spam. Fix bookmarks manager
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -55,7 +55,7 @@ INFO_MAPPINGS = {\n'userrating': ['userRating', 'userRating'],\n'mpaa': ['maturity', 'rating', 'value'],\n'duration': 'runtime',\n- 'bookmark': 'bookmarkPosition'...
Python
MIT License
castagnait/plugin.video.netflix
Reduce log spam. Fix bookmarks manager
105,989
02.11.2018 12:38:26
-3,600
749d88cecc6722905e286f3a7f6929e931bc7238
Add view for browsing exported items
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/data_types.py", "new_path": "resources/lib/api/data_types.py", "diff": "@@ -90,6 +90,25 @@ class SearchVideoList(object):\nreturn _check_sentinel(self.data['search'].get(key, default))\n+class CustomVideoList(object):\n+ \"\"\"A video list\"\...
Python
MIT License
castagnait/plugin.video.netflix
Add view for browsing exported items
105,989
02.11.2018 14:55:21
-3,600
39133aae08a8845fb69d219c899f171ad5db1a4d
Add more informative error display
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -61,7 +61,10 @@ if __name__ == '__main__':\nexcept Exception as exc:\nimport traceback\ncommon.error(traceback.format_exc())\n- ui.show_notification(msg='Error: {}'.format(exc))\n+ ui.show_error_info(title=common....
Python
MIT License
castagnait/plugin.video.netflix
Add more informative error display
105,989
02.11.2018 15:19:32
-3,600
962f83eb8cc453e58739a1b8e91c9de2ef979632
Improve error handling. Fix small issues in playback services
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -178,10 +178,8 @@ class MSLHandler(object):\ntry:\n# if the json() does not fail we have an error because\n# the expected response is a chunked jso...
Python
MIT License
castagnait/plugin.video.netflix
Improve error handling. Fix small issues in playback services
105,989
02.11.2018 16:41:15
-3,600
ad6442d34ca1339b66527979ab592a95e07002e2
Add adult PIN verification
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -443,3 +443,15 @@ msgstr \"\"\nmsgctxt \"#30105\"\nmsgid \"Netflix Addon Error\"\nmsgstr \"\"\n+\n+msgctxt \"#30106\"\n+msg...
Python
MIT License
castagnait/plugin.video.netflix
Add adult PIN verification
105,989
03.11.2018 00:12:17
-3,600
2a6b1beb63e9d8940bff9426b906907139d38101
Fix caching when reusing Kodi language invokers
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -17,7 +17,6 @@ from resources.lib.globals import g\ng.init_globals(sys.argv)\nimport resources.lib.common as common\n-import resources.lib.cache as cache\nimport resources.lib.kodi.ui as ui\nimport resources.lib.n...
Python
MIT License
castagnait/plugin.video.netflix
Fix caching when reusing Kodi language invokers
105,989
03.11.2018 00:54:59
-3,600
023ec3383ca92668d953458116678909366db871
Fix profile switching
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -194,7 +194,10 @@ def update_my_list(videoid, operation):\n'data': {\n'operation': operation,\n'videoId': int(videoid.value)}})\n+ try:\ng.CACHE.invalidate_entry(cache.CACHE_C...
Python
MIT License
castagnait/plugin.video.netflix
Fix profile switching
105,989
03.11.2018 13:32:18
-3,600
37a9984de027820a5257350f9de43a0f38bb968f
Improve profile switching and session setup
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.de_de/strings.po", "new_path": "resources/language/resource.language.de_de/strings.po", "diff": "@@ -447,3 +447,11 @@ msgstr \"PIN-Abfrage deaktiviert\"\nmsgctxt \"#30108\"\nmsgid \"Enabled PIN verfication\"\nmsgstr \"PIN-A...
Python
MIT License
castagnait/plugin.video.netflix
Improve profile switching and session setup
105,989
03.11.2018 14:10:46
-3,600
84408dac28a83867bde2ed31ab8b3514deb9fb64
Improve fetching of root video lists. My List, continue watching and netflix originals are now always included.
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -47,17 +47,24 @@ def root_lists():\ncommon.debug('Requesting root lists from API')\nreturn LoLoMo(common.make_call(\n'path_request',\n- # TODO: Make sure that mylist is always...
Python
MIT License
castagnait/plugin.video.netflix
Improve fetching of root video lists. My List, continue watching and netflix originals are now always included.
105,989
03.11.2018 15:18:51
-3,600
25cc155f05495cef5af51a700b12a962c90902de
Add fetching of lists with more than 40 items by fetching them in parts and merging the responses
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -87,9 +87,11 @@ def video_list(list_id):\n\"\"\"Retrieve a single video list\"\"\"\ncommon.debug('Requesting video list {}'.format(list_id))\nreturn VideoList(common.make_call...
Python
MIT License
castagnait/plugin.video.netflix
Add fetching of lists with more than 40 items by fetching them in parts and merging the responses
105,989
03.11.2018 18:22:00
-3,600
98b8897db8911d465c7d0fa175bb2462bb9fbed0
Expand fetching of lists with more than 40 entries to seasons and episodes
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -4,10 +4,22 @@ from __future__ import unicode_literals\nimport resources.lib.common as common\n+RANGE_SELECTOR = 'RANGE_SELECTOR'\n+\nART_SIZE_POSTER = '_342x684'\nART_SIZE_FHD ...
Python
MIT License
castagnait/plugin.video.netflix
Expand fetching of lists with more than 40 entries to seasons and episodes
105,989
03.11.2018 18:30:34
-3,600
a949e25eba962693c9d2a091a29b46c9b783fa1d
Add dolby atmos support
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.de_de/strings.po", "new_path": "resources/language/resource.language.de_de/strings.po", "diff": "@@ -455,3 +455,7 @@ msgstr \"Login erfolgreich\"\nmsgctxt \"#30110\"\nmsgid \"Background services started\"\nmsgstr \"Hintergr...
Python
MIT License
castagnait/plugin.video.netflix
Add dolby atmos support
105,989
03.11.2018 22:50:54
-3,600
637ed8b62fcf4a047e9860c497b388d309915691
Refactor & cleanup code
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -60,10 +60,7 @@ if __name__ == '__main__':\nexcept Exception as exc:\nimport traceback\ncommon.error(traceback.format_exc())\n- ui.show_error_info(title=common.get_local_string(30105),\n- message=': '.join((exc.__...
Python
MIT License
castagnait/plugin.video.netflix
Refactor & cleanup code
105,989
03.11.2018 23:54:34
-3,600
ea4b027723c18799ae76357c7846d3f7846ee996
Pull checking for login into client/frontend processes. Fix edge cases for login failures
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "from __future__ import unicode_literals\nimport sys\n+from functools import wraps\n+\nimport xbmcplugin\n# Import and intiliaze globals right away to avoid stale values from the last\n@@ -17,6 +19,7 @@ from resources...
Python
MIT License
castagnait/plugin.video.netflix
Pull checking for login into client/frontend processes. Fix edge cases for login failures
105,989
04.11.2018 00:04:28
-3,600
23cf3cd2ca3c44bb875f3a34d8f7f63ac0e15b88
Move in-memory cookie storage to GlobalVariables. Add handler for unexpected cookie loading errors (e.g. old storage format)
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -52,6 +52,7 @@ class GlobalVariables(object):\nThis is an ugly hack because Kodi doesn't execute statements defined on\nmodule level if reusing a language invoker.\"\"\"\nself._libr...
Python
MIT License
castagnait/plugin.video.netflix
Move in-memory cookie storage to GlobalVariables. Add handler for unexpected cookie loading errors (e.g. old storage format)
105,989
04.11.2018 02:33:59
-3,600
0d8ca9aae93ea614ee58b41c347615d06416ffb4
Several small fixes: filesystem path safety, identification of items in Kodi library, search behavior and many more
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -27,7 +27,6 @@ def logout():\n\"\"\"Logout of the current account\"\"\"\ng.CACHE.invalidate()\ncommon.make_call('logout')\n- common.purge_credentials()\ndef login():\n" }, ...
Python
MIT License
castagnait/plugin.video.netflix
Several small fixes: filesystem path safety, identification of items in Kodi library, search behavior and many more
105,989
04.11.2018 10:54:22
-3,600
967681e72375e24d2c897af71bcaba904c23b904
Add migrating from old credential encryption with unsafe secret. Ensure plaintext is byte string for AES encryption.
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -4,6 +4,8 @@ from __future__ import unicode_literals\nfrom resources.lib.globals import g\n+from .logging import debug\n+\n__BLOCK_SIZE__ = 32\n__CRYPT_KEY__ =...
Python
MIT License
castagnait/plugin.video.netflix
Add migrating from old credential encryption with unsafe secret. Ensure plaintext is byte string for AES encryption.
105,989
04.11.2018 12:02:27
-3,600
9c8c0e99c96ae61965987a457b27d3dbb20c7cb4
Add mylist and library auto-sync
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.de_de/strings.po", "new_path": "resources/language/resource.language.de_de/strings.po", "diff": "@@ -467,3 +467,19 @@ msgstr \"Du musst eingeloggt sein um diese Funktion zu benutzen\"\nmsgctxt \"#30113\"\nmsgid \"Logout suc...
Python
MIT License
castagnait/plugin.video.netflix
Add mylist and library auto-sync
105,989
04.11.2018 14:35:52
-3,600
0631684a69c287291efe85d5bc97f1d54b9738fd
Massively improve Kodi library integration. Add better error handling and user feedback. Several small bugfixes
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -357,7 +357,7 @@ msgid \"Cache item time-to-live (minutes)\"\nmsgstr \"\"\nmsgctxt \"#30085\"\n-msgid \"Cache item time-to-...
Python
MIT License
castagnait/plugin.video.netflix
Massively improve Kodi library integration. Add better error handling and user feedback. Several small bugfixes
105,989
04.11.2018 18:07:43
-3,600
864feaf992ca152c80a39b66218a22672c65a63c
Add full sync of my list to Kodi library. Add library purge. Reorder context menu items. Improve GUI feedback on API actions (rate, ...). Tons of bugfixes
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -493,7 +493,7 @@ msgid \"Cache\"\nmsgstr \"\"\nmsgctxt \"#30118\"\n-msgid \"My List operation failed: {}\"\n+msgid \"API op...
Python
MIT License
castagnait/plugin.video.netflix
Add full sync of my list to Kodi library. Add library purge. Reorder context menu items. Improve GUI feedback on API actions (rate, ...). Tons of bugfixes
105,989
04.11.2018 18:08:43
-3,600
6932ab9cde41b427f47bf0ab78220ddc4bd17c50
Bump version. This should be ready for beta trials
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.14.0~beta1\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video....
Python
MIT License
castagnait/plugin.video.netflix
Bump version. This should be ready for beta trials
105,989
05.11.2018 17:58:03
-3,600
86bb743b213538410cb29b184136cdfa7150f40c
Fix wrong catching of KeyErrors
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -66,13 +66,12 @@ def route(pathitems):\nroot_handler = pathitems[0] if pathitems else g.MODE_DIRECTORY\nif root_handler == g.MODE_PLAY:\nplayer.play(pathitems=pathitems[1:])\n+ elif root_handler not in NAV_HANDLER...
Python
MIT License
castagnait/plugin.video.netflix
Fix wrong catching of KeyErrors
105,989
05.11.2018 21:23:03
-3,600
909e1621465a66760399f82223bde7353baaf992
Use xbmcvfs instead of native os
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "@@ -21,6 +21,7 @@ except ImportError:\nimport xbmc\nimport xbmcgui\n+import xbmcvfs\nCACHE_COMMON = 'cache_common'\nCACHE_GENRES = 'cache_genres'\n@@ -216,24 +217,26 @@ class Cache(object)...
Python
MIT License
castagnait/plugin.video.netflix
Use xbmcvfs instead of native os
105,989
05.11.2018 21:54:14
-3,600
66e3cfbeae7130985972a1fc0ae94bdfbb7dbba5
Fix logout. Make VideoList construction safe. Fix Kids profiles (no characters list for now, sorry)
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.14.0~beta3\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video....
Python
MIT License
castagnait/plugin.video.netflix
Fix logout. Make VideoList construction safe. Fix Kids profiles (no characters list for now, sorry)
105,989
05.11.2018 22:02:20
-3,600
7cd06dbfd8654a62063dca19781388bd742f6ce3
Fix MSL android_crypto. Add safeguard for deleting non-existent files.
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -260,7 +260,7 @@ def _add_to_library(videoid, export_filename):\ndef remove_item(item_task, library_home=None):\n\"\"\"Remove an item from the library and delete if from d...
Python
MIT License
castagnait/plugin.video.netflix
Fix MSL android_crypto. Add safeguard for deleting non-existent files.
105,989
05.11.2018 23:09:39
-3,600
05db034624992b1a5bc8fcda6241022259325cbe
Make getting interesting moment a safe operation
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -141,7 +141,7 @@ def parse_art(videoid, item, raw_data):\nboxarts = common.get_multiple_paths(\npaths.ART_PARTIAL_PATHS[0] + ['url'], item)\ninteresting_moment = com...
Python
MIT License
castagnait/plugin.video.netflix
Make getting interesting moment a safe operation
105,989
05.11.2018 23:19:35
-3,600
1be56bb57bd05eae0c46f12f8ba38318d454efc6
Fix broken fileops, remove log spam
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.14.0~beta4\" provider-name=\"libdev + jojo + asciidisco\">\n+<addon id=\"plugin.video....
Python
MIT License
castagnait/plugin.video.netflix
Fix broken fileops, remove log spam
105,989
06.11.2018 00:46:16
-3,600
54e15a539dc8d16c1a663f0f0278bac6f6546941
Add override for stale cache locks
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "@@ -12,6 +12,7 @@ resources.lib.services.nfsession\nfrom __future__ import unicode_literals\nimport os\n+import sys\nfrom time import time\nfrom functools import wraps\ntry:\n@@ -33,7 +34,...
Python
MIT License
castagnait/plugin.video.netflix
Add override for stale cache locks
105,989
06.11.2018 00:58:38
-3,600
52b58ef1ae53b2d587c1e7c63f2ce1c75e0ae5c8
Fix android_crypto. Ignore invocations from extrafanart
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -69,6 +69,9 @@ def route(pathitems):\nelif root_handler not in NAV_HANDLERS:\nraise nav.InvalidPathError(\n'No root handler for path {}'.format('/'.join(pathitems)))\n+ elif root_handler == 'extrafanart':\n+ commo...
Python
MIT License
castagnait/plugin.video.netflix
Fix android_crypto. Ignore invocations from extrafanart