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 |
|---|---|---|---|---|---|---|---|---|---|
106,046 | 24.01.2020 14:53:56 | -3,600 | b96b4a6cbe76bb5882521ecfdbbbdde85554210c | Added "because you liked" to raccomendations menu | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -115,7 +115,7 @@ class GlobalVariables(object):\n'description_id': 30164,\n'icon': 'DefaultTVShows.png'}),\n('recommendations', {'path': ['recommendations', 'recommendations'],\n- '... | Python | MIT License | castagnait/plugin.video.netflix | Added "because you liked" to raccomendations menu |
106,046 | 26.01.2020 17:03:42 | -3,600 | e7754184431f15ed9fb8ec5612bcc2189424eb60 | Updated ESN generator
on android now is mandatory append the widewine uuid system identifier | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -271,6 +271,9 @@ def generate_esn(user_data):\nesn += '{:=<5.5}'.format(manufacturer.upper())\nesn += model.replace(' ', '=').upper()\nesn = sub(r'[^A-Za-z0-9=-]', '=', esn)... | Python | MIT License | castagnait/plugin.video.netflix | Updated ESN generator
on android now is mandatory append the widewine uuid system identifier |
106,046 | 28.01.2020 12:54:42 | -3,600 | f00104830245363a8d7f47235fbc8fc05cc761f8 | Version bump (0.16.4) | [
{
"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.16.3\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.16.4) |
106,046 | 01.02.2020 08:43:51 | -3,600 | b6f3ffb4bfb15ce76914b29439b4f5d09b70c0ac | Raise an error when get info from crypto session do not work | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/android_crypto.py",
"new_path": "resources/lib/services/msl/android_crypto.py",
"diff": "@@ -54,6 +54,13 @@ class AndroidMSLCrypto(MSLBaseCrypto):\n'security_level': self.crypto_session.GetPropertyString('securityLevel')\n}\n+ if not... | Python | MIT License | castagnait/plugin.video.netflix | Raise an error when get info from crypto session do not work |
106,046 | 29.01.2020 16:50:51 | -3,600 | cf24820ade1809b379cc03eb37d978796d9b2806 | Added 4k check capability | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -333,6 +333,21 @@ def remove_html_tags(raw_html):\nreturn text\n+def is_device_4k_capable():\n+ \"\"\"Check if the device is 4k capable\"\"\"\n+ # Currently only... | Python | MIT License | castagnait/plugin.video.netflix | Added 4k check capability |
106,046 | 01.02.2020 09:14:00 | -3,600 | 9a2a3312be07587b0af78d222f40ec6362caa07d | Add widevine security level check on esn generation
Chinese devices like Smart Android TV Box T96 H616 (android 10.0)
Have included 'tv' property in product characteristics
but they have a L3 widevine security level
that cause a wrong esn generation.
So it is better to add the widevine security level verification. | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -260,14 +260,17 @@ def generate_esn(user_data):\n['/system/bin/getprop',\n'ro.nrdp.modelgroup']).decode('utf-8').strip(' \\t\\n\\r')\n- esn = ('NFANDROID2-PRV-' if has_produ... | Python | MIT License | castagnait/plugin.video.netflix | Add widevine security level check on esn generation
Chinese devices like Smart Android TV Box T96 H616 (android 10.0)
Have included 'tv' property in product characteristics
but they have a L3 widevine security level
that cause a wrong esn generation.
So it is better to add the widevine security level verification. |
106,046 | 05.02.2020 13:16:51 | -3,600 | 404cf572f948977a104cbbd8af293761fb9c812d | Fixed the 30 seconds delay on notify_all
was blocking the execution of the all action manager functions
and also the 'on_tick' callback | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -15,7 +15,7 @@ from resources.lib.globals import g\nimport resources.lib.api.exceptions as apierrors\nfrom .logging import debug, error\n-from .misc_utils import time_executio... | Python | MIT License | castagnait/plugin.video.netflix | Fixed the 30 seconds delay on notify_all
was blocking the execution of the all action manager functions
and also the 'on_tick' callback |
106,046 | 05.02.2020 13:30:08 | -3,600 | e820a00dacb25b3bbf985f75d33bddd03aefa501 | Get player id through rpcjson | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/controller.py",
"new_path": "resources/lib/services/playback/controller.py",
"diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-import json\n+import time\n-import xbmc\nimport AddonSignals\n+im... | Python | MIT License | castagnait/plugin.video.netflix | Get player id through rpcjson |
106,046 | 09.02.2020 20:50:18 | -3,600 | 30ac436ffd02389983df8610aee098eb0bc10b0c | Now we can get the profiles cookies
cookies like:
lhpuuidh-browse-xxxxxxxxx
lhpuuidh-browse-xxxxxxxxx-T
and are updated on profile switching,
but again this is not enough to fix the problem of msl requests done by profiles | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -81,14 +81,17 @@ class NetflixSession(NFSessionAccess):\nif guid == g.LOCAL_DB.get_active_profile_guid():\ncommon.debug('Profile {} is alre... | Python | MIT License | castagnait/plugin.video.netflix | Now we can get the profiles cookies
cookies like:
lhpuuidh-browse-xxxxxxxxx
lhpuuidh-browse-xxxxxxxxx-T
and are updated on profile switching,
but again this is not enough to fix the problem of msl requests done by profiles |
106,046 | 15.02.2020 13:36:48 | -3,600 | 823cf0ef109685dacd8dad6bd0fe171916a83dbf | Fixes workarounds for apple ios/tvos restrictions | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -240,6 +240,7 @@ def validate_login(react_context):\ndef generate_esn(user_data):\n\"\"\"Generate an ESN if on android or return the one from user_data\"\"\"\n+ if common.ge... | Python | MIT License | castagnait/plugin.video.netflix | Fixes workarounds for apple ios/tvos restrictions |
106,046 | 03.02.2020 16:55:01 | -3,600 | e88a37cc5737bc457b7b4bc615675cd62f668a11 | msl_handler divided into two classes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-import re\n-import zlib\nimport json\nimport time\n-import base64\n-from ... | Python | MIT License | castagnait/plugin.video.netflix | msl_handler divided into two classes |
106,046 | 03.02.2020 17:10:16 | -3,600 | 24cab9b199c8d3b2de771aa8742d51f83645ce2e | Build messages in a common way | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -17,7 +17,7 @@ import xbmcaddon\nfrom resources.lib.globals import g\nimport resources.lib.common as common\nimport resources.lib.cache as cache\n-... | Python | MIT License | castagnait/plugin.video.netflix | Build messages in a common way |
106,046 | 21.12.2019 13:14:44 | -3,600 | 0e63027f98747b3840de01b7f14e6b2542f0930e | Added onSkip, onPause | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/action_manager.py",
"new_path": "resources/lib/services/playback/action_manager.py",
"diff": "@@ -64,6 +64,18 @@ class PlaybackActionManager(object):\n\"\"\"\nself._call_if_enabled(self._on_tick, player_state=player_state)\n+ de... | Python | MIT License | castagnait/plugin.video.netflix | Added onSkip, onPause |
106,046 | 06.02.2020 16:46:13 | -3,600 | 00d650c2cf91e479fdd7a7f28fe0da4815fbade5 | Added first impl. of progress manager | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -963,3 +963,7 @@ msgstr \"\"\nmsgctxt \"#30234\"\nmsgid \"Install Up Next add-on\"\nmsgstr \"\"\n+\n+msgctxt \"#30500\"\n+m... | Python | MIT License | castagnait/plugin.video.netflix | Added first impl. of progress manager |
106,046 | 03.02.2020 19:00:15 | -3,600 | aa49abf8840a333b6d36d84b6721f5a5a11a4f05 | Add api url and required path data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -39,7 +39,7 @@ ART_PARTIAL_PATHS = [\n]\nVIDEO_LIST_PARTIAL_PATHS = [\n- [['summary', 'title', 'synopsis', 'regularSynopsis', 'evidence', 'queue',\n+ [['requestId', 'summary', '... | Python | MIT License | castagnait/plugin.video.netflix | Add api url and required path data |
106,046 | 03.02.2020 19:51:11 | -3,600 | 347902f2a80b0b374f719c64dc60177dbbb11c34 | Send event data to playback controller | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -71,9 +71,23 @@ def play(videoid):\nlist_item = get_inputstream_listitem(videoid)\ninfos, art = infolabels.add_info_for_playback(videoid, list_item, is_up_next_e... | Python | MIT License | castagnait/plugin.video.netflix | Send event data to playback controller |
106,046 | 03.02.2020 19:59:31 | -3,600 | eac2edf1479d128b7f5a74862013ab3e1d2bc18d | Moved out chunk_request from internal | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -161,7 +161,7 @@ class MSLHandler(MSLHandlerBase):\n# Get and check mastertoken validity\nmt_validity = self.check_mastertoken_validity()\n- manife... | Python | MIT License | castagnait/plugin.video.netflix | Moved out chunk_request from internal |
106,046 | 06.02.2020 16:53:18 | -3,600 | 695554ad9711a2a934e2a7edca3c41d488e4ed7c | Added first impl. events_hadler | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -35,6 +35,7 @@ class Signals(object): # pylint: disable=no-init\nLIBRARY_UPDATE_REQUESTED = 'library_update_requested'\nUPNEXT_ADDON_INIT = 'upnext_data'\nINVALIDATE_SERVICE_C... | Python | MIT License | castagnait/plugin.video.netflix | Added first impl. events_hadler |
106,046 | 04.02.2020 09:33:33 | -3,600 | 01b9f9fdff2b2c60ba9a26702c9bf924c6def3aa | Get from path-req only needed event info | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -75,6 +75,10 @@ TRAILER_PARTIAL_PATHS = [\n[['availability', 'summary', 'synopsis', 'title', 'trackId', 'delivery', 'runtime']]\n] + ART_PARTIAL_PATHS\n+EVENT_PATHS = [\n+ [['re... | Python | MIT License | castagnait/plugin.video.netflix | Get from path-req only needed event info |
106,046 | 04.02.2020 13:09:34 | -3,600 | 452872e3af0afa293a33c8d1a5bb547da08e9729 | Force event start time with 0 seconds | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/progress_manager.py",
"new_path": "resources/lib/services/playback/progress_manager.py",
"diff": "@@ -50,6 +50,7 @@ class ProgressManager(PlaybackActionManager):\n# Before start we have to wait a possible values changed by strea... | Python | MIT License | castagnait/plugin.video.netflix | Force event start time with 0 seconds |
106,046 | 06.02.2020 16:56:31 | -3,600 | 138512cec4ad7c23254788f23c038a51b24aed38 | Added first impl. event_tag_builder | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "resources/lib/services/msl/event_tag_builder.py",
"diff": "+# -*- coding: utf-8 -*-\n+\"\"\"\n+ Copyright (C) 2017 Sebastian Golasch (plugin.video.netflix)\n+ Copyright (C) 2019 Stefano Gottardo - @CastagnaIT (original implementation module)\n+ ... | Python | MIT License | castagnait/plugin.video.netflix | Added first impl. event_tag_builder |
106,046 | 05.02.2020 15:58:19 | -3,600 | 3611886dcc15a4a4b9da465fba318a71a9d5adbc | Added send events on playback pause and skip | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -32,10 +32,10 @@ try:\nexcept ImportError: # Python 3\nimport queue\n-EVENT_START = 'start' # events/start : Video starts (seem also after a ... | Python | MIT License | castagnait/plugin.video.netflix | Added send events on playback pause and skip |
106,046 | 07.02.2020 09:39:30 | -3,600 | 3d5bda2fdf7dfc40739ac12af5fff81328790244 | Added convert language iso | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -154,9 +154,7 @@ def get_kodi_audio_language():\nReturn the audio language from Kodi settings\n\"\"\"\naudio_language = json_rpc('Settings.GetSettingValue', {'setting'... | Python | MIT License | castagnait/plugin.video.netflix | Added convert language iso |
106,046 | 07.02.2020 09:40:00 | -3,600 | 63b864ccfe40e093248d84bfe57c9c332c6293cf | Added locale problem github issue link | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -204,6 +204,7 @@ def _adjust_locale(locale_code, lang_code_without_country_exists):\nLocale conversion helper\nConversion table to prevent Kodi to display\nes-ES as Sp... | Python | MIT License | castagnait/plugin.video.netflix | Added locale problem github issue link |
106,046 | 07.02.2020 10:04:47 | -3,600 | ab29b4480c652121fe916a4a44b268b7665683af | Reworked event tag builder | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/event_tag_builder.py",
"new_path": "resources/lib/services/msl/event_tag_builder.py",
"diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+from resources.lib import common\n-def get_media_id(videoid, ... | Python | MIT License | castagnait/plugin.video.netflix | Reworked event tag builder |
106,046 | 07.02.2020 10:35:01 | -3,600 | e7a705b98101f707b202b121e4558a234856e3b8 | Added onResume | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/action_manager.py",
"new_path": "resources/lib/services/playback/action_manager.py",
"diff": "@@ -76,6 +76,12 @@ class PlaybackActionManager(object):\n\"\"\"\nself._call_if_enabled(self._on_playback_pause, player_state=player_st... | Python | MIT License | castagnait/plugin.video.netflix | Added onResume |
106,046 | 07.02.2020 11:29:12 | -3,600 | bacadc33385cae33ff399f95c60578592d3629c6 | Limit sending of keepAlive events to first 30m of pause
prevents sending an infinite number of events to the netflix service, when a user pauses the playback for many hours | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/progress_manager.py",
"new_path": "resources/lib/services/playback/progress_manager.py",
"diff": "@@ -24,6 +24,8 @@ class ProgressManager(PlaybackActionManager):\nself.last_tick_count = 0\nself.tick_elapsed = 0\nself.last_player... | Python | MIT License | castagnait/plugin.video.netflix | Limit sending of keepAlive events to first 30m of pause
prevents sending an infinite number of events to the netflix service, when a user pauses the playback for many hours |
106,046 | 07.02.2020 11:47:27 | -3,600 | ff4e142e8d55e09bb213eeb931214b3d0a787143 | Fixed event request successful check | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -65,7 +65,7 @@ class Event(object):\nself.status = self.STATUS_SUCCESS\ndef is_response_success(self):\n- return self.status == self.STATUS_S... | Python | MIT License | castagnait/plugin.video.netflix | Fixed event request successful check |
106,046 | 10.02.2020 10:57:19 | -3,600 | f0270d047bb4eae6d6f0646c5e6b83c7b52ac053 | Set language of profile | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler_base.py",
"new_path": "resources/lib/services/msl/msl_handler_base.py",
"diff": "@@ -168,7 +168,7 @@ def build_request_data(url, params=None, echo=''):\n'version': 2,\n'url': url,\n'id': timestamp,\n- 'languages': [g.LOCA... | Python | MIT License | castagnait/plugin.video.netflix | Set language of profile |
106,046 | 11.02.2020 10:53:38 | -3,600 | ed64d1cf3d5c26c35afbd7510a85815ac9141cf3 | Add json_rpc_multi | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -50,7 +50,7 @@ def json_rpc(method, params=None):\nrequest_data = {'jsonrpc': '2.0', 'method': method, 'id': 1,\n'params': params or {}}\nrequest = json.dumps(request_... | Python | MIT License | castagnait/plugin.video.netflix | Add json_rpc_multi |
106,046 | 13.02.2020 10:08:13 | -3,600 | 2ce8a836efaf9bc913feb43682e4e82de2728f33 | Added cache update method | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -195,6 +195,15 @@ class Cache(object):\nif to_disk:\nself._add_to_disk(bucket, identifier, cache_entry)\n+ def update(self, bucket, identifier, content, to_disk=False):\n+ \"\"\"Update ... | Python | MIT License | castagnait/plugin.video.netflix | Added cache update method |
106,046 | 13.02.2020 10:13:55 | -3,600 | 11bf4d753ef65d787026fb91885a771d465742e0 | Save last cache call data of directory | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -115,7 +115,7 @@ def list_id_for_type(list_type):\n@common.time_execution(immediate=False)\n-@cache.cache_output(cache.CACHE_COMMON, identify_from_kwarg_name='list_id')\n+@cac... | Python | MIT License | castagnait/plugin.video.netflix | Save last cache call data of directory |
106,046 | 13.02.2020 16:19:56 | -3,600 | b1fb3242a10f80a6c35a2966133a6046bcbbe6ae | Implemented watched and resume to listitems | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -41,7 +41,7 @@ ART_PARTIAL_PATHS = [\nVIDEO_LIST_PARTIAL_PATHS = [\n[['requestId', 'summary', 'title', 'synopsis', 'regularSynopsis', 'evidence', 'queue',\n'episodeCount', 'info... | Python | MIT License | castagnait/plugin.video.netflix | Implemented watched and resume to listitems |
106,046 | 14.02.2020 18:02:15 | -3,600 | d2c03cc8c206b1d098046dc3f5d7baf6512c5ea5 | Update authUrl on refresh session data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -87,6 +87,7 @@ def extract_session_data(content, validate=False):\n# Save api urls\nfor key, path in list(api_data.items()):\ng.LOCAL_DB.set_value(key, path, TABLE_SESSION)\... | Python | MIT License | castagnait/plugin.video.netflix | Update authUrl on refresh session data |
106,046 | 16.02.2020 15:56:02 | -3,600 | 986f7dfc310e9c4873b94e033a17d34df1ca92b3 | Implemented callpath request | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -35,6 +35,7 @@ class NetflixSession(NFSessionAccess):\nself.path_request,\nself.perpetual_path_request,\nself.perpetual_path_request_switch... | Python | MIT License | castagnait/plugin.video.netflix | Implemented callpath request |
106,046 | 16.02.2020 15:56:27 | -3,600 | 0f4cf6d47d8db0e01176e0ee0d9e6a004488b45f | Added update lolomo by context
Should be used to update the list continue watching
after event stop, but currently not working
I haven't been able to figure out what would be wrong or missing | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -11,6 +11,7 @@ from __future__ import absolute_import, division, unicode_literals\nfrom functools import wraps\nfrom future.utils import iteritems\n+from resources.lib.databas... | Python | MIT License | castagnait/plugin.video.netflix | Added update lolomo by context
Should be used to update the list continue watching
after event stop, but currently not working
I haven't been able to figure out what would be wrong or missing |
106,046 | 18.02.2020 09:56:55 | -3,600 | 642170eb86ef3f5dacbb14065cf48a9c1b83173b | Changed lang id | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -964,6 +964,6 @@ msgctxt \"#30234\"\nmsgid \"Install Up Next add-on\"\nmsgstr \"\"\n-msgctxt \"#30500\"\n+msgctxt \"#30235\... | Python | MIT License | castagnait/plugin.video.netflix | Changed lang id |
106,046 | 18.02.2020 10:12:29 | -3,600 | 909578c438cb3fc512d9c3a962f747093aa5b795 | Removed deprecated replaceItems | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/listings.py",
"new_path": "resources/lib/kodi/listings.py",
"diff": "@@ -390,9 +390,7 @@ def _create_supplemental_item(videoid_value, video, video_list, params):\nurl = common.build_url(videoid=videoid,\nmode=g.MODE_PLAY,\nparams=params)\n- ... | Python | MIT License | castagnait/plugin.video.netflix | Removed deprecated replaceItems |
106,046 | 18.02.2020 10:13:51 | -3,600 | 3762a8c623640917bf3ef0f0a5b17222242a7712 | Added watched_status_override table | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/database/db_create_mysql.py",
"new_path": "resources/lib/database/db_create_mysql.py",
"diff": "@@ -95,5 +95,17 @@ def create_database(config):\ncur.execute(table)\ncur.execute(alter_tbl)\n+ table = ('CREATE TABLE netflix_addon.watched_status_ove... | Python | MIT License | castagnait/plugin.video.netflix | Added watched_status_override table |
106,046 | 18.02.2020 10:18:30 | -3,600 | 9cd9cb2fb296a84286bf1cd59b6b960f512074a7 | Added context menu to manually change watched status
At this moment Kodi do not allow to use the context menu
"Mark as watched/unwatched" when you override playcount/resumetime | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -967,3 +967,11 @@ msgstr \"\"\nmsgctxt \"#30235\"\nmsgid \"[WIP] Send/Receive progress and watched status of the videos (wo... | Python | MIT License | castagnait/plugin.video.netflix | Added context menu to manually change watched status
At this moment Kodi do not allow to use the context menu
"Mark as watched/unwatched" when you override playcount/resumetime |
106,046 | 18.02.2020 16:18:20 | -3,600 | 549d5db115c3451d0d9de39a9b1cbcc19d8478ac | Fixed and improved db upgrade | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/database/db_update.py",
"new_path": "resources/lib/database/db_update.py",
"diff": "@@ -13,20 +13,20 @@ import resources.lib.common as common\nfrom resources.lib.globals import g\n-def run_local_db_updates(db_version, db_new_version): # pylint: d... | Python | MIT License | castagnait/plugin.video.netflix | Fixed and improved db upgrade |
106,046 | 20.02.2020 14:05:59 | -3,600 | 8c8da7e3c96215a760a74823f146f4b58e22eaae | xid value must be used for all subsequent requests until stop | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -23,6 +23,7 @@ import xbmc\n# import resources.lib.api.shakti as api\nimport resources.lib.cache as cache\nfrom resources.lib import common\n... | Python | MIT License | castagnait/plugin.video.netflix | xid value must be used for all subsequent requests until stop |
106,046 | 20.02.2020 14:08:05 | -3,600 | fb681011b2c650a2356bb50c2a93d1f1758938fa | Implemented releasing server license | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -32,6 +32,7 @@ class Signals(object): # pylint: disable=no-init\n# pylint: disable=too-few-public-methods\nPLAYBACK_INITIATED = 'playback_initiated'\nESN_CHANGED = 'esn_change... | Python | MIT License | castagnait/plugin.video.netflix | Implemented releasing server license |
106,046 | 22.02.2020 19:44:33 | -3,600 | e3a976f83c7c56f4584b12e2db41a2fdaa967a87 | Avoid operations on frontend when there are no credentials | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/settings_monitor.py",
"new_path": "resources/lib/services/settings_monitor.py",
"diff": "@@ -108,6 +108,11 @@ class SettingsMonitor(xbmc.Monitor):\ng.LOCAL_DB.set_value('content_profiles_int', collect_int, TABLE_SETTINGS_MONITOR)\nclean_... | Python | MIT License | castagnait/plugin.video.netflix | Avoid operations on frontend when there are no credentials |
106,046 | 22.02.2020 10:37:09 | -3,600 | 4bf20b96bb25850d083ab07b629acf7ece94da9a | Do not change pylint max line length | [
{
"change_type": "MODIFY",
"old_path": ".editorconfig",
"new_path": ".editorconfig",
"diff": "@@ -14,8 +14,6 @@ charset = utf-8\ntrim_trailing_whitespace = true\n# A file must end with an empty line - this is good for version control systems\ninsert_final_newline = true\n-# A line should not have mo... | Python | MIT License | castagnait/plugin.video.netflix | Do not change pylint max line length |
106,046 | 22.02.2020 11:13:22 | -3,600 | e77aca7771bb0354d97bf04194ef8b241039c650 | Reworked msl classes
*there are some revert back to allow you to understand the changes in
the follow commit | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/android_crypto.py",
"new_path": "resources/lib/services/msl/android_crypto.py",
"diff": "@@ -23,28 +23,21 @@ from .exceptions import MSLError\nclass AndroidMSLCrypto(MSLBaseCrypto):\n\"\"\"Crypto handler for Android platforms\"\"\"\n... | Python | MIT License | castagnait/plugin.video.netflix | Reworked msl classes
*there are some revert back to allow you to understand the changes in
the follow commit |
106,046 | 22.02.2020 11:38:28 | -3,600 | 4fb863dc16bfc90091d427e823dba9ea178a4a44 | Implemented the MSL switch profile | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/base_crypto.py",
"new_path": "resources/lib/services/msl/base_crypto.py",
"diff": "@@ -11,6 +11,7 @@ from __future__ import absolute_import, division, unicode_literals\nimport json\nimport base64\n+import time\nimport resources.lib.c... | Python | MIT License | castagnait/plugin.video.netflix | Implemented the MSL switch profile |
106,046 | 22.02.2020 11:38:50 | -3,600 | 33292cf6f08b8ab9ba9b0bca66a826bd8f069b64 | Updated test stub | [
{
"change_type": "MODIFY",
"old_path": "test/xbmcgui.py",
"new_path": "test/xbmcgui.py",
"diff": "@@ -16,6 +16,16 @@ INPUT_TYPE_NUMBER = 1\nALPHANUM_HIDE_INPUT = 1\n+def getScreenHeight():\n+ \"\"\"A stub implementation of the xbmcgui getScreenHeight() function\"\"\"\n+ return 1080\n+\n+\n+def getSc... | Python | MIT License | castagnait/plugin.video.netflix | Updated test stub |
106,046 | 22.02.2020 14:52:01 | -3,600 | f88e831aa9743294a7089c26b010cc0f67280f12 | Enabled sync watched status with all 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": "@@ -965,7 +965,7 @@ msgid \"Install Up Next add-on\"\nmsgstr \"\"\nmsgctxt \"#30235\"\n-msgid \"[WIP] Send/Receive progress an... | Python | MIT License | castagnait/plugin.video.netflix | Enabled sync watched status with all profiles |
106,046 | 22.02.2020 14:52:47 | -3,600 | 8984455d5a754771b5d2997ff89519603add56b1 | Fixed wrong watched status threshold | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -368,7 +368,7 @@ def _set_progress_status(list_item, video_data, infos):\nif not video_data.get('creditsOffset'):\n# NOTE shakti 'creditsOffset' tag not exists on vi... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong watched status threshold |
106,046 | 22.02.2020 16:35:55 | -3,600 | 0dd4fd88c15eb55d25eecb8fbe68319c68906a58 | Added required info from react context | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -47,7 +47,12 @@ PAGE_ITEMS_API_URL = {\n# 'ichnaea_log': 'models/serverDefs/data/ICHNAEA_ROOT', can be for XSS attacks?\n'api_endpoint_root_url': 'models/serverDefs/data/API... | Python | MIT License | castagnait/plugin.video.netflix | Added required info from react context |
106,046 | 22.02.2020 18:22:18 | -3,600 | 218d4d7eb3898f788408eec5d93e2e48f7dbcdc3 | Fixed upgrade fix on install from scratch | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_controller.py",
"new_path": "resources/lib/upgrade_controller.py",
"diff": "@@ -86,7 +86,9 @@ def _perform_shared_db_changes(current_version, upgrade_to_version):\n# Init fix\nfrom resources.lib.common import is_minimum_version\nservice_p... | Python | MIT License | castagnait/plugin.video.netflix | Fixed upgrade fix on install from scratch |
106,046 | 23.02.2020 10:26:35 | -3,600 | cceefa6ab3781bf785ea3134641109dcf207ab36 | Improved watched threshold | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -365,11 +365,10 @@ def _set_progress_status(list_item, video_data, infos):\n# seem not respect really if a video is watched to the end or this tag have other purpose... | Python | MIT License | castagnait/plugin.video.netflix | Improved watched threshold |
106,046 | 24.02.2020 08:54:33 | -3,600 | 4892d5da6fb37bb7766ca64e91100d633ace991a | Fixed wrong ESN generation on devices without characteristics tv | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -252,19 +252,24 @@ def generate_esn(user_data):\nmodel = subprocess.check_output(\n['/system/bin/getprop',\n'ro.product.model']).decode('utf-8').strip(' \\t\\n\\r')\n- produ... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong ESN generation on devices without characteristics tv |
106,046 | 03.02.2020 10:12:38 | -3,600 | dc737a0d27e847c7ff596f5ba55fe14e3f7563eb | Updated test stub impl. | [
{
"change_type": "MODIFY",
"old_path": "test/run.py",
"new_path": "test/run.py",
"diff": "@@ -32,7 +32,8 @@ run_addon.g.init_globals(sys.argv)\nrun_addon.info('Started (Version {})'.format(run_addon.g.VERSION))\nrun_addon.info('URL is {}'.format(run_addon.g.URL))\nif run_addon._check_valid_credentia... | Python | MIT License | castagnait/plugin.video.netflix | Updated test stub impl. |
106,046 | 23.02.2020 11:11:16 | -3,600 | 01326d8176492b58f61f9edf9d5fa00a00e60224 | Automatically sets hdcp in the manifest | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -97,31 +97,29 @@ class MSLHandler(object):\n# The manifest must be requested once and maintained for its entire duration\nmanifest = g.CACHE.get(ca... | Python | MIT License | castagnait/plugin.video.netflix | Automatically sets hdcp in the manifest |
106,046 | 29.01.2020 21:02:52 | -3,600 | f4ef8187cbcc7d84d5bab512a2c17b14cd466b84 | Added censure method | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -344,6 +344,13 @@ def remove_html_tags(raw_html):\nreturn text\n+def censure(value, length=3):\n+ \"\"\"Censor part of the string with asterisks\"\"\"\n+ if not ... | Python | MIT License | castagnait/plugin.video.netflix | Added censure method |
106,046 | 23.02.2020 11:13:50 | -3,600 | 970801eac1bf6c8530274daae7183cfb9b867278 | Censure esn in debug output if manual esn is used | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -114,7 +114,10 @@ class MSLHandler(object):\nif hdcp_4k_capable and hdcp_override:\nhdcp_version = ['2.2']\n- common.info('Requesting manifest for ... | Python | MIT License | castagnait/plugin.video.netflix | Censure esn in debug output if manual esn is used |
106,046 | 03.02.2020 10:19:11 | -3,600 | 284a18e8c4d30295bbb25b335deca33de61fb998 | Auto-enable media codec hw on android | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/config_wizard.py",
"new_path": "resources/lib/config_wizard.py",
"diff": "@@ -13,7 +13,7 @@ import inputstreamhelper\nfrom xbmcaddon import Addon\nfrom xbmcgui import getScreenHeight, getScreenWidth\n-from resources.lib.common import debug, get_s... | Python | MIT License | castagnait/plugin.video.netflix | Auto-enable media codec hw on android |
106,046 | 03.02.2020 10:20:48 | -3,600 | 57cd8808538c20932911e7de6a0792c1f866f47e | Auto-enable UpNext if it is installed | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/config_wizard.py",
"new_path": "resources/lib/config_wizard.py",
"diff": "from __future__ import absolute_import, division, unicode_literals\nimport inputstreamhelper\n+from xbmc import getCondVisibility\nfrom xbmcaddon import Addon\nfrom xbmcgui... | Python | MIT License | castagnait/plugin.video.netflix | Auto-enable UpNext if it is installed |
106,046 | 03.02.2020 11:15:06 | -3,600 | 8b35e900178e6cb22c691f4ca395918c6e5cf876 | Up Next settings moved separately | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -975,3 +975,8 @@ msgstr \"\"\nmsgctxt \"#30237\"\nmsgid \"Marked as watched|Marked as unwatched|Restored Netflix watched st... | Python | MIT License | castagnait/plugin.video.netflix | Up Next settings moved separately |
106,046 | 23.02.2020 11:29:13 | -3,600 | dda1ffa53c84ef42131a3b1b46c8689024009323 | Replaced deprecated xbox infolabel with uwp | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -115,7 +115,7 @@ def get_user_agent(enable_android_mediaflag_fix=False):\nif system in ['osx', 'ios', 'tvos']:\nreturn base.replace('%PL%', '(Macintosh; Intel Ma... | Python | MIT License | castagnait/plugin.video.netflix | Replaced deprecated xbox infolabel with uwp |
106,046 | 23.02.2020 14:22:35 | -3,600 | da137e44b2f8ec97b6fce010f394784bb64563bc | Save the platform value | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -389,8 +389,12 @@ def get_machine():\ndef get_system_platform():\n+ if not hasattr(get_system_platform, 'cached'):\nplatform = \"unknown\"\nif xbmc.getCondVisibi... | Python | MIT License | castagnait/plugin.video.netflix | Save the platform value |
106,046 | 25.02.2020 15:01:40 | -3,600 | 18d201cb9bb004a62815cae1c6ce8405d63b0c6c | Disable omx player on raspberry | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -94,6 +94,12 @@ def play(videoid):\nevent_data['videoid'] = videoid.to_dict()\nevent_data['is_played_by_library'] = g.IS_SKIN_CALL\n+ if 'raspberrypi' in common.... | Python | MIT License | castagnait/plugin.video.netflix | Disable omx player on raspberry |
106,046 | 28.02.2020 09:45:36 | -3,600 | e2e9e1a042ad27b3581ba7fc947b85483b957b47 | Try handle invalid membership status: anonymous
I am not sure there is any relation to profiles cookies | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/exceptions.py",
"new_path": "resources/lib/api/exceptions.py",
"diff": "@@ -39,6 +39,10 @@ class InvalidMembershipStatusError(WebsiteParsingError):\n\"\"\"The user logging in does not have a valid subscription\"\"\"\n+class InvalidMembershipS... | Python | MIT License | castagnait/plugin.video.netflix | Try handle invalid membership status: anonymous
I am not sure there is any relation to profiles cookies |
106,046 | 28.02.2020 11:36:19 | -3,600 | f98a42155a364aaf2052fc86e3a61c3636dc2151 | Fixed msl error "No entity association record found for the user" | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -37,6 +37,7 @@ class Signals(object): # pylint: disable=no-init\nUPNEXT_ADDON_INIT = 'upnext_data'\nINVALIDATE_SERVICE_CACHE = 'invalidate_service_cache'\nQUEUE_VIDEO_EVENT = ... | Python | MIT License | castagnait/plugin.video.netflix | Fixed msl error "No entity association record found for the user" |
106,046 | 24.02.2020 11:47:52 | -3,600 | 694edce1474852d1c722760fcf99cf64d7cd63b3 | New changes from netflix | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -16,6 +16,7 @@ import requests\nimport resources.lib.common as common\nimport resources.lib.api.paths as apipaths\nimport resources.lib.api... | Python | MIT License | castagnait/plugin.video.netflix | New changes from netflix |
106,046 | 24.02.2020 11:49:28 | -3,600 | 4e9b962499ccc9d690239ffc083c9ee3845b95d8 | Implemented update bookmark position
This solves the problem of progress watched on android | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -102,13 +102,9 @@ def root_lists():\nART_PARTIAL_PATHS)))\n-def update_lolomo_context(context_name, video_id=None):\n+def update_lolomo_context(context_name):\n\"\"\"Update th... | Python | MIT License | castagnait/plugin.video.netflix | Implemented update bookmark position
This solves the problem of progress watched on android |
106,046 | 24.02.2020 17:35:46 | -3,600 | a4334cd968369828c30663a13017905adbd955a6 | Some info updated | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -11,7 +11,6 @@ from __future__ import absolute_import, division, unicode_literals\nfrom functools import wraps\nfrom future.utils import iteritems\n-from resources.lib.databas... | Python | MIT License | castagnait/plugin.video.netflix | Some info updated |
106,046 | 25.02.2020 13:33:09 | -3,600 | b249b3545559d54dbbc40e54c1149fd4b941a128 | Removed activate profile
seem not needed if there is the switch_profile call | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -75,7 +75,7 @@ def update_profiles_data():\ndef activate_profile(profile_id):\n\"\"\"Activate the profile with the given ID\"\"\"\n- if common.make_call('activate_profile', pr... | Python | MIT License | castagnait/plugin.video.netflix | Removed activate profile
seem not needed if there is the switch_profile call |
106,046 | 25.02.2020 08:51:14 | -3,600 | ea1dc963ba1dc0ecbc987b5e6d7dff4f197dbe28 | Save resume time also on skip | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/progress_manager.py",
"new_path": "resources/lib/services/playback/progress_manager.py",
"diff": "@@ -85,6 +85,7 @@ class ProgressManager(PlaybackActionManager):\nreturn\nself.tick_elapsed = 0\n_send_event(EVENT_ENGAGE, self.eve... | Python | MIT License | castagnait/plugin.video.netflix | Save resume time also on skip |
106,046 | 25.02.2020 09:21:00 | -3,600 | 2964a9a69d5e7dd3d3024cc6cd3379dc6a584ebb | Allow future requests to be sent anyway | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -126,10 +126,11 @@ class EventsHandler(threading.Thread):\nself.clear_queue()\n# api.update_lolomo_context('continueWatching')\napi.update_vi... | Python | MIT License | castagnait/plugin.video.netflix | Allow future requests to be sent anyway |
106,046 | 25.02.2020 10:07:02 | -3,600 | c2384cb3e1601ff004bab397277ac0e75c9f013d | Do not save call data with supplemental | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -305,7 +305,7 @@ def episodes(videoid, videoid_value, perpetual_range_start=None): # pylint: dis\n@common.time_execution(immediate=False)\n-@cache.cache_output(cache.CACHE_SUP... | Python | MIT License | castagnait/plugin.video.netflix | Do not save call data with supplemental |
106,046 | 25.02.2020 13:28:20 | -3,600 | b3cccb7c2522eeae636bf70dc0980b6aa93ba07f | Fixed problem with resumetime and ctx menu Change watched status | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -358,6 +358,7 @@ def _set_progress_status(list_item, video_data, infos):\n# Check from db if user has manually changed the watched status\nprofile_guid = g.LOCAL_DB.... | Python | MIT License | castagnait/plugin.video.netflix | Fixed problem with resumetime and ctx menu Change watched status |
106,046 | 25.02.2020 14:15:57 | -3,600 | f4273f452f2659ba281ac51c3e590bf22548060f | Improved action change watched status | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/actions.py",
"new_path": "resources/lib/navigation/actions.py",
"diff": "@@ -154,27 +154,24 @@ class AddonActionExecutor(object):\n# Open root page\nxbmc.executebuiltin('Container.Update({},replace)'.format(url)) # replace=reset histor... | Python | MIT License | castagnait/plugin.video.netflix | Improved action change watched status |
106,046 | 25.02.2020 14:10:35 | -3,600 | 06081f6883251ed284e158b55f8af094c8fdff6c | Get xid from previous data if exists, avoid possible mixing | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -202,7 +202,7 @@ class EventsHandler(threading.Thread):\nparams = {\n'event': event_type,\n- 'xid': g.LOCAL_DB.get_value('xid', table=TABLE_S... | Python | MIT License | castagnait/plugin.video.netflix | Get xid from previous data if exists, avoid possible mixing |
106,046 | 27.02.2020 15:29:05 | -3,600 | df835e3683ea95e0bbb0cca4f0ab8527959a029d | Fixed problem with "Play from beginning" ctx menu | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -53,7 +53,7 @@ def get_info(videoid, item, raw_data):\nreturn infos, quality_infos\n-def add_info(videoid, list_item, item, raw_data, handle_highlighted_title=False)... | Python | MIT License | castagnait/plugin.video.netflix | Fixed problem with "Play from beginning" ctx menu |
106,046 | 28.02.2020 13:19:51 | -3,600 | a803cf663cafbc20f1c43d3323f9be1ce14fc14b | Some fixes for refreshListByContext request
Now you can get a good response from refreshListByContext request
but the problem is not yet resolved the continue watching list is not updated | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -11,6 +11,7 @@ from __future__ import absolute_import, division, unicode_literals\nfrom functools import wraps\nfrom future.utils import iteritems\n+from resources.lib.databas... | Python | MIT License | castagnait/plugin.video.netflix | Some fixes for refreshListByContext request
Now you can get a good response from refreshListByContext request
but the problem is not yet resolved the continue watching list is not updated |
106,046 | 28.02.2020 17:02:32 | -3,600 | 8d35a42d5c27818fb35a14aa0a7968af8ea667f4 | Upnext is incompatible with watched status sync
It needs many changes to make it compatible, it will be done in the future | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -93,6 +93,14 @@ def play(videoid):\nevent_data = _get_event_data(videoid)\nevent_data['videoid'] = videoid.to_dict()\nevent_data['is_played_by_library'] = g.IS_S... | Python | MIT License | castagnait/plugin.video.netflix | Upnext is incompatible with watched status sync
It needs many changes to make it compatible, it will be done in the future |
106,046 | 29.02.2020 11:07:21 | -3,600 | a13c8c08c8e82ac3c9dedda36d0e0685f507fd41 | Fixed a rare error of StreamContinuityManager
message: StreamContinuityManager disabled due to exception: 'NoneType' object is not subscriptable | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/stream_continuity.py",
"new_path": "resources/lib/services/playback/stream_continuity.py",
"diff": "@@ -96,6 +96,12 @@ class StreamContinuityManager(PlaybackActionManager):\n# otherwise Kodi reacts strangely if only one value of... | Python | MIT License | castagnait/plugin.video.netflix | Fixed a rare error of StreamContinuityManager
message: StreamContinuityManager disabled due to exception: 'NoneType' object is not subscriptable |
106,046 | 01.03.2020 10:13:34 | -3,600 | 3b8c10088c52f7dd55b2147f832c9b282f6afd2b | Omx player has been removed in Kodi 19 | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -102,8 +102,9 @@ def play(videoid):\n# - The call of next video from UpNext is recognized as Skin call, because it's an external addon call, so it causes several... | Python | MIT License | castagnait/plugin.video.netflix | Omx player has been removed in Kodi 19 |
106,046 | 01.03.2020 12:11:52 | -3,600 | 46e5a72b31b470a5e7d0e24b211b3826f75fce64 | Improved GetKodiVersion | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -414,29 +414,33 @@ def get_system_platform():\nclass GetKodiVersion(object):\n\"\"\"Get the kodi version, git date, stage name\"\"\"\n-\n- def __init__(self):\n#... | Python | MIT License | castagnait/plugin.video.netflix | Improved GetKodiVersion |
106,046 | 02.03.2020 13:11:42 | -3,600 | 668356be0bf39003242b27e7d1cea68967a84e56 | Fixed wrong behaviour of release license
caused by upnext and supplemental media type videoid | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -32,11 +32,10 @@ except NameError: # Python 3\nclass MSLHandler(object):\n\"\"\"Handles session management and crypto for license, manifest and eve... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong behaviour of release license
caused by upnext and supplemental media type videoid |
106,046 | 02.03.2020 12:58:49 | -3,600 | 9f96632d2666fe1cb86f644260f05b9000f7f925 | Fixed problem with reset esn | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -314,7 +314,7 @@ class GlobalVariables(object):\n\"\"\"Get the generated esn or if set get the custom esn\"\"\"\nfrom resources.lib.database.db_utils import TABLE_SESSION\ncustom_es... | Python | MIT License | castagnait/plugin.video.netflix | Fixed problem with reset esn |
106,046 | 02.03.2020 13:28:15 | -3,600 | d636215631bc04872aefafb4f321e82702a94747 | Fixed issue with highlight titles
you must not modify the cache data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -75,7 +75,7 @@ def add_info(videoid, list_item, item, raw_data, handle_highlighted_title=False,\n# Short information about future release of tv show season or other\... | Python | MIT License | castagnait/plugin.video.netflix | Fixed issue with highlight titles
you must not modify the cache data |
106,046 | 02.03.2020 13:40:48 | -3,600 | 37f3d199bc8899757a35c13fa361473d2d219420 | Stop annoying notifications of lolomo context update
Shows only when debugging is verbose,
i don't know how much time you will need and if you will find a way to find a solution to this problem | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -156,6 +156,8 @@ def update_lolomo_context(context_name):\nexcept Exception: # pylint: disable=broad-except\n# I do not know the reason yet, but sometimes continues to return ... | Python | MIT License | castagnait/plugin.video.netflix | Stop annoying notifications of lolomo context update
Shows only when debugging is verbose,
i don't know how much time you will need and if you will find a way to find a solution to this problem |
106,046 | 02.03.2020 18:31:39 | -3,600 | 3fcc21d947e8d6ce5691866fdd76c1877870e22c | Deleted unused PersistentStorage | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/__init__.py",
"new_path": "resources/lib/common/__init__.py",
"diff": "@@ -14,7 +14,6 @@ from .logging import *\nfrom .ipc import * # pylint: disable=redefined-builtin\nfrom .videoid import * # pylint: disable=redefined-builtin\nfrom .cred... | Python | MIT License | castagnait/plugin.video.netflix | Deleted unused PersistentStorage |
106,046 | 03.03.2020 20:15:59 | -3,600 | 657cf37f570908e22db0a38127add91359c227d9 | Fixed possible error on empty results | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/data_types.py",
"new_path": "resources/lib/api/data_types.py",
"diff": "@@ -177,7 +177,7 @@ class CustomVideoList:\ndef __init__(self, path_response):\nself.perpetual_range_selector = path_response.get('_perpetual_range_selector')\nself.data ... | Python | MIT License | castagnait/plugin.video.netflix | Fixed possible error on empty results |
106,046 | 03.03.2020 20:16:56 | -3,600 | d5a745549766e50fe0dca788444226c969d4a0f3 | Added chunked custom video list | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -246,8 +246,7 @@ def video_list_sorted(context_name, context_id=None, perpetual_range_start=None,\n@common.time_execution(immediate=False)\ndef custom_video_list(video_ids, cu... | Python | MIT License | castagnait/plugin.video.netflix | Added chunked custom video list |
106,046 | 03.03.2020 20:17:29 | -3,600 | 6e895b66fd51aca11387d7ecb20960cfbb944ec5 | Added list converter in to chunked list | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -145,6 +145,11 @@ def compare_dicts(dict_a, dict_b, excluded_keys=None):\nreturn all(dict_a[k] == dict_b[k] for k in dict_a if k not in excluded_keys)\n+def chun... | Python | MIT License | castagnait/plugin.video.netflix | Added list converter in to chunked list |
106,046 | 03.03.2020 20:40:11 | -3,600 | 715a46be59613b0f21be5e5bba93e7480be12adc | Fixed exported menu error when there are many elements
When there are more than 50 items exported the shakti request cause this error:
413 Client Error: Request Entity Too Large
it is necessary to manage the requests as a paged list by limiting the amount of videoid to request | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library.py",
"new_path": "resources/lib/kodi/library.py",
"diff": "@@ -18,6 +18,7 @@ import resources.lib.api.shakti as api\nimport resources.lib.common as common\nimport resources.lib.kodi.nfo as nfo\nimport resources.lib.kodi.ui as ui\n+fr... | Python | MIT License | castagnait/plugin.video.netflix | Fixed exported menu error when there are many elements
When there are more than 50 items exported the shakti request cause this error:
413 Client Error: Request Entity Too Large
it is necessary to manage the requests as a paged list by limiting the amount of videoid to request |
106,046 | 04.03.2020 10:35:10 | -3,600 | 751d02d8b25e3d3f29db70d8a1920e5d902e56f9 | Fixed unescaped auto-profile name in settings | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/listings.py",
"new_path": "resources/lib/kodi/listings.py",
"diff": "@@ -92,7 +92,6 @@ def _create_profile_item(profile_guid, is_active, html_parser):\ndescription.append(common.get_local_string(30221))\nif is_kids:\ndescription.append(commo... | Python | MIT License | castagnait/plugin.video.netflix | Fixed unescaped auto-profile name in settings |
106,046 | 04.03.2020 12:03:17 | -3,600 | fa119a22504da892847c1abd7268d033262f24e5 | Update README.md
Dolby Vision has been fixed also on Kodi 18.6 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -30,7 +30,7 @@ The trademark \"Netflix\" is registered by \"Netflix, Inc.\"\n- Possibility of playback at 1080P and 4K (see high resolutions table)\n- Support of hi-res audio Dolby Digital Plus and Dolby Digital... | Python | MIT License | castagnait/plugin.video.netflix | Update README.md
Dolby Vision has been fixed also on Kodi 18.6 |
106,046 | 06.03.2020 13:43:54 | -3,600 | e33d867044907c25006b1d4a65ba7c3bd10df715 | Version bump (1.0.0) | [
{
"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.16.4\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (1.0.0) |
106,046 | 09.03.2020 14:12:23 | -3,600 | 7a7f1608a87286b05a4571e40a996622fae6cb1c | Fixed supplemental message and credits offset | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -41,7 +41,7 @@ ART_PARTIAL_PATHS = [\nVIDEO_LIST_PARTIAL_PATHS = [\n[['requestId', 'summary', 'title', 'synopsis', 'regularSynopsis', 'evidence', 'queue',\n'episodeCount', 'info... | Python | MIT License | castagnait/plugin.video.netflix | Fixed supplemental message and credits offset |
106,046 | 09.03.2020 15:06:27 | -3,600 | 7e7fee34f7d956d843eba0e060272a6ec191f970 | Added support for sequiturEvidence infos | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -42,7 +42,7 @@ VIDEO_LIST_PARTIAL_PATHS = [\n[['requestId', 'summary', 'title', 'synopsis', 'regularSynopsis', 'evidence', 'queue',\n'episodeCount', 'info', 'maturity', 'runtime... | Python | MIT License | castagnait/plugin.video.netflix | Added support for sequiturEvidence infos |
106,046 | 10.03.2020 10:40:56 | -3,600 | fe026ae30050317c96424461c1927c1652fc8176 | Clean colorize text function | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "from __future__ import absolute_import, division, unicode_literals\nimport copy\n-import re\nfrom future.utils import iteritems, itervalues\n@@ -37,6 +36,8 @@ JSONRPC_M... | Python | MIT License | castagnait/plugin.video.netflix | Clean colorize text function |
106,046 | 10.03.2020 11:04:17 | -3,600 | eca582ac2d4ed084781a63df481c83f8d7f6dac0 | Added customizable color of suppl. info of plot | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -980,3 +980,6 @@ msgctxt \"#30238\"\nmsgid \"Up Next notifications (watch next video)\"\nmsgstr \"\"\n+msgctxt \"#30239\"\n... | Python | MIT License | castagnait/plugin.video.netflix | Added customizable color of suppl. info of plot |
106,046 | 10.03.2020 11:31:58 | -3,600 | 8dc767d1bffc19cf69eececc35df6b3c716e5f3c | More http server security | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/http_server.py",
"new_path": "resources/lib/services/msl/http_server.py",
"diff": "@@ -41,6 +41,11 @@ class MSLHttpRequestHandler(BaseHTTPRequestHandler):\ndef do_POST(self):\n\"\"\"Loads the licence for the requested resource\"\"\"\... | Python | MIT License | castagnait/plugin.video.netflix | More http server security |
106,046 | 10.03.2020 11:58:27 | -3,600 | 690b164de041b8dc90ffc1ff9aafbb7f8d70cae8 | Set headers on http msl session | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_requests.py",
"new_path": "resources/lib/services/msl/msl_requests.py",
"diff": "@@ -36,6 +36,11 @@ class MSLRequests(MSLRequestBuilder):\ndef __init__(self, msl_data=None):\nsuper(MSLRequests, self).__init__()\nself.session = re... | Python | MIT License | castagnait/plugin.video.netflix | Set headers on http msl session |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.