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.12.2020 11:49:49
-3,600
1607fc7b819afbfdcd5c1633981472b77ff1e5f0
Add CURRENT_DIRECTORY_MENU_ID
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "@@ -149,6 +149,7 @@ class _WndProps: # pylint: disable=no-init\nIS_CONTAINER_REFRESHED = 'is_container_refreshed'\n\"\"\"Return 'True' when container_refresh in kodi_op...
Python
MIT License
castagnait/plugin.video.netflix
Add CURRENT_DIRECTORY_MENU_ID
106,046
22.12.2020 11:52:38
-3,600
9aa0c93e5dfdb44e2970714ab759b3c80bb4f2f0
Avoids selection back to the top when remove item from my list
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/actions.py", "new_path": "resources/lib/navigation/actions.py", "diff": "@@ -107,6 +107,8 @@ class AddonActionExecutor:\noperation = pathitems[1]\napi.update_my_list(videoid, operation, self.params)\nsync_library(videoid, operation)\n+...
Python
MIT License
castagnait/plugin.video.netflix
Avoids selection back to the top when remove item from my list
106,046
28.12.2020 15:49:30
-3,600
6a66bd018b9a524d394ec336ad0bc433606d1997
Do not catch AttributeError on 'executor' method
[ { "change_type": "MODIFY", "old_path": "resources/lib/run_addon.py", "new_path": "resources/lib/run_addon.py", "diff": "@@ -151,6 +151,8 @@ def _execute(executor_type, pathitems, params, root_handler):\n\"\"\"Execute an action as specified by the path\"\"\"\ntry:\nexecutor = executor_type(params).__...
Python
MIT License
castagnait/plugin.video.netflix
Do not catch AttributeError on 'executor' method
106,046
29.12.2020 12:45:25
-3,600
265001113af135009adaf698cfeee67fccd558ed
Log need to be initialized before databases
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -243,6 +243,12 @@ class GlobalVariables:\nnetloc=self.ADDON_ID)\nfrom resources.lib.common.kodi_ops import GetKodiVersion\nself.KODI_VERSION = GetKodiVersion()\n+ # Initialize the l...
Python
MIT License
castagnait/plugin.video.netflix
Log need to be initialized before databases
106,046
29.12.2020 13:40:30
-3,600
49e8a018d8811944d0bf449be378958a8c7af846
Better managed side effect of playback STRM from a shared path
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/exceptions.py", "new_path": "resources/lib/common/exceptions.py", "diff": "@@ -134,6 +134,10 @@ class DBProfilesMissing(Exception):\n\"\"\"There are no stored profiles in database\"\"\"\n+class DBRecordNotExistError(Exception):\n+ \"\"\"Th...
Python
MIT License
castagnait/plugin.video.netflix
Better managed side effect of playback STRM from a shared path
106,046
29.12.2020 15:05:50
-3,600
48b7d3ecc2261e479cf123f0dda12bbf56bde525
Changed addon signal min version to 0.0.6 i have encoutered some problems to intall the add-on when the dependency is 0.0.5 do not know the reason
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"1.12.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n<requires>\n<import addon=\"xbmc.python\" version=\"3.0.0\"/>\n- <...
Python
MIT License
castagnait/plugin.video.netflix
Changed addon signal min version to 0.0.6 i have encoutered some problems to intall the add-on when the dependency is 0.0.5 do not know the reason
106,046
31.12.2020 11:20:55
-3,600
846bc0b42c6067df2e5aaf810cb31794c406c0b9
Changes to templates/readme
[ { "change_type": "MODIFY", "old_path": ".github/ISSUE_TEMPLATE/bug_report.md", "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "diff": "---\n-name: Problem report\n-about: If something doesn't work\n-\n+name: Bug report\n+about: To report errors or wrong behaviour - please use the Wiki pages, Ko...
Python
MIT License
castagnait/plugin.video.netflix
Changes to templates/readme
106,046
02.01.2021 16:51:12
-3,600
379a4797c08210eee85ed88e2b837a8e220925d2
Version bump (1.13.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=\"1.12.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.13.0) (#1010)
106,046
18.01.2021 10:43:35
-3,600
c499c087892579be6d5965ad0b0478dae61cedd4
Various fixes mainly for audio/subtitle with country code selection
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "@@ -179,18 +179,32 @@ def get_kodi_audio_language(iso_format=xbmc.ISO_639_1):\nReturn the audio language from Kodi settings\nWARNING: Based on Kodi player settings can ...
Python
MIT License
castagnait/plugin.video.netflix
Various fixes mainly for audio/subtitle with country code selection
106,046
18.01.2021 14:36:45
-3,600
9edce205b659bc60b853eba3ab9d82c1d62b2b56
Fixed/updated dependencies
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"1.13.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n<requires>\n<import addon=\"xbmc.python\" version=\"3.0.0\"/>\n- <...
Python
MIT License
castagnait/plugin.video.netflix
Fixed/updated dependencies
106,046
22.01.2021 13:40:05
-3,600
d232eac0d191ed5ce68e7cde5a421b221bf83b84
Removed threaded send_signal Slower devices are not always fast enough to send the signal in faster way while other operations are carried out, this cause to ActionController to crash because receive the playback data after Kodi 'Player.OnPlay' event and will no longer manage events
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -122,6 +122,7 @@ def _play(videoid, is_played_from_strm=False):\n# Start and initialize the action controller (see action_controller.py)\nLOG.debug('Sending init...
Python
MIT License
castagnait/plugin.video.netflix
Removed threaded send_signal Slower devices are not always fast enough to send the signal in faster way while other operations are carried out, this cause to ActionController to crash because receive the playback data after Kodi 'Player.OnPlay' event and will no longer manage events
106,046
22.01.2021 14:15:11
-3,600
181fb3825c492200ae5c79eaf4f7c73d2152fa3c
Avoid expose response object between functions and better managed chunks
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -181,7 +181,7 @@ class MSLRequests(MSLRequestBuilder):\nLOG.debug('Request took {}s', time.perf_counter() - start)\nLOG.debug('Request returned r...
Python
MIT License
castagnait/plugin.video.netflix
Avoid expose response object between functions and better managed chunks
106,046
22.01.2021 14:19:29
-3,600
cf81de1a56f7ab58ad17efe00211b2d15c6a9d71
Partially reverted workaround of
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/exceptions.py", "new_path": "resources/lib/common/exceptions.py", "diff": "@@ -20,10 +20,6 @@ class HttpError401(Exception):\n\"\"\"The request has returned http error 401 unauthorized for url ...\"\"\"\n-class HttpErrorTimeout(Exception):...
Python
MIT License
castagnait/plugin.video.netflix
Partially reverted workaround of 918460443cb1818e3a000c520b42311a26d74b66
106,046
22.01.2021 19:39:33
-3,600
c8f68e7efc6c2420ffb150adecb6d2ef74a4fa2c
Try better handle HTTP ReadTimeout/ConnectionError errors
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -13,6 +13,8 @@ import json\nimport time\nimport zlib\n+import requests.exceptions as req_exceptions\n+\nimport resources.lib.common as common\nfr...
Python
MIT License
castagnait/plugin.video.netflix
Try better handle HTTP ReadTimeout/ConnectionError errors
106,046
24.01.2021 10:56:27
-3,600
e4854ec35070402596909b1a4d1896322eb3c40f
Removed leia CI
[ { "change_type": "DELETE", "old_path": ".github/workflows/addon-check-Leia.yml", "new_path": null, "diff": "-name: Kodi\n-on:\n- push:\n- branches:\n- - Leia\n- pull_request:\n- branches:\n- - Leia\n-jobs:\n- tests:\n- name: Addon checker\n- runs-on: ubuntu-latest\n- env:\n- PYTHONIOENCODING: utf-8\...
Python
MIT License
castagnait/plugin.video.netflix
Removed leia CI
106,046
24.01.2021 11:08:54
-3,600
6693782bfd9f73cdc10a09274b9e313aad3e87eb
Add seasons art
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "diff": "@@ -148,7 +148,8 @@ def _create_season_item(tvshowid, seasonid_value, season, season_list, c...
Python
MIT License
castagnait/plugin.video.netflix
Add seasons art
106,046
24.01.2021 11:31:33
-3,600
838f5705e1e828ff9e8a58866930da5a93b95de2
Little conditions improvement
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/data_conversion.py", "new_path": "resources/lib/common/data_conversion.py", "diff": "@@ -25,12 +25,11 @@ def convert_to_string(value):\ndata_type = type(value)\nif data_type == str:\nreturn value\n- converter = None\nif data_type in (int, ...
Python
MIT License
castagnait/plugin.video.netflix
Little conditions improvement
106,046
25.01.2021 09:53:27
-3,600
112f0595bf5e8e56129b919f01d8d98bc09c389f
Little condition improvement
[ { "change_type": "MODIFY", "old_path": "resources/lib/run_addon.py", "new_path": "resources/lib/run_addon.py", "diff": "@@ -128,7 +128,6 @@ def route(pathitems):\ndef _get_nav_handler(root_handler, pathitems):\n- nav_handler = None\nif root_handler == G.MODE_DIRECTORY:\nfrom resources.lib.navigation...
Python
MIT License
castagnait/plugin.video.netflix
Little condition improvement
106,046
25.01.2021 09:54:14
-3,600
3c4787f89615c4632d4786015a6edd3e704b8d14
Removed warning message of old upgrade
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_controller.py", "new_path": "resources/lib/upgrade_controller.py", "diff": "@@ -57,11 +57,6 @@ def _perform_addon_changes(previous_ver, current_ver):\n\"\"\"Perform actions for an version bump\"\"\"\ncancel_playback = False\nLOG.debug('In...
Python
MIT License
castagnait/plugin.video.netflix
Removed warning message of old upgrade
106,046
25.01.2021 09:59:19
-3,600
8f597480c1ca51e2c0bb0266b00500f9e3ed953e
Removed delete cache folder on old upgrade
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_actions.py", "new_path": "resources/lib/upgrade_actions.py", "diff": "@@ -12,8 +12,7 @@ import os\nimport xbmc\nimport xbmcvfs\n-from resources.lib.common.fileops import (delete_folder_contents, list_dir, join_folders_paths, load_file, sa...
Python
MIT License
castagnait/plugin.video.netflix
Removed delete cache folder on old upgrade
106,046
04.02.2021 09:56:53
-3,600
c53abcc5776a3bbcd6a95ea87f02211046ead2f6
Removed read setting from Kodi library settings
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -122,10 +122,6 @@ class Directory:\n}\nlist_data, extra_data = common.make_call('get_seasons', call_args)\nif len(list_data) == 1:\n- # Check if Kodi setti...
Python
MIT License
castagnait/plugin.video.netflix
Removed read setting from Kodi library settings
106,046
18.02.2021 14:26:45
-3,600
2f3f3f7c9ff7fdb86c9fb9f3a2f918df7356fb2e
Enabled TCP Keep-Alive to Requests/urllib3
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -21,6 +21,7 @@ from resources.lib.globals import G\nfrom resources.lib.services.msl.msl_request_builder import MSLRequestBuilder\nfrom resources....
Python
MIT License
castagnait/plugin.video.netflix
Enabled TCP Keep-Alive to Requests/urllib3
106,046
20.02.2021 14:05:32
-3,600
c147b49746bb52d341923083feab1b0ec5c4bf22
Add clear "stream continuity" data
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_shared.py", "new_path": "resources/lib/database/db_shared.py", "diff": "@@ -460,6 +460,13 @@ def get_shareddb_class(use_mysql=False):\nself._execute_non_query(insert_query, (profile_guid, videoid,\nvalue, date_last_modified))\n+ @db_b...
Python
MIT License
castagnait/plugin.video.netflix
Add clear "stream continuity" data
106,046
21.02.2021 11:32:21
-3,600
a72a3f2538f1f0e8b14c2dd6f841ecb95093b26a
Version bump (1.14.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=\"1.13.1+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.14.0) (#1077)
106,046
25.02.2021 08:34:37
-3,600
017926280e6fc43be53d7aea523340e98998916e
Version bump (1.14.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=\"1.14.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.14.1) (#1083)
106,046
26.03.2021 11:09:49
-3,600
1bd8af99fe2d80e24fbceff9ec974d674bf4b9b0
Add lower h264 bitrate/resolution could be useful in future for mobile purpose when InputStreamAdaptive will integrate the resolution/bitstream toggle based on network bandwidth
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/profiles.py", "new_path": "resources/lib/services/nfsession/msl/profiles.py", "diff": "@@ -42,8 +42,8 @@ PROFILES = {\n'dolbysound': ['ddplus-2.0-dash', 'ddplus-5.1-dash', 'ddplus-5.1hq-dash', 'ddplus-atmos-dash'],\n'h264':...
Python
MIT License
castagnait/plugin.video.netflix
Add lower h264 bitrate/resolution could be useful in future for mobile purpose when InputStreamAdaptive will integrate the resolution/bitstream toggle based on network bandwidth
106,046
26.03.2021 14:49:36
-3,600
8712f273993cd613729d9b793816052ee295acec
Updated tests/AddonSignals
[ { "change_type": "MODIFY", "old_path": "tests/AddonSignals.py", "new_path": "tests/AddonSignals.py", "diff": "\"\"\"\nimport binascii\nimport json\n+import time\nxbmc = __import__('xbmc')\nxbmcaddon = __import__('xbmcaddon')\n@@ -14,6 +15,10 @@ xbmcaddon = __import__('xbmcaddon')\nRECEIVER = None\n+...
Python
MIT License
castagnait/plugin.video.netflix
Updated tests/AddonSignals
106,046
26.03.2021 14:00:25
-3,600
31d8ea82427ce679f731025731a2e362ae7f24f0
Cleanup IPC methods and use pickle on AddonSignals return data
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/ipc.py", "new_path": "resources/lib/common/ipc.py", "diff": "SPDX-License-Identifier: MIT\nSee LICENSES/MIT.md for more information.\n\"\"\"\n-import json\nimport pickle\n+from base64 import b64encode, b64decode\nimport AddonSignals\n@@ -1...
Python
MIT License
castagnait/plugin.video.netflix
Cleanup IPC methods and use pickle on AddonSignals return data
106,046
26.03.2021 14:55:59
-3,600
af7f01c6f44235d48ddc82d29246fd1a8723183b
Enabled by default IPC over HTTP
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "</setting>\n<setting id=\"enable_ipc_over_http\" type=\"boolean\" label=\"30139\" help=\"\">\n<level>0</level>\n- <default>false</default>\n+ <default>true</default>\n<control type=\"toggl...
Python
MIT License
castagnait/plugin.video.netflix
Enabled by default IPC over HTTP
106,046
28.03.2021 18:19:31
-7,200
9da53cf6d8e29e94781dff71b52dd321b5faa953
Add missing IPC over AddonSignals to cache interface
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cache.py", "new_path": "resources/lib/common/cache.py", "diff": "SPDX-License-Identifier: MIT\nSee LICENSES/MIT.md for more information.\n\"\"\"\n-from resources.lib.common import make_http_call, IPC_ENDPOINT_CACHE\n+from resources.lib.com...
Python
MIT License
castagnait/plugin.video.netflix
Add missing IPC over AddonSignals to cache interface
106,046
29.03.2021 09:35:55
-7,200
c098c8e82763a20b101885bdccc64a62874f9aea
Moved get_event_data to am_video_events
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -17,7 +17,6 @@ import resources.lib.kodi.infolabels as infolabels\nimport resources.lib.kodi.ui as ui\nimport resources.lib.utils.api_requests as api\nfrom resou...
Python
MIT License
castagnait/plugin.video.netflix
Moved get_event_data to am_video_events
106,046
29.03.2021 15:59:53
-7,200
8410900f8bb8adbefedcdf2756343a061d6567f4
Removed support of the deprecated Parental control PIN plus related code cleaning
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "import copy\nimport resources.lib.utils.api_paths as paths\n-import resources.lib.utils.api_requests as api\nimport resources.lib.common as common\nfrom resources.lib.c...
Python
MIT License
castagnait/plugin.video.netflix
Removed support of the deprecated Parental control PIN plus related code cleaning
106,046
31.03.2021 13:16:49
-7,200
49011ba5b082cf076e954d4fe54bb1d310698772
Add nfsession test endpoint to IPC over HTTP
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/ipc.py", "new_path": "resources/lib/common/ipc.py", "diff": "@@ -23,6 +23,7 @@ IPC_TIMEOUT_SECS = 20\nIPC_ENDPOINT_CACHE = '/cache'\nIPC_ENDPOINT_MSL = '/msl'\nIPC_ENDPOINT_NFSESSION = '/nfsession'\n+IPC_ENDPOINT_NFSESSION_TEST = '/nfsessi...
Python
MIT License
castagnait/plugin.video.netflix
Add nfsession test endpoint to IPC over HTTP
106,046
01.04.2021 20:10:34
-7,200
d4a95e01518f47af5b96dbcc2dac723a04f633cb
Adaptations to get current LoCo data from an HTTP request
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/events_handler.py", "new_path": "resources/lib/services/nfsession/msl/events_handler.py", "diff": "@@ -15,8 +15,6 @@ from typing import TYPE_CHECKING\nimport xbmc\n-from resources.lib import common\n-from resources.lib.comm...
Python
MIT License
castagnait/plugin.video.netflix
Adaptations to get current LoCo data from an HTTP request
106,046
01.04.2021 20:31:11
-7,200
f378774f2a60d4d63751573d941b4f8ac34154df
Fix for add/remove to My List
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/api_requests.py", "new_path": "resources/lib/utils/api_requests.py", "diff": "@@ -129,7 +129,12 @@ def update_my_list(videoid, operation, params):\n'data': {\n'operation': operation,\n'videoId': videoid.value}})\n+ if G.IPC_OVER_HTTP:\n_upd...
Python
MIT License
castagnait/plugin.video.netflix
Fix for add/remove to My List
106,046
02.04.2021 09:12:07
-7,200
50d67c8982c9a77104ec282ba055554ca5557a6f
Version bump (1.15.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=\"1.14.1+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.15.0)
106,046
05.04.2021 10:37:28
-7,200
d9908f3b234ec5a2b71f64b361b530ae640781f9
Not needed json conversions
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/path_requests.py", "new_path": "resources/lib/services/nfsession/session/path_requests.py", "diff": "@@ -23,7 +23,7 @@ class SessionPathRequests(SessionAccess):\n@measure_exec_time_decorator(is_immediate=True)\ndef path...
Python
MIT License
castagnait/plugin.video.netflix
Not needed json conversions
106,046
08.04.2021 11:42:39
-7,200
f420a0e8f6c4466261f5c56dddbb5cf77f67034c
Changes related to IPC over AddonSignals
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/ipc.py", "new_path": "resources/lib/common/ipc.py", "diff": "@@ -19,31 +19,31 @@ from .misc_utils import run_threaded\nIPC_TIMEOUT_SECS = 20\n-# IPC via HTTP endpoints\n+# IPC over HTTP endpoints\nIPC_ENDPOINT_CACHE = '/cache'\nIPC_ENDPOIN...
Python
MIT License
castagnait/plugin.video.netflix
Changes related to IPC over AddonSignals
106,046
09.04.2021 09:02:18
-7,200
0644cf68e0c1b396105a58bc600500e0b588d1dc
Implemented new version number comparer
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "@@ -14,7 +14,7 @@ import xbmc\nfrom resources.lib.globals import G\nfrom resources.lib.utils.logging import LOG\n-from .misc_utils import is_less_version\n+from .misc_u...
Python
MIT License
castagnait/plugin.video.netflix
Implemented new version number comparer
106,046
13.04.2021 08:59:30
-7,200
2d8d23d7a29ca333d8bda89e33ea8321d2510977
Fix wrong path due to last changes
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/http_server.py", "new_path": "resources/lib/services/http_server.py", "diff": "@@ -84,7 +84,7 @@ def handle_msl_request(server, func_name, data, params=None):\nserver.end_headers()\nserver.wfile.write(manifest_data)\nelse:\n- handle_requ...
Python
MIT License
castagnait/plugin.video.netflix
Fix wrong path due to last changes
106,046
14.04.2021 08:09:09
-7,200
5d42d691d95b6425cc8b8e40b8d9999299284afd
Moved get impaired Kodi settings to common
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "@@ -207,6 +207,16 @@ def get_kodi_ui_language(iso_format=xbmc.ISO_639_1):\nreturn convert_language_iso(setting.split('.')[-1][:2], iso_format)\n+def get_kodi_is_prefer_...
Python
MIT License
castagnait/plugin.video.netflix
Moved get impaired Kodi settings to common
106,046
14.04.2021 08:19:57
-7,200
2a50371f616b81a5c0954ec2ba591660f512698f
Fixed wrong selection of impaired audio track When Kodi preferred audio setting was set as 'media default' and the video had two default audio tracks the choice fell on the wrong track
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/converter.py", "new_path": "resources/lib/services/nfsession/msl/converter.py", "diff": "@@ -44,7 +44,7 @@ def convert_to_dash(manifest):\nid_default_audio_tracks = _get_id_default_audio_tracks(manifest)\nfor audio_track in...
Python
MIT License
castagnait/plugin.video.netflix
Fixed wrong selection of impaired audio track When Kodi preferred audio setting was set as 'media default' and the video had two default audio tracks the choice fell on the wrong track
106,046
21.04.2021 14:29:06
-7,200
150f8531ad642e2abd22f2834780c52d696edc74
Version bump (1.15.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=\"1.15.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.15.1) (#1132)
106,046
23.04.2021 14:15:33
-7,200
b759160abac1c98506b8bc86ddf3fd32777700a8
Fixed uppercase problem in property caused Kodi to play unplayable listitems
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "diff": "@@ -165,7 +165,7 @@ def _create_episode_item(seasonid, episodeid_value, episode, episodes_li...
Python
MIT License
castagnait/plugin.video.netflix
Fixed uppercase problem in property caused Kodi to play unplayable listitems
106,046
27.04.2021 08:47:06
-7,200
dc3c00b70855c98efb5d511de92169492cc529d3
Fix again playback on unplayable items
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "diff": "@@ -314,7 +314,7 @@ def _create_video_item(videoid_value, video, video_list, perpetual_range...
Python
MIT License
castagnait/plugin.video.netflix
Fix again playback on unplayable items
106,046
23.04.2021 14:17:38
-7,200
a89d86d29f3f033eff621fad51a46c464da13210
Add support to append kwarg to fixed cache identifier
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cache_utils.py", "new_path": "resources/lib/common/cache_utils.py", "diff": "@@ -86,6 +86,8 @@ def _get_identifier(fixed_identifier, identify_from_kwarg_name,\narg_value = None\nif fixed_identifier:\nidentifier = fixed_identifier\n+ if ide...
Python
MIT License
castagnait/plugin.video.netflix
Add support to append kwarg to fixed cache identifier
106,046
06.05.2021 10:01:00
-7,200
71a55acf527e03ee984c9429dff38a3321c8d928
Enable Kodi version comparer
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -246,9 +246,8 @@ class GlobalVariables:\nself.IS_SERVICE = True\nself.BASE_URL = '{scheme}://{netloc}'.format(scheme='plugin',\nnetloc=self.ADDON_ID)\n- # Disabled currently unused\...
Python
MIT License
castagnait/plugin.video.netflix
Enable Kodi version comparer
106,046
06.05.2021 10:03:45
-7,200
f6c562cad6cf956e87c63761c979bdcf476f304f
Add default button to yesno dialog
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -100,8 +100,13 @@ 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
Add default button to yesno dialog
106,046
12.05.2021 08:51:33
-7,200
6ea86a54aec7afa9bdaa94fba342e2c401c789e0
Removed "Top 10" we use the generated one from "New and Popular"
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -101,10 +101,6 @@ class GlobalVariables:\n('currentTitles', {'path': ['video_list', 'currentTitles'],\n'loco_contexts': ['trendingNow'],\n'loco_known': True}),\n- ('mostWatched', {'...
Python
MIT License
castagnait/plugin.video.netflix
Removed "Top 10" we use the generated one from "New and Popular"
106,046
12.05.2021 10:01:46
-7,200
5a375619c0f0681df7d75bab3d48bed4b8df708f
Do not show empty lists
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "diff": "@@ -367,6 +367,8 @@ def build_lolomo_category_listing(lolomo_cat_list, menu_data):\n}\ndirec...
Python
MIT License
castagnait/plugin.video.netflix
Do not show empty lists
106,046
12.05.2021 11:08:52
-7,200
0402bf1bf03aa386591a7a8a9f97d048e2f50b22
Fix lost selection of the current directory listitem Kodi become crazy when more listitems share the same url
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/actions.py", "new_path": "resources/lib/navigation/actions.py", "diff": "@@ -209,7 +209,8 @@ class AddonActionExecutor:\npass\ncommon.container_refresh()\n- def show_availability_message(self, pathitems=None): # pylint: disable=unused-...
Python
MIT License
castagnait/plugin.video.netflix
Fix lost selection of the current directory listitem Kodi become crazy when more listitems share the same url
106,046
12.05.2021 17:21:00
-7,200
1b422424e720bc3f482bdecb56990863edef4975
Use trackid_jaw value
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "diff": "@@ -326,7 +326,7 @@ def _create_video_item(videoid_value, video, video_list, perpetual_range...
Python
MIT License
castagnait/plugin.video.netflix
Use trackid_jaw value
106,046
14.05.2021 11:34:28
-7,200
439f96c5cfc565e8df7eb4b3c5e5749865606707
Changes to DASH robustness_level refer to
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/converter.py", "new_path": "resources/lib/services/nfsession/msl/converter.py", "diff": "@@ -111,16 +111,12 @@ def _add_protection_info(adaptation_set, pssh, keyid):\ntable=TABLE_SESSION)\nif (G.LOCAL_DB.get_value('drm_secu...
Python
MIT License
castagnait/plugin.video.netflix
Changes to DASH robustness_level refer to https://github.com/xbmc/inputstream.adaptive/pull/662
106,046
14.05.2021 13:30:53
-7,200
cf12c4700ff5e4161ce1ff7f764a676c0fdf9f0a
Enabled watched status sync by default
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/context_menu.py", "new_path": "resources/lib/kodi/context_menu.py", "diff": "@@ -81,7 +81,7 @@ def generate_context_menu_items(videoid, is_in_mylist, perpetual_range_start=Non\nif videoid.mediatype in [common.VideoId.MOVIE, common.VideoId.EP...
Python
MIT License
castagnait/plugin.video.netflix
Enabled watched status sync by default
106,046
15.05.2021 10:50:52
-7,200
b3e6c043c62b14c962f60924a66e0dc54c3b45d0
Disabled HEVC profile setting on non-android device HEVC works only on android
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "<control type=\"toggle\"/>\n</setting>\n<setting id=\"enable_hevc_profiles\" type=\"boolean\" label=\"30060\" help=\"\">\n+ <requirement>HAS_MEDIACODEC</requirement><!--Visible only for An...
Python
MIT License
castagnait/plugin.video.netflix
Disabled HEVC profile setting on non-android device HEVC works only on android
106,046
17.05.2021 13:58:23
-7,200
4b8f619c9dd7f070e18874487e4dd14c7c46e4a9
Fix wrong parsed VP9 codec string The VP9 profile number was wrong
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/converter.py", "new_path": "resources/lib/services/nfsession/msl/converter.py", "diff": "@@ -189,7 +189,7 @@ def _determine_video_codec(content_profile):\nreturn 'dvhe'\nreturn 'hevc'\nif content_profile.startswith('vp9'):\...
Python
MIT License
castagnait/plugin.video.netflix
Fix wrong parsed VP9 codec string The VP9 profile number was wrong
106,046
17.05.2021 14:00:35
-7,200
69da87ed267230ef1ac86f1a48452d790a5b9faf
Enabled VP9 by default to all systems except android With Kodi 19 there should be no more problems Android is excluded because depends on device capability
[ { "change_type": "MODIFY", "old_path": "resources/lib/config_wizard.py", "new_path": "resources/lib/config_wizard.py", "diff": "@@ -66,21 +66,13 @@ def _set_isa_addon_settings(is_4k_capable, hdcp_override):\ndef _set_profiles(system, is_4k_capable):\n\"\"\"Method for self-configuring of netflix mani...
Python
MIT License
castagnait/plugin.video.netflix
Enabled VP9 by default to all systems except android With Kodi 19 there should be no more problems Android is excluded because depends on device capability
106,046
19.05.2021 10:00:42
-7,200
c9ec8bacecc97e3a5b9ed0d19c72de9b07733b07
Disabled HEVC profile setting on non-android device
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "<control type=\"toggle\"/>\n</setting>\n<setting id=\"enable_hevc_profiles\" type=\"boolean\" label=\"30060\" help=\"\">\n+ <dependencies>\n+ <dependency type=\"visible\">\n+ <condition on...
Python
MIT License
castagnait/plugin.video.netflix
Disabled HEVC profile setting on non-android device
106,046
22.05.2021 14:37:42
-7,200
b1bb021415ba8f5e6aa007642a922736a73f88d6
Convert macrolanguage codes
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/converter.py", "new_path": "resources/lib/services/nfsession/msl/converter.py", "diff": "@@ -37,8 +37,8 @@ def convert_to_dash(manifest):\nfor video_track in manifest['video_tracks']:\n_convert_video_track(video_track, peri...
Python
MIT License
castagnait/plugin.video.netflix
Convert macrolanguage codes
106,004
29.05.2021 19:24:01
-32,400
923850f0a100f1514e766daae662ed9702f2116b
refactor: if-statement easier to read
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/website.py", "new_path": "resources/lib/utils/website.py", "diff": "@@ -246,12 +246,12 @@ def validate_login(react_context):\nerror_code = common.get_path(path_error_code, react_context)\nLOG.error('Login not valid, error code {}', error_co...
Python
MIT License
castagnait/plugin.video.netflix
refactor: if-statement easier to read
106,046
03.06.2021 09:30:57
-7,200
92d6d89930a9e9f22ed9c4fe5b7ce15224f82291
Increased waiting time sometimes happen that the list takes longer to complete the refresh
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -110,7 +110,7 @@ def auto_scroll(dir_items):\ntotal_items = len(dir_items)\nif total_items:\n# Delay a bit to wait for the completion of the sc...
Python
MIT License
castagnait/plugin.video.netflix
Increased waiting time sometimes happen that the list takes longer to complete the refresh
106,046
03.06.2021 09:43:52
-7,200
8a6f865289bc83a2fa4f00095831a1825e3a6cbe
Version bump (1.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=\"1.15.1+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.16.0) (#1165)
106,046
12.06.2021 17:07:22
-7,200
c71b92614f75ac6869c6eb1e3f8c4d836602a254
Updated video profiles
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/profiles.py", "new_path": "resources/lib/services/nfsession/msl/profiles.py", "diff": "from resources.lib.globals import G\nimport resources.lib.common as common\n-HEVC = 'hevc-main-'\nHEVC_M10 = 'hevc-main10-'\nCENC_PRK = ...
Python
MIT License
castagnait/plugin.video.netflix
Updated video profiles
106,046
12.06.2021 17:11:31
-7,200
4c8359bfd846a493d32891245129f23c995ccc6f
Allow browse network paths
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -140,7 +140,7 @@ def show_browse_dialog(title, browse_type=0, default_path=None, multi_selection=\n:param extensions: extensions allowed e.g. '.jpg|.png'\n:return: T...
Python
MIT License
castagnait/plugin.video.netflix
Allow browse network paths
106,046
14.06.2021 09:39:24
-7,200
e844371efa1cc679202840f1afae81a133b35a40
Allow to always have play callbacks also with playlists Fix broken addon action_controller services
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -94,6 +94,8 @@ def get_inputstream_listitem(videoid):\nlist_item.setContentLookup(False)\nlist_item.setMimeType('application/xml+dash')\nlist_item.setProperty('I...
Python
MIT License
castagnait/plugin.video.netflix
Allow to always have play callbacks also with playlists Fix broken addon action_controller services
106,046
15.06.2021 14:30:11
-7,200
7411f36e645830e28779bd4bca70b6c30abb2711
Fix db query error introduced by
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_utils.py", "new_path": "resources/lib/database/db_utils.py", "diff": "@@ -74,8 +74,8 @@ def sql_filtered_insert(table, set_columns, values):\ndel values[index]\nvalues_fields = ['?'] * len(set_columns)\nquery_columns = ', '.join(set_c...
Python
MIT License
castagnait/plugin.video.netflix
Fix db query error introduced by #1177
106,046
15.06.2021 15:33:08
-7,200
3ee67548812ff35821ab6fed6628f6342bec9dd8
Removed wrong argument
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/website.py", "new_path": "resources/lib/utils/website.py", "diff": "@@ -149,7 +149,7 @@ def parse_profiles(data):\n_delete_non_existing_profiles(current_guids)\nexcept Exception as exc: # pylint: disable=broad-except\nimport traceback\n- LO...
Python
MIT License
castagnait/plugin.video.netflix
Removed wrong argument
106,046
18.06.2021 13:39:14
-7,200
6844f1af0737064c2402090ff3e6cb1120fc632d
Removed workaround for "1 more item" problem netflix has fixed the API bug
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/path_requests.py", "new_path": "resources/lib/services/nfsession/session/path_requests.py", "diff": "@@ -53,17 +53,9 @@ class SessionPathRequests(SessionAccess):\n# multiple path requests will be executed with forward s...
Python
MIT License
castagnait/plugin.video.netflix
Removed workaround for "1 more item" problem netflix has fixed the API bug
106,046
20.06.2021 10:14:22
-7,200
d0be74cc8c0d51c19c606751bd212ff09254e5d1
Version bump (1.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=\"1.16.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.16.1) (#1193)
106,046
27.06.2021 19:21:47
-7,200
09e19bf608cffd5d2d119fdef5d19b884fce0fa8
Fix some ARM devices recognized in wrong way To some ARM devices platform.machine return e.g. "aarch64" instead "arm" and was recognized as standard linux instead of ChromeOS and generated incorrect user agent, this had ripercussion to the ESN that when play a video caused error "This title is not available to watch instantly"
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/device_utils.py", "new_path": "resources/lib/common/device_utils.py", "diff": "@@ -126,7 +126,8 @@ def get_user_agent(enable_android_mediaflag_fix=False):\nif system in ['windows', 'uwp']:\nreturn base.replace('%PL%', '(Windows NT 10.0; Wi...
Python
MIT License
castagnait/plugin.video.netflix
Fix some ARM devices recognized in wrong way To some ARM devices platform.machine return e.g. "aarch64" instead "arm" and was recognized as standard linux instead of ChromeOS and generated incorrect user agent, this had ripercussion to the ESN that when play a video caused error "This title is not available to watch instantly"
106,046
13.07.2021 16:20:29
-7,200
3306711b061ce7a0046edbb1b187f418d8ea10b4
Implemented licensed manifest request
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -36,6 +36,8 @@ INPUTSTREAM_SERVER_CERTIFICATE = (\n'ovtl/ogZgjMeEdFyd/9YMYjOS4krYmwp3yJ7m9ZzYCQ6I8RQN4x/yLlHG5RH/+WNLNUs6JAZ'\n'0fFdCmw=')\n+PSSH_KID = 'AAAANHBz...
Python
MIT License
castagnait/plugin.video.netflix
Implemented licensed manifest request
106,046
13.07.2021 17:15:08
-7,200
f2947e4c3be7db4a98439b143c21934a829258d7
Temporary allow request manifest without DRM data ATM is possible make the manifest request also without DRM data, then we take advantage to allow a soft transition
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/http_server.py", "new_path": "resources/lib/services/http_server.py", "diff": "@@ -12,9 +12,10 @@ from http.server import BaseHTTPRequestHandler\nfrom socketserver import TCPServer, ThreadingMixIn\nfrom urllib.parse import urlparse, pars...
Python
MIT License
castagnait/plugin.video.netflix
Temporary allow request manifest without DRM data ATM is possible make the manifest request also without DRM data, then we take advantage to allow a soft transition
106,046
13.07.2021 17:22:11
-7,200
1d61f42e768904b7cf7ebce9e20135874cdac190
Warning message for ISA old version installed
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_controller.py", "new_path": "resources/lib/upgrade_controller.py", "diff": "\"\"\"\nfrom resources.lib.common.misc_utils import CmpVersion\nfrom resources.lib.database.db_update import run_local_db_updates, run_shared_db_updates\n-from re...
Python
MIT License
castagnait/plugin.video.netflix
Warning message for ISA old version installed
106,046
13.07.2021 18:10:33
-7,200
a3abbd97d688fe95b0ac03fdcfab0c2fc90ed0f6
Removed some old stuff and cleanup
[ { "change_type": "MODIFY", "old_path": "resources/lib/run_addon.py", "new_path": "resources/lib/run_addon.py", "diff": "@@ -235,20 +235,12 @@ def run(argv):\nshow_backend_not_ready()\nsuccess = False\nif success:\n- cancel_playback = False\npathitems = [part for part in G.REQUEST_PATH.split('/') if ...
Python
MIT License
castagnait/plugin.video.netflix
Removed some old stuff and cleanup
106,046
15.07.2021 10:00:02
-7,200
301db926a1d4bb4fbf06fc4842aa56a4503147bd
Removed some IPC signals
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/ipc.py", "new_path": "resources/lib/common/ipc.py", "diff": "@@ -30,8 +30,6 @@ class Signals: # pylint: disable=no-init,too-few-public-methods\n\"\"\"Signal names for use with AddonSignals\"\"\"\nPLAYBACK_INITIATED = 'playback_initiated'\n...
Python
MIT License
castagnait/plugin.video.netflix
Removed some IPC signals
106,046
15.07.2021 11:25:40
-7,200
3420284cd34de2740d5c05faf43488de3677e0c8
Video sorted lists query changes
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -72,7 +72,8 @@ class GlobalVariables:\n'loco_known': True,\n'request_context_name': 'mylist',\n'view': VIEW_MYLIST,\n- 'has_sort_setting': True}),\n+ 'has_sort_setting': True,\n+ 'q...
Python
MIT License
castagnait/plugin.video.netflix
Video sorted lists query changes
106,046
15.07.2021 13:57:43
-7,200
1eb757a532e60315737d957597aa1c2ac1c7a38a
Use regular pip install
[ { "change_type": "MODIFY", "old_path": ".github/workflows/addon-check.yml", "new_path": ".github/workflows/addon-check.yml", "diff": "@@ -25,12 +25,10 @@ jobs:\nwith:\npython-version: 3.8\n- name: Install dependencies\n- # TODO: Revert addon checker git install when the new version will be released\...
Python
MIT License
castagnait/plugin.video.netflix
Use regular pip install
106,046
15.07.2021 14:33:30
-7,200
fbe6c8a0fb22057ebf19a99a53ae93c02b2f1c9b
Changes on workflow
[ { "change_type": "MODIFY", "old_path": ".github/workflows/addon-check.yml", "new_path": ".github/workflows/addon-check.yml", "diff": "-name: Kodi\n+name: Kodi Addon-Check\non:\npush:\nbranches:\n@@ -7,33 +7,15 @@ on:\nbranches:\n- master\njobs:\n- tests:\n- name: Addon checker\n+ kodi-addon-checker:...
Python
MIT License
castagnait/plugin.video.netflix
Changes on workflow
106,046
16.07.2021 09:15:16
-7,200
62259a710f969bfad3144b62bdab30af5839bed8
Version bump (1.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=\"1.16.1+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.16.2) (#1201)
106,046
14.06.2021 09:26:39
-7,200
86e15b610f5bd6c30742f59cb876d58d5ea71d1a
Enabled TCP Keep Alive on httpcore (httpx) Currently there is no way to enable TCP KeepAlive directly on httpx module
[ { "change_type": "MODIFY", "old_path": "packages/httpcore/_backends/sync.py", "new_path": "packages/httpcore/_backends/sync.py", "diff": "@@ -14,6 +14,7 @@ from .._exceptions import (\nWriteTimeout,\nmap_exceptions,\n)\n+from .tcp_keep_alive import enable_tcp_keep_alive\nfrom .._types import Timeout...
Python
MIT License
castagnait/plugin.video.netflix
Enabled TCP Keep Alive on httpcore (httpx) Currently there is no way to enable TCP KeepAlive directly on httpx module
106,046
11.08.2021 16:31:06
-7,200
4cfbddb4b864faab9a57c0b82216de905242b379
Changes for httpx
[ { "change_type": "MODIFY", "old_path": ".codeclimate.yml", "new_path": ".codeclimate.yml", "diff": "@@ -27,6 +27,7 @@ exclude_paths:\n- \"resources/skins/\"\n- \"resources/settings.xml\"\n- \"tests/\"\n+ - \"packages/\"\n- \"addon.xml\"\n- \"changelog.txt\"\n- \"Contributing.md\"\n" }, { "ch...
Python
MIT License
castagnait/plugin.video.netflix
Changes for httpx
106,046
21.07.2021 17:50:36
-7,200
ac127878c612a14df5f43399993f0b8cce209ae1
Removed "Requests" dependency
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<import addon=\"script.module.addon.signals\" version=\"0.0.6+matrix.1\"/>\n<import addon=\"script.module.inputstreamhelper\" version=\"0.5.0+matrix.1\"/>\n<import addon=\"script.module.pycryptodome\" version=\"3.4...
Python
MIT License
castagnait/plugin.video.netflix
Removed "Requests" dependency
106,046
13.08.2021 10:02:21
-7,200
e2515a7c27d3c96635fb707e1936f3cd4e395661
Version bump (1.17.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=\"1.16.2+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.17.0) (#1211)
106,046
20.08.2021 18:07:00
-7,200
ac5b049ee3bf968eb02fa131bfeaba3a51481fc8
Removed python 3.6 from CI EOL end of this year and HTTP2 deps need at least 3.7
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -10,7 +10,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- python-version: [3.6, 3.7, 3.8, 3.9]\n+ python-version: [3.7, 3.8, 3.9]\nsteps:\n- name: Check out ${{ github.sha }} fr...
Python
MIT License
castagnait/plugin.video.netflix
Removed python 3.6 from CI EOL end of this year and HTTP2 deps need at least 3.7
106,046
10.09.2021 10:53:03
-7,200
181e9015f31a18a3a232f74c6e2c4505415f79df
Fix pylint use-dict-literal
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/android_crypto.py", "new_path": "resources/lib/services/nfsession/msl/android_crypto.py", "diff": "@@ -88,7 +88,7 @@ class AndroidMSLCrypto(MSLBaseCrypto):\n# No key update supported -> remove existing keys\nself.crypto_ses...
Python
MIT License
castagnait/plugin.video.netflix
Fix pylint use-dict-literal
106,046
10.09.2021 15:06:18
-7,200
bbeacea7b2676816f14736909384b99d5cb373ce
Add support to make search by text from json-rpc
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_search.py", "new_path": "resources/lib/navigation/directory_search.py", "diff": "@@ -34,6 +34,9 @@ SEARCH_TYPES_DESC = {\ndef route_search_nav(pathitems, perpetual_range_start, dir_update_listing, params):\n+ if 'query' in pa...
Python
MIT License
castagnait/plugin.video.netflix
Add support to make search by text from json-rpc
106,046
23.09.2021 18:27:33
-7,200
170ce5daddb4b254a8feeeb66d4a5af62c631d81
Fix search by language
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_search.py", "new_path": "resources/lib/navigation/directory_search.py", "diff": "SPDX-License-Identifier: MIT\nSee LICENSES/MIT.md for more information.\n\"\"\"\n+from copy import deepcopy\n+\nimport xbmcgui\nimport xbmcplugi...
Python
MIT License
castagnait/plugin.video.netflix
Fix search by language
106,046
24.09.2021 11:03:19
-7,200
cc1d93829d1664ea5c25a1e68c7bc10c7c4df163
Disable hevc if unsupported after Kodi upgrade
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_controller.py", "new_path": "resources/lib/upgrade_controller.py", "diff": "SPDX-License-Identifier: MIT\nSee LICENSES/MIT.md for more information.\n\"\"\"\n+from resources.lib.common import is_device_4k_capable\nfrom resources.lib.common...
Python
MIT License
castagnait/plugin.video.netflix
Disable hevc if unsupported after Kodi upgrade
106,046
12.10.2021 21:00:46
-7,200
1c68c7d4c399603a5dcbeef1e7637de7a9036a72
Sponsor links
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/FUNDING.yml", "diff": "+# These are supported funding model platforms\n+\n+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\n+patreon: # Replace with a single Patreon username\n+open_collective: # Rep...
Python
MIT License
castagnait/plugin.video.netflix
Sponsor links
106,046
15.10.2021 18:49:18
-7,200
7ff87e22b1f5a69c6211ddfc82dacb13bed705be
Fix missing/wrong MPD data
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/converter.py", "new_path": "resources/lib/services/nfsession/msl/converter.py", "diff": "@@ -25,7 +25,6 @@ def convert_to_dash(manifest):\ncdn_index = int(G.ADDON.getSettingString('cdn_server')[-1]) - 1\nseconds = manifest[...
Python
MIT License
castagnait/plugin.video.netflix
Fix missing/wrong MPD data
106,046
17.10.2021 17:08:40
-7,200
628c2c437bf64442fb05104a6d2bb470cf8f83cf
Allow user disable system-based encryption
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -1102,7 +1102,16 @@ msgctxt \"#30609\"\nmsgid \"Do you want to reset all settings?\"\nmsgstr \"\"\n-# Unused 30610 to 30619...
Python
MIT License
castagnait/plugin.video.netflix
Allow user disable system-based encryption
106,046
23.10.2021 12:59:45
-7,200
5be3aa581cc7cabf2ef11275310e3704af44f32c
Prepare for Python 3.10
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -10,7 +10,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- python-version: [3.7, 3.8, 3.9]\n+ python-version: ['3.7', '3.8', '3.9', '3.10']\nsteps:\n- name: Check out ${{ github....
Python
MIT License
castagnait/plugin.video.netflix
Prepare for Python 3.10
106,046
23.10.2021 15:56:59
-7,200
15008f4c635700cdb1ab99eba27f55d4208f7825
Add missing slash backslash to illegal chars
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library_utils.py", "new_path": "resources/lib/kodi/library_utils.py", "diff": "@@ -25,7 +25,7 @@ from resources.lib.utils.logging import LOG, measure_exec_time_decorator\nLIBRARY_HOME = 'library'\nFOLDER_NAME_MOVIES = 'movies'\nFOLDER_NAME_S...
Python
MIT License
castagnait/plugin.video.netflix
Add missing slash backslash to illegal chars
106,046
23.10.2021 16:18:11
-7,200
adae2710601b6193ecdfa9f788d2f557d63affce
Version bump (1.18.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=\"1.17.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.18.0) (#1246)
106,046
15.11.2021 19:44:37
-3,600
4a97b5fa7475d388e3606bb5ac529aeff9c14234
Add missing videoid path to show_availability_message
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "diff": "@@ -179,7 +179,7 @@ def _create_episode_item(seasonid, episodeid_value, episode, episodes_li...
Python
MIT License
castagnait/plugin.video.netflix
Add missing videoid path to show_availability_message
106,046
22.11.2021 16:45:00
-3,600
70c8c2f265d1bd6a318c74ce6a255b490cfc40ba
Changes from website related to watched status sync
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/msl/events_handler.py", "new_path": "resources/lib/services/nfsession/msl/events_handler.py", "diff": "@@ -96,9 +96,9 @@ class EventsHandler(threading.Thread):\nself.loco_data['list_id'],\nself.loco_data['list_index'])\nelse:\n...
Python
MIT License
castagnait/plugin.video.netflix
Changes from website related to watched status sync
106,046
26.11.2021 19:22:38
-3,600
adb0b61f14635ffa72e7bd56a32d20a623090365
Version bump (1.18.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=\"1.18.0+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.18.1) (#1269)
106,046
11.12.2021 18:18:48
-3,600
8cc46d5d562e94b015858270516efa3dc7b6517a
Fix pylint error consider-iterating-dictionary
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/uuid_device.py", "new_path": "resources/lib/common/uuid_device.py", "diff": "@@ -144,9 +144,9 @@ def _get_macos_uuid():\nexcept Exception as exc:\nLOG.debug('Failed to fetch OSX/IOS system profile {}', exc)\nif sp_dict_values:\n- if 'UUID'...
Python
MIT License
castagnait/plugin.video.netflix
Fix pylint error consider-iterating-dictionary
106,046
12.12.2021 11:38:53
-3,600
0c8023059a563e2e296113a4c7222cb36d14d843
Version bump (1.18.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=\"1.18.1+matrix.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.18.2) (#1280)
106,046
29.12.2021 14:33:06
-3,600
652c639b1bfe8f16db0f1a9a86a34b89b42965ca
Add switch to manifest v1
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -1111,7 +1111,11 @@ msgctxt \"#30611\"\nmsgid \"[B]If disabled it will cause a security leak[/B]. If your operating system ...
Python
MIT License
castagnait/plugin.video.netflix
Add switch to manifest v1