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 | 22.11.2019 15:33:00 | -3,600 | 9c8f9f11abaa1ed1ec17a37dc9ae827a5ca2c48e | Allow custom paths in custom_video_list | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -150,13 +150,14 @@ def video_list_sorted(context_name, context_id=None, perpetual_range_start=None,\n@common.time_execution(immediate=False)\n-def custom_video_list(video_ids)... | Python | MIT License | castagnait/plugin.video.netflix | Allow custom paths in custom_video_list |
106,046 | 22.11.2019 15:34:33 | -3,600 | 55e1b52fbbcde8439c60f5aa7731312ddcb2f371 | Added thumb rating system
*the old numerical rating system will remain inactive, it could be
useful in the future | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -205,7 +205,7 @@ msgid \"View for profiles\"\nmsgstr \"\"\nmsgctxt \"#30045\"\n-msgid \"[COLOR cyan][B]-- NEXT PAGE --[/B][... | Python | MIT License | castagnait/plugin.video.netflix | Added thumb rating system
*the old numerical rating system will remain inactive, it could be
useful in the future |
106,046 | 22.11.2019 15:55:34 | -3,600 | c21129ee88288a92f1d6ea1751158c9d486b1f3e | Add test stubs and pylist fixes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/xmldialogs.py",
"new_path": "resources/lib/kodi/ui/xmldialogs.py",
"diff": "@@ -173,6 +173,7 @@ class ParentalControl(xbmcgui.WindowXMLDialog):\nreturn True\n+# pylint: disable=no-member\nclass RatingThumb(xbmcgui.WindowXMLDialog):\n\"\"\... | Python | MIT License | castagnait/plugin.video.netflix | Add test stubs and pylist fixes |
106,046 | 23.11.2019 10:51:54 | -3,600 | 62cf816c963e661aa7410556699278a85f3714e0 | Removed SaveStreamSettings class no more used | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/xmldialogs.py",
"new_path": "resources/lib/kodi/ui/xmldialogs.py",
"diff": "@@ -230,22 +230,3 @@ class RatingThumb(xbmcgui.WindowXMLDialog):\ndef onAction(self, action):\nif action.getId() in self.action_exitkeys_id:\nself.close()\n-\n-\n... | Python | MIT License | castagnait/plugin.video.netflix | Removed SaveStreamSettings class no more used |
106,046 | 23.11.2019 11:01:45 | -3,600 | 757536082e5c66d53c0d6fe043ad52431395289d | Languages id fixes for thumb rating | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.es_es/strings.po",
"new_path": "resources/language/resource.language.es_es/strings.po",
"diff": "@@ -193,8 +193,8 @@ msgid \"View for profiles\"\nmsgstr \"Vista para los perfiles\"\nmsgctxt \"#30045\"\n-msgid \"[COLOR cyan]... | Python | MIT License | castagnait/plugin.video.netflix | Languages id fixes for thumb rating |
106,046 | 24.11.2019 09:47:35 | -3,600 | 1343911a2de9e30845e3c5e3a0207788331b7f8d | Added internet connection check | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -197,3 +197,35 @@ def _adjust_locale(locale_code, lang_code_without_country_exists):\ndebug('AdjustLocale - missing mapping conversion for locale: {}'.format(locale_co... | Python | MIT License | castagnait/plugin.video.netflix | Added internet connection check |
106,046 | 24.11.2019 09:50:57 | -3,600 | b9c055a40bf37a5ed76a52893e0b5b49cd8c9a64 | Raise the exception when update_profile_data
Allow show to the user a possible error | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -207,7 +207,7 @@ class NetflixSession(object):\nreturn True\n@common.time_execution(immediate=True)\n- def _refresh_session_data(self):\n+ ... | Python | MIT License | castagnait/plugin.video.netflix | Raise the exception when update_profile_data
Allow show to the user a possible error |
106,046 | 24.11.2019 09:57:30 | -3,600 | 4836b4fcda1160a14f1e914f97a4f9fdd6fa74f1 | Verify internet connection before any operation that need to be logged in
can prevents strange http errors that often the normal user does not understand,
continuing to open pull requests for a simple network problem | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/exceptions.py",
"new_path": "resources/lib/api/exceptions.py",
"diff": "@@ -47,3 +47,7 @@ class NotLoggedInError(Exception):\nclass APIError(Exception):\n\"\"\"The requested API operation has resulted in an error\"\"\"\n+\n+\n+class NotConnec... | Python | MIT License | castagnait/plugin.video.netflix | Verify internet connection before any operation that need to be logged in
can prevents strange http errors that often the normal user does not understand,
continuing to open pull requests for a simple network problem |
106,046 | 24.11.2019 10:10:06 | -3,600 | d513c8022ba5458d1a1b8c1212225c58d49c3c2e | Prefetch fixes
no longer crashes the service in the case of an error
if prefetch fail set session header data at first login | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -101,6 +101,7 @@ class NetflixSession(object):\ncommon.register_slot(play_callback, signal=g.ADDON_ID + '_play_action',\nsource_id='upnextp... | Python | MIT License | castagnait/plugin.video.netflix | Prefetch fixes
-no longer crashes the service in the case of an error
-if prefetch fail set session header data at first login |
106,046 | 24.11.2019 10:30:55 | -3,600 | e9e7f3abfec074a5487144c4220857a3501d4e1c | Do not ask for credentials when the first login fails
credentials will be deleted only when netflix returns an error, if this does not happen, in the second attempt should be to use the saved credentials | [
{
"change_type": "MODIFY",
"old_path": "addon.py",
"new_path": "addon.py",
"diff": "@@ -42,7 +42,9 @@ def lazy_login(func):\ndebug('Tried to perform an action without being logged in')\ntry:\nfrom resources.lib.api.shakti import login\n- login()\n+ if not login(ask_credentials=not check_credentials(... | Python | MIT License | castagnait/plugin.video.netflix | Do not ask for credentials when the first login fails
credentials will be deleted only when netflix returns an error, if this does not happen, in the second attempt should be to use the saved credentials |
106,046 | 24.11.2019 14:45:48 | -3,600 | 1f6280bed54395fb8ef41674c08487f91d85a901 | Added yes-no dialog | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/dialogs.py",
"new_path": "resources/lib/kodi/ui/dialogs.py",
"diff": "@@ -106,6 +106,10 @@ def show_ok_dialog(title, message):\nreturn xbmcgui.Dialog().ok(title, message)\n+def show_yesno_dialog(title, message, yeslabel=None, nolabel=None... | Python | MIT License | castagnait/plugin.video.netflix | Added yes-no dialog |
106,046 | 24.11.2019 15:01:12 | -3,600 | 4b040d09094ed1c1d3d175bca1b38d609aa48b66 | Better handle settings monitor suspend | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -247,7 +247,7 @@ class GlobalVariables(object):\nshared_db_class = db_shared.get_shareddb_class(force_sqlite=True)\nself.SHARED_DB = shared_db_class()\n- self.settings_monitor_suspe... | Python | MIT License | castagnait/plugin.video.netflix | Better handle settings monitor suspend |
106,046 | 24.11.2019 16:48:08 | -3,600 | 1fe245fd5e7962c8fa6aed25fb5ed7113f511316 | Introducing watched status marks by profile
Initial transition, in the future the temporary options will have to be removed, maintaining the distinction of the watched status by profile is mandatory. Required for a possible future sync with netflix. | [
{
"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,11 @@ msgstr \"\"\nmsgctxt \"#30237\"\nmsgid \"Content for {} will require the PIN to start playback.\"\nmsgstr... | Python | MIT License | castagnait/plugin.video.netflix | Introducing watched status marks by profile
Initial transition, in the future the temporary options will have to be removed, maintaining the distinction of the watched status by profile is mandatory. Required for a possible future sync with netflix. |
106,046 | 25.11.2019 20:15:41 | -3,600 | 749c132a60b5287b0496e6591a779b5be67dc60c | Updated mysql connector to v8.0.18 | [
{
"change_type": "MODIFY",
"old_path": "modules/mysql-connector-python/CHANGES.txt",
"new_path": "modules/mysql-connector-python/CHANGES.txt",
"diff": "@@ -8,6 +8,15 @@ Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.\nFull release notes:\nhttp://dev.mysql.com/doc/relnote... | Python | MIT License | castagnait/plugin.video.netflix | Updated mysql connector to v8.0.18 |
106,046 | 26.11.2019 14:24:08 | -3,600 | ab14813bbe5c0fa2cfa245e1dd3390e9ad0cf705 | kodi-addon-checker fixes | [
{
"change_type": "MODIFY",
"old_path": "addon.py",
"new_path": "addon.py",
"diff": "@@ -11,11 +11,6 @@ import sys\nfrom functools import wraps\nfrom xbmcgui import Window\n-try: # Python 3\n- import itertools.ifilter as filter # pylint: disable=redefined-builtin\n-except ImportError: # Python 2\n- p... | Python | MIT License | castagnait/plugin.video.netflix | kodi-addon-checker fixes |
106,046 | 26.11.2019 17:43:50 | -3,600 | 2ad11a84484f351b57d709e8e1b54834e26b7aed | Fixed complex entry point | [
{
"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=wrong-import-position\n\"\"\"Kodi plugin for Netflix (https://netflix.com)\"\"\"\nfrom __future__ import absolute_... | Python | MIT License | castagnait/plugin.video.netflix | Fixed complex entry point |
106,046 | 27.11.2019 08:22:47 | -3,600 | eb9aa78ee2df70af2ded035608cfab4b2174b37f | Load maturity levels dynamically from webpage
levels change by country and region, so it is not possible to make a
static list. To solve this, i perform a complete parse of the data from
the web page | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -957,29 +957,9 @@ msgid \"Restrict by Maturity Level\"\nmsgstr \"\"\nmsgctxt \"#30233\"\n-msgid \"Little Kids [T]\"\n-msgst... | Python | MIT License | castagnait/plugin.video.netflix | Load maturity levels dynamically from webpage
levels change by country and region, so it is not possible to make a
static list. To solve this, i perform a complete parse of the data from
the web page |
106,046 | 27.11.2019 18:36:04 | -3,600 | 27ce4d31ee970ab7c0c1e6494604c5f697201fd8 | Fixed the order of loading modules
and also eliminated the workaround that forced import and forced initialization
of the globals module before the others | [
{
"change_type": "MODIFY",
"old_path": "addon.py",
"new_path": "addon.py",
"diff": "\"\"\"Kodi plugin for Netflix (https://netflix.com)\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import sys\n+\nfrom resources.lib.run_addon import run\n-run()\n+run(sys.argv)\n"
},
... | Python | MIT License | castagnait/plugin.video.netflix | Fixed the order of loading modules
and also eliminated the workaround that forced import and forced initialization
of the globals module before the others |
106,046 | 28.11.2019 09:29:44 | -3,600 | 9c92891f752508bb28292c1ca3851d7a14591abf | Fixed player id assignment
this caused the impossibility to get the player data through json_rpc in _get_player_state | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/controller.py",
"new_path": "resources/lib/services/playback/controller.py",
"diff": "@@ -76,7 +76,10 @@ class PlaybackController(xbmc.Monitor):\nplayer_state)\ndef _on_playback_started(self, data):\n- self.active_player_id = ma... | Python | MIT License | castagnait/plugin.video.netflix | Fixed player id assignment
this caused the impossibility to get the player data through json_rpc in _get_player_state |
106,046 | 28.11.2019 17:34:07 | -3,600 | 57e441f83fb6c04c557f0a63518c4707bb6dda9e | Fixed cache set/get Property with pickle data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -10,7 +10,6 @@ resources.lib.kodi.ui\nresources.lib.services.nfsession\n\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-import base64\nimport os\nimport sys... | Python | MIT License | castagnait/plugin.video.netflix | Fixed cache set/get Property with pickle data |
106,046 | 29.11.2019 19:33:46 | -3,600 | ecb5bd10fc3c144a68951c8ac1619fa0c26e107b | Version bump (0.16.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.15.11\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.16.0) (#341) |
106,046 | 02.12.2019 20:48:54 | -3,600 | 9b4bed3b5d975090f4dd0864541e210a955b8f91 | Fixed unicodedecode error when using non ascii char on inputdialog | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/dialogs.py",
"new_path": "resources/lib/kodi/ui/dialogs.py",
"diff": "@@ -32,9 +32,9 @@ def ask_credentials():\n\"\"\"\nShow some dialogs and ask the user for account credentials\n\"\"\"\n- email = xbmcgui.Dialog().input(\n+ email = g.py2... | Python | MIT License | castagnait/plugin.video.netflix | Fixed unicodedecode error when using non ascii char on inputdialog |
106,046 | 03.12.2019 20:14:10 | -3,600 | 6669482e20b4b595e4e3f50c7c98b760154a2512 | Add Python 3.5 testing support | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -4,6 +4,7 @@ language: python\npython:\n- '2.7'\n+- '3.5'\n- '3.6'\n- '3.7'\n"
},
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "-ENVS := flake8,py27,... | Python | MIT License | castagnait/plugin.video.netflix | Add Python 3.5 testing support |
106,046 | 04.12.2019 13:53:55 | -3,600 | e0386b16dc9d0240a7adb42b0acc5cf94a12ee6f | Fixed unicodedecode error on android device
Beelink
in the ro.product.model instead of number 2 has a special char and this is the cause of the errors | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -221,18 +221,22 @@ def generate_esn(user_data):\nimport subprocess\ntry:\nmanufacturer = subprocess.check_output(\n- ['/system/bin/getprop', 'ro.product.manufacturer']).stri... | Python | MIT License | castagnait/plugin.video.netflix | Fixed unicodedecode error on android device
Beelink GT1mini-2
in the ro.product.model instead of number 2 has a special char and this is the cause of the errors |
106,046 | 04.12.2019 18:25:13 | -3,600 | 9a850ba30b496d923aca177e8619f7296b5664a1 | Some fixes for non default Skins | [
{
"change_type": "MODIFY",
"old_path": "resources/skins/default/1080i/plugin-video-netflix-ParentalControl.xml",
"new_path": "resources/skins/default/1080i/plugin-video-netflix-ParentalControl.xml",
"diff": "<visible>true</visible>\n<scroll>false</scroll>\n<label>$ADDON[plugin.video.netflix 30007]</... | Python | MIT License | castagnait/plugin.video.netflix | Some fixes for non default Skins |
106,046 | 08.12.2019 16:26:11 | -3,600 | 25305d4a9bb607ae05571ddfc649684c349f639b | Improved and fixed gui path | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -39,8 +39,7 @@ def catch_api_errors(func):\ndef logout():\n\"\"\"Logout of the current account\"\"\"\n- url = common.build_url(['root'], mode=g.MODE_DIRECTORY)\n- common.make_... | Python | MIT License | castagnait/plugin.video.netflix | Improved and fixed gui path |
106,046 | 08.12.2019 20:04:47 | -3,600 | af46572cb541b9682505fee7a8dec8990a91d5a7 | Override default timeout also in ipc over http | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -86,7 +86,7 @@ def make_http_call(callname, data):\ninstall_opener(build_opener(ProxyHandler({})))\ntry:\nresult = json.loads(\n- urlopen(url=url, data=json.dumps(data).encode... | Python | MIT License | castagnait/plugin.video.netflix | Override default timeout also in ipc over http |
106,046 | 07.12.2019 10:54:57 | -3,600 | 08c3a23bcc699972f68d6f4cb0a660483f6e44dc | Add compare dict with excluded keys option | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -236,6 +236,15 @@ def merge_dicts(dict_to_merge, merged_dict):\nreturn merged_dict\n+def compare_dicts(dict_a, dict_b, excluded_keys=None):\n+ \"\"\"\n+ Compare ... | Python | MIT License | castagnait/plugin.video.netflix | Add compare dict with excluded keys option |
106,046 | 07.12.2019 11:04:35 | -3,600 | 492f6712772b3c8a9dcb2f7dab1af31bf67c96b2 | Fixed possible cases of fake data in player_state | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/controller.py",
"new_path": "resources/lib/services/playback/controller.py",
"diff": "@@ -119,6 +119,12 @@ class PlaybackController(xbmc.Monitor):\nexcept IOError:\nreturn {}\n+ # Sometime may happen that when you stop playback,... | Python | MIT License | castagnait/plugin.video.netflix | Fixed possible cases of fake data in player_state |
106,046 | 09.12.2019 11:21:14 | -3,600 | 187c1761e7fe0486a7a12a01fedcfb0b158ccc40 | Code climate update config | [
{
"change_type": "MODIFY",
"old_path": ".codeclimate.yml",
"new_path": ".codeclimate.yml",
"diff": "----\n-engines:\n+version: \"2\"\n+plugins:\npep8:\nenabled: true\n- checks:\n- E402:\n- # Disable module order check because we need to work around this\n- enabled: false\nradon:\nenabled: true\n- co... | Python | MIT License | castagnait/plugin.video.netflix | Code climate update config (#370) |
106,046 | 09.12.2019 13:16:50 | -3,600 | a88452456df48268072ff4d5435b1ce8cb22eb94 | code climate: avoid too many return statements | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -402,17 +402,17 @@ def update_my_list(videoid, operation):\n@common.time_execution(immediate=False)\ndef metadata(videoid, refresh=False):\n\"\"\"Retrieve additional metadata ... | Python | MIT License | castagnait/plugin.video.netflix | code climate: avoid too many return statements |
106,046 | 09.12.2019 14:21:58 | -3,600 | 4ca3e78e1b024fc60e8e31b283642f973e407e65 | code climate: number of line exceeded | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -240,6 +240,18 @@ class GlobalVariables(object):\nself.IPC_OVER_HTTP = self.ADDON.getSettingBool('enable_ipc_over_http')\nif not skip_database_initialize:\n+ self._init_database()\n... | Python | MIT License | castagnait/plugin.video.netflix | code climate: number of line exceeded |
106,046 | 09.12.2019 14:34:32 | -3,600 | 4e442c2d6f824135e273e26b674a330cbd8a8804 | code climate: exceeded arguments | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -188,28 +188,28 @@ def parse_art(videoid, item, raw_data): # pylint: disable=unused-argument\nfanart = common.get_path_safe(\npaths.ART_PARTIAL_PATHS[4] + [0, 'url']... | Python | MIT License | castagnait/plugin.video.netflix | code climate: exceeded arguments |
106,046 | 09.12.2019 17:04:01 | -3,600 | f5904a53d03c5d719cc0cc0d7f92639555a0bc87 | Moved parental control data extraction to website | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "from __future__ import absolute_import, division, unicode_literals\nimport json\n-from re import compile as recompile, DOTALL, sub\n+from re import compile as recompile, DOTALL... | Python | MIT License | castagnait/plugin.video.netflix | Moved parental control data extraction to website |
106,046 | 10.12.2019 11:21:58 | -3,600 | e262dc7abf2359b85abc559651fbf2c8882001c5 | prefetch_login is not as internal method | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -43,7 +43,7 @@ class NetflixSession(NFSessionAccess):\ncommon.register_slot(slot)\ncommon.register_slot(play_callback, signal=g.ADDON_ID + ... | Python | MIT License | castagnait/plugin.video.netflix | prefetch_login is not as internal method |
106,046 | 10.12.2019 14:32:27 | -3,600 | 34f3b70481df30d40b27c2892f64a78285638952 | Subtitle property adj for future versions of InputStream Adaptive
allow to show/set multiple property to each subtitle track | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/converter.py",
"new_path": "resources/lib/services/msl/converter.py",
"diff": "from __future__ import absolute_import, division, unicode_literals\nimport uuid\nimport xml.etree.ElementTree as ET\n-import xbmc\nfrom resources.lib.glob... | Python | MIT License | castagnait/plugin.video.netflix | Subtitle property adj for future versions of InputStream Adaptive
-allow to show/set multiple property to each subtitle track |
106,046 | 10.12.2019 16:59:38 | -3,600 | c6b0305d6bb8e1e87610062d70c458ebb164a0fe | Fixed stream continuity after | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/stream_continuity.py",
"new_path": "resources/lib/services/playback/stream_continuity.py",
"diff": "@@ -46,6 +46,7 @@ class StreamContinuityManager(PlaybackActionManager):\nsuper(StreamContinuityManager, self).__init__()\nself.c... | Python | MIT License | castagnait/plugin.video.netflix | Fixed stream continuity after 34f3b70481df30d40b27c2892f64a7 |
106,046 | 10.12.2019 20:33:54 | -3,600 | 8e452635f55f86f7daf96b4a77eeee96f240f374 | Fixed wrong content type to lists of movies | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -119,16 +119,14 @@ class GlobalVariables(object):\n'lolomo_known': False,\n'label_id': 30001,\n'description_id': 30094,\n- 'icon': 'DefaultUser.png',\n- 'content_type': CONTENT_FOLD... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong content type to lists of movies |
106,046 | 11.12.2019 10:55:31 | -3,600 | 465a7548ae350887e199822d58f7563de4f5e106 | Workaround to intercept skin widget calls
This freeze the add-on instance until service starts,
this is not a safe solution because depends on which window is open,
for now there is no better solution | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/run_addon.py",
"new_path": "resources/lib/run_addon.py",
"diff": "@@ -10,6 +10,7 @@ from __future__ import absolute_import, division, unicode_literals\nfrom functools import wraps\n+from xbmc import getCondVisibility, Monitor\nfrom xbmcgui import... | Python | MIT License | castagnait/plugin.video.netflix | Workaround to intercept skin widget calls
This freeze the add-on instance until service starts,
this is not a safe solution because depends on which window is open,
for now there is no better solution |
106,046 | 12.12.2019 17:41:42 | -3,600 | 194b7b2db7c0a64360ab4e99f05797f8ce072d1d | Allow to distinguish dolby atmos streams | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/converter.py",
"new_path": "resources/lib/services/msl/converter.py",
"diff": "@@ -181,6 +181,10 @@ def _convert_audio_track(audio_track, period, init_length, default, drm_streams)\nimpaired=impaired,\noriginal=original,\ndefault=def... | Python | MIT License | castagnait/plugin.video.netflix | Allow to distinguish dolby atmos streams |
106,046 | 13.12.2019 17:21:06 | -3,600 | 2320171a6d410b683fe6e0229f5b7bddfb864218 | Updated user agent for windows | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -109,7 +109,7 @@ def get_user_agent():\nreturn base.replace('%PL%', '(Macintosh; Intel Mac OS X 10_14_6)')\n# Windows\nif system == 'Windows':\n- return base.rep... | Python | MIT License | castagnait/plugin.video.netflix | Updated user agent for windows |
106,046 | 13.12.2019 17:22:01 | -3,600 | 6703400a32ff83ad72573d71e069c266ba32c5ce | Updated some manifest parameters | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -208,7 +208,9 @@ class MSLHandler(object):\n'drmVersion': 25,\n'usePsshBox': True,\n'isBranching': False,\n- 'useHttpsStreams': False,\n+ 'isNonMem... | Python | MIT License | castagnait/plugin.video.netflix | Updated some manifest parameters |
106,046 | 13.12.2019 19:19:53 | -3,600 | fa58e2e6eaa338628859f3158732ba65b503a976 | Changed library context menu behaviour
Allow exports a single season in manual mode library update
Do not allow library operations to the single episodes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/context_menu.py",
"new_path": "resources/lib/kodi/context_menu.py",
"diff": "@@ -102,11 +102,14 @@ def generate_context_menu_items(videoid):\ndef _generate_library_ctx_items(videoid):\nlibrary_actions = []\n- if videoid.mediatype == common.V... | Python | MIT License | castagnait/plugin.video.netflix | Changed library context menu behaviour
Allow exports a single season in manual mode library update
Do not allow library operations to the single episodes |
106,046 | 14.12.2019 10:20:33 | -3,600 | 182a73f53c3deb8f0f3e42ec8dc62ceaeeab015b | Version bump (0.16.1) | [
{
"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.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.16.1) |
106,046 | 18.12.2019 20:09:06 | -3,600 | 16397520de7dea9adfd86134d63d1c98fbaeb05f | Removed per profile watched settings
No longer required | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -959,7 +959,3 @@ msgstr \"\"\nmsgctxt \"#30233\"\nmsgid \"Content for {} will require the PIN to start playback.\"\nmsgstr ... | Python | MIT License | castagnait/plugin.video.netflix | Removed per profile watched settings
No longer required |
106,046 | 19.12.2019 08:49:56 | -3,600 | 386a29beb3187c3ff28afabd57339dd2b68154c8 | Updated it, de translation | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.it_it/strings.po",
"new_path": "resources/language/resource.language.it_it/strings.po",
"diff": "@@ -62,7 +62,7 @@ msgstr \"Accesso non riuscito\"\nmsgctxt \"#30009\"\nmsgid \"Please check your e-mail and password\"\n-msgst... | Python | MIT License | castagnait/plugin.video.netflix | Updated it, de translation |
106,046 | 22.12.2019 10:25:49 | -3,600 | cfeef642609468baec7c3da9f636aa100651f4fd | Some python 3 fixes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/android_crypto.py",
"new_path": "resources/lib/services/msl/android_crypto.py",
"diff": "@@ -59,7 +59,7 @@ class AndroidMSLCrypto(MSLBaseCrypto):\n# No key update supported -> remove existing keys\nself.crypto_session.RemoveKeys()\nk... | Python | MIT License | castagnait/plugin.video.netflix | Some python 3 fixes |
106,046 | 29.12.2019 13:30:24 | -3,600 | fac54d0bee7b1827b4b744b7f4b0adcb101bec72 | Add season number in infolabel to season items | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -71,11 +71,20 @@ EPISODES_PARTIAL_PATHS = [\n{'from': 0, 'to': 10}, ['id', 'name']]\n] + ART_PARTIAL_PATHS\n+TRAILER_PARTIAL_PATHS = [\n+ [['availability', 'summary', 'synopsis'... | Python | MIT License | castagnait/plugin.video.netflix | Add season number in infolabel to season items |
106,046 | 31.12.2019 18:16:06 | -3,600 | 09ac8d29f2b012c70120d7ece809b5ddda01a2aa | Handled not available metadata | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/exceptions.py",
"new_path": "resources/lib/api/exceptions.py",
"diff": "@@ -58,3 +58,7 @@ class APIError(Exception):\nclass NotConnected(Exception):\n\"\"\"Internet status not connected\"\"\"\n+\n+\n+class MetadataNotAvailable(Exception):\n+ ... | Python | MIT License | castagnait/plugin.video.netflix | Handled not available metadata |
106,046 | 05.01.2020 12:51:34 | -3,600 | 580bb63c75270fc497f14a95f727d64ea5edab1b | Properties must not be shared with multiple kodi profiles | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -153,14 +153,16 @@ class Cache(object):\ndef __init__(self, common, cache_path, ttl, metadata_ttl, plugin_handle):\n# pylint: disable=too-many-arguments\n# We have the self.common modul... | Python | MIT License | castagnait/plugin.video.netflix | Properties must not be shared with multiple kodi profiles |
106,046 | 06.01.2020 16:42:04 | -3,600 | b8cb733a4ca55f00505411be9a2773f87659a540 | Get list of profiles by api | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/exceptions.py",
"new_path": "resources/lib/api/exceptions.py",
"diff": "@@ -31,8 +31,8 @@ class InvalidAuthURLError(WebsiteParsingError):\n\"\"\"The authURL is invalid\"\"\"\n-class InvalidProfilesError(WebsiteParsingError):\n- \"\"\"Cannot e... | Python | MIT License | castagnait/plugin.video.netflix | Get list of profiles by api |
106,046 | 06.01.2020 17:10:57 | -3,600 | 95a347bb65ec27abe0258941b25d5502702ffb3d | Removed html parser from profile name | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/listings.py",
"new_path": "resources/lib/kodi/listings.py",
"diff": "@@ -64,27 +64,19 @@ def _activate_view(partial_setting_id):\n@common.time_execution(immediate=False)\ndef build_profiles_listing():\n\"\"\"Builds the profiles list Kodi scr... | Python | MIT License | castagnait/plugin.video.netflix | Removed html parser from profile name |
106,046 | 06.01.2020 18:06:04 | -3,600 | 2d19498ea6b8d7bc4ffa1bed6b7e47f37de82aa3 | Fixed missing profile on first login | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_base.py",
"new_path": "resources/lib/services/nfsession/nfsession_base.py",
"diff": "@@ -15,6 +15,7 @@ import requests\nimport resources.lib.common as common\nimport resources.lib.common.cookies as cookies\n+from reso... | Python | MIT License | castagnait/plugin.video.netflix | Fixed missing profile on first login |
106,046 | 06.01.2020 18:20:55 | -3,600 | 3e4481829436787726b26cc74c5bf23c31d854bc | is_logged_in must not be internal method | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_access.py",
"new_path": "resources/lib/services/nfsession/nfsession_access.py",
"diff": "@@ -39,7 +39,7 @@ class NFSessionAccess(NFSessionRequests, NFSessionCookie):\nIf so, do the login before the user requests it\"\... | Python | MIT License | castagnait/plugin.video.netflix | is_logged_in must not be internal method |
106,046 | 06.01.2020 18:45:48 | -3,600 | e1ee5199594230cd7ae6eef7468ad879cf1e2859 | Hidden SSL setting - developers only | [
{
"change_type": "MODIFY",
"old_path": "resources/settings.xml",
"new_path": "resources/settings.xml",
"diff": "<setting id=\"enable_ipc_over_http\" type=\"bool\" label=\"30139\" default=\"false\"/>\n<setting id=\"enable_timing\" type=\"bool\" label=\"30134\" default=\"false\"/>\n<setting id=\"disab... | Python | MIT License | castagnait/plugin.video.netflix | Hidden SSL setting - developers only |
106,046 | 07.01.2020 20:21:02 | -3,600 | af943d174b1a39d6737502b926320ff5eecb4ea7 | A hack way to speed up requests made by requests module
This allows you to speed up the first request (made by requests module)
about halving the time it takes to get a response
With some devices/os you can see a significant improvement at the first start of the addon | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -37,6 +37,7 @@ class NetflixSession(NFSessionAccess):\nself.perpetual_path_request_switch_profiles,\nself.get,\nself.post,\n+ self.startup_... | Python | MIT License | castagnait/plugin.video.netflix | A hack way to speed up requests made by requests module
This allows you to speed up the first request (made by requests module)
about halving the time it takes to get a response
With some devices/os you can see a significant improvement at the first start of the addon |
106,046 | 07.01.2020 20:39:52 | -3,600 | 06071c7d24ed97f534359b569c6db06b15d23734 | Version bump (0.16.2) | [
{
"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.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.16.2) |
106,046 | 10.01.2020 08:43:48 | -3,600 | faffa5731b659f9d7215e090b3258a37c5e6bcad | Cookie debug output | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cookies.py",
"new_path": "resources/lib/common/cookies.py",
"diff": "@@ -88,6 +88,7 @@ def load(account_hash):\ndebug_output += '{} (expires {} - remaining TTL {})\\n'.format(cookie.name,\ncookie.expires,\nremaining_ttl)\n+ common.debug(de... | Python | MIT License | castagnait/plugin.video.netflix | Cookie debug output |
106,046 | 10.01.2020 13:37:28 | -3,600 | 08a1f419bd6d8d802280dad182badb859558f691 | Forgot to update description | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_access.py",
"new_path": "resources/lib/services/nfsession/nfsession_access.py",
"diff": "@@ -74,10 +74,10 @@ class NFSessionAccess(NFSessionRequests, NFSessionCookie):\nreturn True\ndef startup_requests_module(self, d... | Python | MIT License | castagnait/plugin.video.netflix | Forgot to update description |
106,046 | 11.01.2020 13:55:49 | -3,600 | 13584b58f901b3aa3513b16a3b8d42e60841b441 | Do not close output stream
This prevent the error:
ValueError: I/O operation on closed file
from the http server | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/http_server.py",
"new_path": "resources/lib/services/msl/http_server.py",
"diff": "@@ -48,7 +48,6 @@ class MSLHttpRequestHandler(BaseHTTPRequestHandler):\nself.send_response(200)\nself.end_headers()\nself.wfile.write(base64.standard_... | Python | MIT License | castagnait/plugin.video.netflix | Do not close output stream
This prevent the error:
ValueError: I/O operation on closed file
from the http server |
106,046 | 11.01.2020 17:10:18 | -3,600 | 16fb4a43d107a31370571cd6337617467c1710c0 | Added sendSignal non-blocking workaround | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -54,8 +54,24 @@ def unregister_slot(callback, signal=None):\ndebug('Unregistered AddonSignals slot {}'.format(name))\n-def send_signal(signal, data=None):\n+def send_signal(si... | Python | MIT License | castagnait/plugin.video.netflix | Added sendSignal non-blocking workaround |
106,046 | 11.01.2020 17:10:46 | -3,600 | 5ba3458bf5657f1026107aee0df3e13d3f9f853c | Using non-blocking send signal | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -92,7 +92,8 @@ def play(videoid):\n'art': art,\n'timeline_markers': get_timeline_markers(metadata[0]),\n'upnext_info': get_upnext_info(videoid, (infos, art), met... | Python | MIT License | castagnait/plugin.video.netflix | Using non-blocking send signal |
106,046 | 13.01.2020 10:06:33 | -3,600 | 8da3137fbcd6635c50dddc87f6c48cbfdc4cfd39 | Updated message request info | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -121,10 +121,8 @@ class MSLHandler(object):\nresponse = _process_json_response(\nself._post(ENDPOINTS['manifest'],\nself.request_builder.handshake_... | Python | MIT License | castagnait/plugin.video.netflix | Updated message request info |
106,046 | 10.01.2020 17:26:16 | -3,600 | 91dccffc0603dbe1e0c73dce75de792ab44dc061 | Added user ID token authentication | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -322,8 +322,13 @@ class MSLHandler(object):\n# # Check if mastertoken is renewed\n# self.request_builder.crypto.compare_mastertoken(response['heade... | Python | MIT License | castagnait/plugin.video.netflix | Added user ID token authentication |
106,046 | 13.01.2020 11:38:08 | -3,600 | c67d3cf677dc0722334be3bd754e01e300423674 | Handle http 401 error | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_requests.py",
"new_path": "resources/lib/services/nfsession/nfsession_requests.py",
"diff": "@@ -95,12 +95,11 @@ class NFSessionRequests(NFSessionBase):\ndata=data)\ncommon.debug('Request took {}s', time.clock() - sta... | Python | MIT License | castagnait/plugin.video.netflix | Handle http 401 error |
106,046 | 13.01.2020 14:42:18 | -3,600 | 70357df84e2098b55d82f41ed4823e595d375d88 | Refresh session data at service startup to update authURL | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_access.py",
"new_path": "resources/lib/services/nfsession/nfsession_access.py",
"diff": "@@ -19,7 +19,7 @@ import resources.lib.common.cookies as cookies\nimport resources.lib.api.website as website\nimport resources.... | Python | MIT License | castagnait/plugin.video.netflix | Refresh session data at service startup to update authURL |
106,046 | 13.01.2020 16:05:50 | -3,600 | 2ce086df8db567a0ab0f7bc30ce9a9800e8eee5d | Added OrderedDict in convert_to_string | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/data_conversion.py",
"new_path": "resources/lib/common/data_conversion.py",
"diff": "See LICENSES/MIT.md for more information.\n\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-import json\n+\nimport datetime\n+... | Python | MIT License | castagnait/plugin.video.netflix | Added OrderedDict in convert_to_string |
106,046 | 13.01.2020 18:06:05 | -3,600 | 9dbc84473ae52547a65575467360cdc6798d2b13 | Fixed servers shutdown
shutdown() must be done before server_close() in order to stop serve_forever
this fix: [WinError 10038] An operation was attempted on something that is not a socket | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/run_service.py",
"new_path": "resources/lib/run_service.py",
"diff": "@@ -88,8 +88,8 @@ class NetflixService(object):\n\"\"\"\nself.window_cls.setProperty(self.prop_nf_service_status, 'stopped')\nfor server in self.SERVERS:\n- server['instance'].... | Python | MIT License | castagnait/plugin.video.netflix | Fixed servers shutdown
shutdown() must be done before server_close() in order to stop serve_forever
this fix: [WinError 10038] An operation was attempted on something that is not a socket |
106,046 | 10.12.2019 17:39:16 | -3,600 | f17b42717efcfa1dcd556d1ca7edb1e539c3bae0 | Delegate upnext to start the next video | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -33,6 +33,7 @@ class Signals(object): # pylint: disable=no-init\nPLAYBACK_INITIATED = 'playback_initiated'\nESN_CHANGED = 'esn_changed'\nLIBRARY_UPDATE_REQUESTED = 'library_up... | Python | MIT License | castagnait/plugin.video.netflix | Delegate upnext to start the next video |
106,046 | 14.01.2020 18:51:37 | -3,600 | 5e6c1ef9b7b694db3b7768a6bdec55bf52fb79ea | Removed ugly dependency workaround | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "\"\"\"\n# Must not be used within these modules, because stale values may\n# be used and cause inconsistencies:\n-# resources.lib.self.common\n# resources.lib.services\n# resources.lib.kod... | Python | MIT License | castagnait/plugin.video.netflix | Removed ugly dependency workaround |
106,046 | 14.01.2020 19:39:03 | -3,600 | d9a88160e2252e257e386c44389b67ccde5ed109 | Add carriage return to the supplemental message | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -65,7 +65,7 @@ def add_info(videoid, list_item, item, raw_data, set_info=False):\nlist_item.addStreamInfo(stream_type, quality_infos)\nif item.get('dpSupplementalMes... | Python | MIT License | castagnait/plugin.video.netflix | Add carriage return to the supplemental message |
106,046 | 15.01.2020 14:19:29 | -3,600 | 7fac131bd8c190b64fd137ae67684248b741adac | Listing menu simplified a bit | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/data_types.py",
"new_path": "resources/lib/api/data_types.py",
"diff": "@@ -63,6 +63,14 @@ class LoLoMo(object):\nbreak\nreturn iteritems(lists)\n+ def find_by_context(self, context):\n+ \"\"\"Return the video list of a context\"\"\"\n+ for l... | Python | MIT License | castagnait/plugin.video.netflix | Listing menu simplified a bit |
106,046 | 15.01.2020 14:25:02 | -3,600 | 17ad8d67dad2852d33c13bfa0c6598837ad9434f | Added IS_ADDON_FIRSTRUN
Can be used to avoid to execute parts of code on subsequent addon
invocations and so optimize a bit the startup time.
The value will remain stored thanks to reuseLanguageInvoker,
but if the addon is updated or disabled and so reenabled, this value will
also be reset. | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -182,6 +182,7 @@ class GlobalVariables(object):\ndef __init__(self):\n\"\"\"Do nothing on constructing the object\"\"\"\n# Define here any variables necessary for the correct loadin... | Python | MIT License | castagnait/plugin.video.netflix | Added IS_ADDON_FIRSTRUN
Can be used to avoid to execute parts of code on subsequent addon
invocations and so optimize a bit the startup time.
The value will remain stored thanks to reuseLanguageInvoker,
but if the addon is updated or disabled and so reenabled, this value will
also be reset. |
106,046 | 15.01.2020 14:58:57 | -3,600 | fa75655745afb3681115c66e5bf0c09b8b2655f6 | Show sceduling info only after setup | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/library_updater.py",
"new_path": "resources/lib/services/library_updater.py",
"diff": "@@ -134,6 +134,7 @@ def _compute_next_schedule():\nlast_run = last_run.replace(hour=int(time[0:2]), minute=int(time[3:5]))\nnext_run = last_run + time... | Python | MIT License | castagnait/plugin.video.netflix | Show sceduling info only after setup |
106,046 | 15.01.2020 15:03:13 | -3,600 | ffd27fa58eb428b2289f967de0bdd9066a6f7c30 | Check addon upgrade only at first run | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/run_addon.py",
"new_path": "resources/lib/run_addon.py",
"diff": "@@ -160,6 +160,7 @@ def run(argv):\nif success:\ntry:\nif _check_valid_credentials():\n+ if g.IS_ADDON_FIRSTRUN:\ncheck_addon_upgrade()\ng.initial_addon_configuration()\nroute([par... | Python | MIT License | castagnait/plugin.video.netflix | Check addon upgrade only at first run |
106,046 | 16.01.2020 11:38:11 | -3,600 | 16d9678066a9cbdb8960833a966e60111c04dec1 | Added folder exists method | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/fileops.py",
"new_path": "resources/lib/common/fileops.py",
"diff": "@@ -19,7 +19,7 @@ from resources.lib.globals import g\ndef check_folder_path(path):\n\"\"\"\n- Check if folderpath ends with path delimator\n+ Check if folder path ends w... | Python | MIT License | castagnait/plugin.video.netflix | Added folder exists method |
106,046 | 16.01.2020 12:50:36 | -3,600 | 3ef8d6198e870d9795271a23bc46bea88071c356 | Fixed edge case of getDirectory error
This fix the error of:
ERROR: XFILE::CDirectory::GetDirectory - Error getting ...
due to missing delimiter at the end of path | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/database/db_utils.py",
"new_path": "resources/lib/database/db_utils.py",
"diff": "@@ -14,6 +14,7 @@ import os\nimport xbmc\nimport xbmcvfs\n+from resources.lib.common import folder_exists\nfrom resources.lib.globals import g\n@@ -39,9 +40,9 @@ Vi... | Python | MIT License | castagnait/plugin.video.netflix | Fixed edge case of getDirectory error
This fix the error of:
ERROR: XFILE::CDirectory::GetDirectory - Error getting ...
due to missing delimiter at the end of path |
106,046 | 16.01.2020 13:00:56 | -3,600 | ec1df2ef83ace630c6acf7191aa6f29f0c7f1c56 | Removed unused mkdir data path
It never worked because data_path is a "special" address,
so it always generated an exception,
and in case the folder is created by init cache | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -242,11 +242,6 @@ class GlobalVariables(object):\nself.settings_monitor_suspend(False) # Reset the value in case of addon crash\n- try:\n- os.mkdir(self.DATA_PATH)\n- except OSError... | Python | MIT License | castagnait/plugin.video.netflix | Removed unused mkdir data path
It never worked because data_path is a "special" address,
so it always generated an exception,
and in case the folder is created by init cache |
106,046 | 16.01.2020 14:44:09 | -3,600 | 1e4bd9519380954f780a5c4cdb52e833e9d80cca | Saves the current kodi profile name as global
Avoid multiple rpc requests
Avoid problems with the use of the addon after rename the current kodi profile | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -34,6 +34,8 @@ LIBRARY_PROPS = {\n'tag', 'art', 'userrating']\n}\n+__CURRENT_KODI_PROFILE_NAME__ = None\n+\ndef json_rpc(method, params=None):\n\"\"\"\n@@ -138,10 +140... | Python | MIT License | castagnait/plugin.video.netflix | Saves the current kodi profile name as global
-Avoid multiple rpc requests
-Avoid problems with the use of the addon after rename the current kodi profile |
106,046 | 16.01.2020 16:18:11 | -3,600 | 44856573a606e0fd615ab2f673d3d100bf71a19f | Fixed unicodedecode error on py2 | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -371,4 +371,6 @@ class Cache(object):\nos.remove(cache_filename)\ndef _window_property(self, bucket):\n+ if self.PY_IS_VER2:\n+ return ('nfmemcache_{}_{}'.format(self.properties_prefix,... | Python | MIT License | castagnait/plugin.video.netflix | Fixed unicodedecode error on py2 |
106,046 | 16.01.2020 16:35:35 | -3,600 | 48b970bdd8c981d31b4bd2ef8efd5f333a1a97c9 | ndb file cache no more used | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/actions.py",
"new_path": "resources/lib/navigation/actions.py",
"diff": "@@ -119,8 +119,6 @@ class AddonActionExecutor(object):\n\"\"\"Clear the cache. If on_disk param is supplied, also clear cached\nitems from disk\"\"\"\ng.CACHE.inv... | Python | MIT License | castagnait/plugin.video.netflix | ndb file cache no more used |
106,046 | 16.01.2020 17:34:25 | -3,600 | 78b7d55ab52adc760482d7ff58d43f11f0267535 | Cache class changes
Removed global hack
ttl read directly from global settings
General cleanup | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -80,7 +80,7 @@ def activate_profile(profile_id):\n@common.time_execution(immediate=False)\n-@cache.cache_output(g, cache.CACHE_COMMON, fixed_identifier='root_lists')\n+@cache.... | Python | MIT License | castagnait/plugin.video.netflix | Cache class changes
-Removed global hack
-ttl read directly from global settings
-General cleanup |
106,046 | 16.01.2020 18:40:14 | -3,600 | 5b748807173073e0313238e5fc19b7daa645953c | Fix settings monitor suspend | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -381,7 +381,7 @@ class GlobalVariables(object):\nfor _ in range(0, 30):\nesn.append(random.choice(possible))\nedge_esn = ''.join(esn)\n- self.settings_monitor_suspend(True)\n+ self.... | Python | MIT License | castagnait/plugin.video.netflix | Fix settings monitor suspend |
106,046 | 18.01.2020 13:06:12 | -3,600 | 9b0f63bf59d9f30ad6dbdf5e10184816a8a1931c | Version bump (0.16.3) | [
{
"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.2\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.16.3) |
106,046 | 20.01.2020 09:01:05 | -3,600 | 65050ab6ba8c886d06e60c582d5623e7c2417f85 | Added is_debug_verbose | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/logging.py",
"new_path": "resources/lib/common/logging.py",
"diff": "@@ -38,6 +38,10 @@ def get_log_level():\nreturn __LOG_LEVEL__\n+def is_debug_verbose():\n+ return get_log_level() == 'Verbose'\n+\n+\ndef reset_log_level_global_var():\n\... | Python | MIT License | castagnait/plugin.video.netflix | Added is_debug_verbose |
106,046 | 20.01.2020 09:02:07 | -3,600 | 53f8dba120af5d1e19939842beaccc4517707de5 | Fixed wrong mpd seconds strings | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/converter.py",
"new_path": "resources/lib/services/msl/converter.py",
"diff": "@@ -19,14 +19,16 @@ def convert_to_dash(manifest):\n\"\"\"Convert a Netflix style manifest to MPEGDASH manifest\"\"\"\nfrom xbmcaddon import Addon\nisa_ve... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong mpd seconds strings |
106,046 | 14.01.2020 10:08:53 | -3,600 | 5e4ac376593df00f6749a7f079441bca0ddefcd4 | Use notification_offset for upnext | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -177,8 +177,7 @@ def get_upnext_info(videoid, current_episode, metadata):\n# mode=g.MODE_PLAY)}\nnext_info['play_url'] = common.build_url(videoid=next_episode_id... | Python | MIT License | castagnait/plugin.video.netflix | Use notification_offset for upnext |
106,046 | 13.01.2020 18:04:06 | -3,600 | 297d51f58379ab886dcbd78b105eab75583ad3e5 | Changed upnext default behaviour | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -85,13 +85,21 @@ def play(videoid):\nif index_selected == 1:\nresume_position = None\n+ xbmcplugin.setResolvedUrl(\n+ handle=g.PLUGIN_HANDLE,\n+ succeeded=True,\... | Python | MIT License | castagnait/plugin.video.netflix | Changed upnext default behaviour |
106,046 | 20.01.2020 13:57:48 | -3,600 | 3d5317bc1cfa3ee8fdde97408e74277993c774f9 | Manage caches from the service individually
avoids possible cache locks due to improper use of cache buckets
makes it possible to use cache within the service even if it does not contain the data used by the frontend cache | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "SPDX-License-Identifier: MIT\nSee LICENSES/MIT.md for more information.\n\"\"\"\n-# Must not be used within these modules, because stale values may\n-# be used and cause inconsistencies:\n... | Python | MIT License | castagnait/plugin.video.netflix | Manage caches from the service individually
-avoids possible cache locks due to improper use of cache buckets
-makes it possible to use cache within the service even if it does not contain the data used by the frontend cache |
106,046 | 20.01.2020 14:04:54 | -3,600 | bdce6f8e6e2a0a211f2db48a09b43a603ff8bdbf | Load the manifest from cache | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/stream_continuity.py",
"new_path": "resources/lib/services/playback/stream_continuity.py",
"diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-import json\nimport xbmc\n-from resources.lib.globa... | Python | MIT License | castagnait/plugin.video.netflix | Load the manifest from cache |
106,046 | 21.01.2020 11:31:11 | -3,600 | e0350ad37f48581022aa1190d192779974597a7c | Add Up Next install option and fixed labels | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -737,7 +737,7 @@ msgid \"Ask to resume the video\"\nmsgstr \"\"\nmsgctxt \"#30178\"\n-msgid \"Open UpNext Addon settings\"\... | Python | MIT License | castagnait/plugin.video.netflix | Add Up Next install option and fixed labels |
106,046 | 21.01.2020 14:22:15 | -3,600 | 761fef0714f44e1fa01ae78a96edb80f88b2dae1 | Check if the user id token is still valid | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/request_builder.py",
"new_path": "resources/lib/services/msl/request_builder.py",
"diff": "@@ -13,6 +13,7 @@ import json\nimport base64\nimport random\nimport subprocess\n+import time\nfrom resources.lib.globals import g\nimport reso... | Python | MIT License | castagnait/plugin.video.netflix | Check if the user id token is still valid |
106,046 | 21.01.2020 18:25:35 | -3,600 | 94a18f72623957c7e98a836f6f1b10a24bbae5e8 | Fixed error on py3 due to wrong decode | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library_items.py",
"new_path": "resources/lib/kodi/library_items.py",
"diff": "@@ -75,8 +75,8 @@ def _get_library_entry(videoid):\ndef _get_item(mediatype, filename):\n# To ensure compatibility with previously exported items,\n# make the fil... | Python | MIT License | castagnait/plugin.video.netflix | Fixed error on py3 due to wrong decode |
106,046 | 22.01.2020 08:42:02 | -3,600 | e43a810790772fb7b430ab1695f63c13698b682c | Added get methods for infolabels info | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -25,7 +25,7 @@ except NameError: # Python 3\nLIBRARY_PROPS = {\n'episode': ['title', 'plot', 'writer', 'playcount', 'director', 'season',\n'episode', 'originaltitle', ... | Python | MIT License | castagnait/plugin.video.netflix | Added get methods for infolabels info |
106,046 | 22.01.2020 09:07:17 | -3,600 | c5035bddf97eff9358427713939f3dfe400de9df | Added runtime info to Up Next | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -96,8 +96,11 @@ def add_art(videoid, list_item, item, raw_data=None):\n@common.time_execution(immediate=False)\n-def get_info_for_playback(videoid):\n+def get_info_f... | Python | MIT License | castagnait/plugin.video.netflix | Added runtime info to Up Next |
106,046 | 22.01.2020 11:23:14 | -3,600 | e0fe3c4a7ba3d53a49c7381c709d0320d508d1fb | Reset user id token after an handshake | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -123,6 +123,8 @@ class MSLHandler(object):\nself.request_builder.handshake_request(esn)))\nheader_data = self.request_builder.decrypt_header_data(r... | Python | MIT License | castagnait/plugin.video.netflix | Reset user id token after an handshake |
106,046 | 22.01.2020 15:58:36 | -3,600 | 332e611ed42bc0c66939575436420a9ab2ad4472 | Added czech language to video content | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<screenshot>resources/media/screenshot-04.jpg</screenshot>\n<screenshot>resources/media/screenshot-05.jpg</screenshot>\n</assets>\n- <language>en de es he hr hu it ja ko nl pl pt sk sv</language>\n+ <language>en cs... | Python | MIT License | castagnait/plugin.video.netflix | Added czech language to video content |
106,046 | 22.01.2020 16:08:51 | -3,600 | 2a455da71485f3a8899872f6f1549ecf350ad29c | Dropped no longer maintained languages | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<screenshot>resources/media/screenshot-04.jpg</screenshot>\n<screenshot>resources/media/screenshot-05.jpg</screenshot>\n</assets>\n- <language>en cs de es he hr hu it ja ko nl pl pt sk sv</language>\n+ <language>en... | Python | MIT License | castagnait/plugin.video.netflix | Dropped no longer maintained languages |
106,046 | 22.01.2020 17:40:21 | -3,600 | 9e9f1f39832dd4d2a70e13aff5cc1cbf01354891 | Fixed czech translation | [
{
"change_type": "RENAME",
"old_path": "resources/language/resource.language.cs_cs/strings.po",
"new_path": "resources/language/resource.language.cs_cz/strings.po",
"diff": "@@ -9,12 +9,12 @@ msgstr \"\"\n\"POT-Creation-Date: 2017-07-24 16:15+0000\\n\"\n\"PO-Revision-Date: 2020-01-21 15:40+0000\\n\"... | Python | MIT License | castagnait/plugin.video.netflix | Fixed czech translation |
106,046 | 23.01.2020 10:32:47 | -3,600 | 67bb93ee96011717e94681a19ba1506d89c39554 | Moved debug settings to the right position | [
{
"change_type": "MODIFY",
"old_path": "resources/settings.xml",
"new_path": "resources/settings.xml",
"diff": "<setting id=\"reset_esn\" type=\"action\" label=\"30217\" action=\"RunPlugin(plugin://plugin.video.netflix/action/reset_esn/)\" option=\"close\"/>\n<setting label=\"30116\" type=\"lsep\"/>... | Python | MIT License | castagnait/plugin.video.netflix | Moved debug settings to the right position |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.