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
27.08.2020 18:50:11
-7,200
889b5dcdd096e5585e03d17048367f9cef410344
Add "Flatten TV show seasons" for single season
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -113,7 +113,6 @@ class Directory(object):\nelse:\nself._seasons(videoid, pathitems)\n- @custom_viewmode(G.VIEW_SEASON)\ndef _seasons(self, videoid, pathite...
Python
MIT License
castagnait/plugin.video.netflix
Add "Flatten TV show seasons" for single season
106,046
31.08.2020 19:53:30
-7,200
4673f7031e729b0b2c5c752b3993c3ab5a246dff
Moved namespace uuid generator in a method
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/uuid_device.py", "new_path": "resources/lib/common/uuid_device.py", "diff": "@@ -41,12 +41,20 @@ def get_random_uuid():\nreturn unicode(uuid.uuid4())\n+def get_namespace_uuid(name):\n+ \"\"\"\n+ Generate a namespace uuid\n+ :return: uuid o...
Python
MIT License
castagnait/plugin.video.netflix
Moved namespace uuid generator in a method
106,046
31.08.2020 19:54:06
-7,200
600177e4e70b52bc4baf7c752f1a8fab847022bd
Add extensions param to show_browse_dialog
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -136,17 +136,18 @@ def show_library_task_errors(notify_errors, errors):\nfor err in errors]))\n-def show_browse_dialog(title, browse_type=0, default_path=None, multi...
Python
MIT License
castagnait/plugin.video.netflix
Add extensions param to show_browse_dialog
106,046
31.08.2020 19:55:17
-7,200
6f6f3ece109e03638b89852a4246d3a60c5e4dbb
Add some note to auth scheme NETFLIXID
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_request_builder.py", "new_path": "resources/lib/services/msl/msl_request_builder.py", "diff": "@@ -154,3 +154,13 @@ class MSLRequestBuilder(object):\n'password': credentials['password']\n}\n}\n+ # Authentication with user Netflix...
Python
MIT License
castagnait/plugin.video.netflix
Add some note to auth scheme NETFLIXID
106,046
31.08.2020 20:32:17
-7,200
2dc0ad0fdbcb81950378486a62f87c6d30a503aa
Deleted default value in list_dir param not works well
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -142,7 +142,7 @@ def delete_file(filename):\npass\n-def list_dir(path=G.DATA_PATH):\n+def list_dir(path):\n\"\"\"\nList the contents of a folder\n:return: The contents...
Python
MIT License
castagnait/plugin.video.netflix
Deleted default value in list_dir param not works well
106,046
31.08.2020 20:36:08
-7,200
dc181e8790a7b22533ffac0e80566f36963ab8d4
Removed account_hash I think the previous dev was planning to manage multiple accounts is already complicated so..
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession_ops.py", "new_path": "resources/lib/services/nfsession/nfsession_ops.py", "diff": "@@ -119,7 +119,7 @@ class NFSessionOperations(SessionPathRequests):\nG.LOCAL_DB.switch_active_profile(guid)\nG.CACHE_MANAGEMENT.identi...
Python
MIT License
castagnait/plugin.video.netflix
Removed account_hash I think the previous dev was planning to manage multiple accounts is already complicated so..
106,046
01.09.2020 08:38:35
-7,200
ec11a86a11b270fc7541b77259c8dc74e0c7cc65
Renamed 'cookie_xxx' file to cookies
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -243,7 +243,7 @@ class GlobalVariables(object):\nself.ADDON_DATA_PATH = self.py2_decode(self.ADDON.getAddonInfo('path')) # Add-on folder\nself.DATA_PATH = self.py2_decode(self.ADDON...
Python
MIT License
castagnait/plugin.video.netflix
Renamed 'cookie_xxx' file to cookies
106,046
03.09.2020 08:33:23
-7,200
4767f02a43bb94e0a3249cabb1554d331c632521
Add yourAccount endpoint
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/endpoints.py", "new_path": "resources/lib/services/nfsession/session/endpoints.py", "diff": "@@ -59,6 +59,12 @@ ENDPOINTS = {\n'use_default_params': False,\n'add_auth_url': None,\n'accept': 'text/html,application/xhtml+...
Python
MIT License
castagnait/plugin.video.netflix
Add yourAccount endpoint
106,046
03.09.2020 14:15:58
-7,200
893515328f86283dce7934d8daf8456047212e96
Removed auto-login when refresh session data fails
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/access.py", "new_path": "resources/lib/services/nfsession/session/access.py", "diff": "@@ -37,11 +37,6 @@ except NameError: # Python 3\nclass SessionAccess(SessionCookie, SessionHTTPRequests):\n\"\"\"Handle the authenti...
Python
MIT License
castagnait/plugin.video.netflix
Removed auto-login when refresh session data fails
106,046
03.09.2020 16:18:47
-7,200
cb85c18111ff9b5401aad052c0edd7952e8ff099
Ensure sql version is right for upsert linux distributions can differs in versions
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_base_sqlite.py", "new_path": "resources/lib/database/db_base_sqlite.py", "diff": "@@ -245,13 +245,13 @@ class SQLiteDatabase(db_base.BaseDatabase):\ntable_columns = table[1]\n# Doing many sqlite operations at the same makes the perfor...
Python
MIT License
castagnait/plugin.video.netflix
Ensure sql version is right for upsert linux distributions can differs in versions
106,046
04.09.2020 09:40:12
-7,200
8899b786f5b5bbf45b9ecdd06844e56125dcbb00
Fixed ESN reset Before the ESN reset, was logging in again to reset the data due to current login problems and the new login method is no longer possible This change should be enough to ensure a proper ESN reset, but has not been tested on every system
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/actions.py", "new_path": "resources/lib/navigation/actions.py", "diff": "@@ -11,15 +11,16 @@ from __future__ import absolute_import, division, unicode_literals\nimport xbmc\n-import resources.lib.utils.api_requests as api\nimport resou...
Python
MIT License
castagnait/plugin.video.netflix
Fixed ESN reset Before the ESN reset, was logging in again to reset the data due to current login problems and the new login method is no longer possible This change should be enough to ensure a proper ESN reset, but has not been tested on every system
106,046
04.09.2020 16:52:34
-7,200
00019aec86879bfcdf722ec4a49f95e7ff5b580a
Fixed problems with context menus when you add new search
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_search.py", "new_path": "resources/lib/navigation/directory_search.py", "diff": "@@ -94,7 +94,11 @@ def search_add():\n# Execute the research\nif row_id is None:\nreturn False\n- return search_query(row_id, None, False)\n+ # ...
Python
MIT License
castagnait/plugin.video.netflix
Fixed problems with context menus when you add new search
106,046
04.09.2020 17:51:11
-7,200
bb19fc708befe97238620cc2ddc252d5e0c108c8
translatePath moved to xbmcvfs commit:
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -23,6 +23,11 @@ try: # Kodi >= 19\nexcept ImportError: # Kodi 18\nfrom xbmc import makeLegalFilename # pylint: disable=ungrouped-imports\n+try: # Kodi >= 19\n+ from xb...
Python
MIT License
castagnait/plugin.video.netflix
translatePath moved to xbmcvfs commit: https://github.com/xbmc/xbmc/commit/94dc6c9d894a0bc5a6409445399001978df7b071
106,046
06.09.2020 10:09:08
-7,200
8e0f1a7c037322804ae036eedf2411fe5d3f05d3
Fixed wrong check to upgrade shared databases
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_controller.py", "new_path": "resources/lib/upgrade_controller.py", "diff": "@@ -44,7 +44,7 @@ def check_service_upgrade():\n# Upgrade the shared databases\ncurrent_shared_db_version = G.LOCAL_DB.get_value('shared_db_version', None)\nupgra...
Python
MIT License
castagnait/plugin.video.netflix
Fixed wrong check to upgrade shared databases
106,046
06.09.2020 10:38:56
-7,200
463b4cfbe98895b882ece774e6fc0c261d729e9a
Ensures that the table does not exist before create it
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_update.py", "new_path": "resources/lib/database/db_update.py", "diff": "@@ -56,6 +56,11 @@ def run_shared_db_updates(current_version, upgrade_to_version): # pylint: disab\nisolation_level=CONN_ISOLATION_LEVEL)\ncur = shared_db_conn.cu...
Python
MIT License
castagnait/plugin.video.netflix
Ensures that the table does not exist before create it
106,046
06.09.2020 11:36:36
-7,200
e3c427c60a93554760ab2a65247b39debffc2c9c
Add pip install kodi-addon-checker
[ { "change_type": "MODIFY", "old_path": ".github/workflows/addon-check.yml", "new_path": ".github/workflows/addon-check.yml", "diff": "@@ -23,10 +23,8 @@ jobs:\n- name: Install dependencies\nrun: |\nsudo apt-get install xmlstarlet\n- python -m pip install --upgrade pip packaging\n- # FIXME: Requires ...
Python
MIT License
castagnait/plugin.video.netflix
Add pip install kodi-addon-checker
106,046
06.09.2020 12:45:19
-7,200
6487be77c63c8bc0a63ef7d46ac2828ffc65141e
Version bump (1.9.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.8.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.9.0) (#839)
106,046
10.09.2020 08:41:11
-7,200
6628e8aecf7a7f77cd9e5845c92274c5d365084f
Add NFAuthenticationKey for linux
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -186,4 +186,14 @@ def _prepare_authentication_key_data(data):\ncontinue\nresult_data['cookies'].append(convert_chrome_cookie(cookie))\nreturn result_data\n+ if...
Python
MIT License
castagnait/plugin.video.netflix
Add NFAuthenticationKey for linux
106,046
16.09.2020 14:06:37
-7,200
72d289603e87c5b8c6e5f79128951718aad65d15
Fixed possible unreferenced variables
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/website.py", "new_path": "resources/lib/utils/website.py", "diff": "@@ -327,11 +327,11 @@ def extract_parental_control_data(content, current_maturity):\n'description': parse_html(rating_level['labels'][0]['description'])})\nif level_value =...
Python
MIT License
castagnait/plugin.video.netflix
Fixed possible unreferenced variables
106,046
16.09.2020 17:39:33
-7,200
c6f9e75389aeaeedda6cc915f53f77c6f8e5d4fc
Fixed possible unreferenced variable
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_path_requests.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_path_requests.py", "diff": "@@ -84,11 +84,10 @@ class DirectoryPathRequests(object):\ndef get_loco_list_id_by_context(se...
Python
MIT License
castagnait/plugin.video.netflix
Fixed possible unreferenced variable
106,046
16.09.2020 17:52:59
-7,200
75d2dc11ff68b209f5fec699e7780c8410ba8e91
Add new menu config no_use_cache
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cache_utils.py", "new_path": "resources/lib/common/cache_utils.py", "diff": "@@ -67,6 +67,7 @@ def cache_output(bucket, fixed_identifier=None,\ndef caching_decorator(func):\n@wraps(func)\ndef wrapper(*args, **kwargs):\n+ # To avoid use cac...
Python
MIT License
castagnait/plugin.video.netflix
Add new menu config no_use_cache
106,046
16.09.2020 17:42:56
-7,200
a07db88dc7979cdd93d73af0e50f556397bc4c96
Add Top 10 for tv shows/movies
[ { "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": "@@ -207,12 +207,16 @@ def build_loco_listing(loco_list, menu_data, force_use_videolist_id=Fa...
Python
MIT License
castagnait/plugin.video.netflix
Add Top 10 for tv shows/movies
106,046
16.09.2020 17:43:56
-7,200
b237629dbae52d2cd1b417db505608015d6fa629
Avoid use cache to all Top 10 menus Could cause wrong results when the TTL is high and netflix update the list
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -116,7 +116,8 @@ class GlobalVariables(object):\n'loco_known': True}),\n('mostWatched', {'path': ['video_list', 'mostWatched'], # Top 10 menu\n'loco_contexts': ['mostWatched'],\n- '...
Python
MIT License
castagnait/plugin.video.netflix
Avoid use cache to all Top 10 menus Could cause wrong results when the TTL is high and netflix update the list
106,028
09.09.2020 22:40:29
-36,000
0e599eb3465e67eb082d8b4048527ae32bfb0608
Fix for search results in JSON RPC plus history rewrite to avoid search dialog reopening onback
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -46,6 +46,9 @@ class Directory(object):\n# After build url the param value is converted as string\nself.perpetual_range_start = (None if self.params.get('p...
Python
MIT License
castagnait/plugin.video.netflix
Fix for search results in JSON RPC plus history rewrite to avoid search dialog reopening onback
106,046
18.09.2020 08:51:07
-7,200
08042a93d2f8614eff6ff7b1880be7a1724b59f9
Version bump (1.9.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.9.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.9.1) (#862)
106,046
19.09.2020 14:28:45
-7,200
c3ff6941e98bd75b403aaa77430dddf28f069dbe
Moved again crypto imports within the method
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -23,15 +23,6 @@ from .fileops import load_file\nfrom .kodi_ops import get_local_string\nfrom .uuid_device import get_crypt_key\n-try: # The crypto package depe...
Python
MIT License
castagnait/plugin.video.netflix
Moved again crypto imports within the method
105,978
22.09.2020 18:24:37
-7,200
1236808a6cd5c7da29d891fdb71f377dcfb8abc6
FIx Hungarian
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.hu_hu/strings.po", "new_path": "resources/language/resource.language.hu_hu/strings.po", "diff": "@@ -9,7 +9,12 @@ msgstr \"\"\n\"POT-Creation-Date: 2017-07-24 16:15+0000\\n\"\n\"PO-Revision-Date: 2020-09-05 07:40+0000\\n\"\...
Python
MIT License
castagnait/plugin.video.netflix
FIx Hungarian
106,046
26.09.2020 11:23:18
-7,200
d1129f9abc3eedfce5ee4e21d321cce988097c89
Moved is_parent_root_path to directory_utils
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-import xbmc\nimport xbmcplugin\nimport resources.lib.common as common\n@@ -18,7 +...
Python
MIT License
castagnait/plugin.video.netflix
Moved is_parent_root_path to directory_utils
106,046
26.09.2020 11:18:22
-7,200
502affe44573683b30a1186d2bc00d10b03a025a
Fixed regression PIN request at each mainmenu loading
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -69,7 +69,7 @@ class Directory(object):\n# Do not perform the profile switch if navigation come from a page that is not the root url,\n# prevents profile s...
Python
MIT License
castagnait/plugin.video.netflix
Fixed regression PIN request at each mainmenu loading
106,046
27.09.2020 09:27:35
-7,200
77b064b6990dc2a0bdaec7f40ff0dce17eee0817
Fixed locale conversion problem on fixed locale
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_utils.py", "new_path": "resources/lib/services/msl/msl_utils.py", "diff": "@@ -125,9 +125,10 @@ def _find_audio_data(player_state, manifest):\n\"\"\"\nFind the audio downloadable id and the audio track id\n\"\"\"\n- language = co...
Python
MIT License
castagnait/plugin.video.netflix
Fixed locale conversion problem on fixed locale
105,993
27.09.2020 15:26:32
-7,200
42763451236aa00779adb19d3dc9cfde5bfff541
Add a release workflow This will create a new release and adds the Changelog and Leia + Matrix ZIP files to the release page whenever a new release is tagged and pushed to the repository. Remove modules directories
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "name: CI\non:\n- pull_request:\n- branch:\n- - master\n- push:\n- branch:\n- - master\n+- pull_request\n+- push\njobs:\ntests:\nname: Add-on testing\n@@ -31,7 +27,20 @@ jobs:\npip inst...
Python
MIT License
castagnait/plugin.video.netflix
Add a release workflow This will create a new release and adds the Changelog and Leia + Matrix ZIP files to the release page whenever a new release is tagged and pushed to the repository. Remove modules directories
106,046
28.09.2020 09:04:01
-7,200
86b4fc7fe039a3e1f42952936bd1ea712eef9a80
Simplified the management of "Stop" events specific cases This is needed to fix another case: Previously has not been considered the case to play a non-netflix video content while a video is played in background
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "@@ -33,10 +33,10 @@ class ActionController(xbmc.Monitor):\nxbmc.Monitor.__init__(self)\nself._init_data = None\nself.tracking = ...
Python
MIT License
castagnait/plugin.video.netflix
Simplified the management of "Stop" events specific cases This is needed to fix another case: Previously has not been considered the case to play a non-netflix video content while a video is played in background
106,046
28.09.2020 09:28:24
-7,200
d383625d6e9bdd693a986cb02a115618b62b41b4
Removed no more needed comment
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -135,8 +135,6 @@ def _play(videoid, is_played_from_strm=False):\n'is_played_from_strm': is_played_from_strm,\n'resume_position': resume_position,\n'event_data': ...
Python
MIT License
castagnait/plugin.video.netflix
Removed no more needed comment
106,046
27.09.2020 15:49:32
-7,200
45d3c0190a38ff20016142a37cd514bd912bddd4
Add videoid to_string
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/videoid.py", "new_path": "resources/lib/common/videoid.py", "diff": "@@ -166,6 +166,21 @@ class VideoId(object):\nreturn VideoId.from_dict(videoid_dict)\nreturn self\n+ def to_string(self):\n+ \"\"\"Generate a valid pathitems as string ('s...
Python
MIT License
castagnait/plugin.video.netflix
Add videoid to_string
106,046
29.09.2020 13:08:34
-7,200
7a83340a8bf7ef948d02d2f0f537d248b0e97296
Add keymaps navigation
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -205,6 +205,7 @@ class GlobalVariables(object):\nMODE_PLAY = 'play'\nMODE_PLAY_STRM = 'play_strm'\nMODE_LIBRARY = 'library'\n+ MODE_KEYMAPS = 'keymaps'\ndef __init__(self):\n\"\"\"D...
Python
MIT License
castagnait/plugin.video.netflix
Add keymaps navigation
106,046
01.10.2020 09:06:26
-7,200
390d4488068afb52179649a6f9506d14a1d7e382
Give priority to import cryptodomex should solve the rare cases where a version of Crypto is installed on a system without Padding utils
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -36,13 +36,13 @@ def encrypt_credential(raw):\n# Keep these imports within the method otherwise if the packages are not installed,\n# the addon crashes and the...
Python
MIT License
castagnait/plugin.video.netflix
Give priority to import cryptodomex should solve the rare cases where a version of Crypto is installed on a system without Padding utils
106,046
03.10.2020 09:55:52
-7,200
246dbd00acf33399f70cfea88fd28164a765c3d8
Release workflows fixes
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "export PYTHONPATH := .:$(CURDIR)/test\nPYTHON := python\n+KODI_PYTHON_ABIS := 3.0.0 2.25.0\nname = $(shell xmllint --xpath 'string(/addon/@id)' addon.xml)\nversion = $(shell xmllint --xpath 'string(/addon/@version)' ...
Python
MIT License
castagnait/plugin.video.netflix
Release workflows fixes
106,046
03.10.2020 10:45:58
-7,200
cc6ebdf8b8311fc5c0013a7284530ad4e17d32bb
Version bump (1.10.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.9.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.10.0) (#883)
106,046
03.10.2020 11:05:23
-7,200
3927ef28af55ae6fd802e6bd8a1136cf145ca766
Set right kodi python abi
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "export PYTHONPATH := .:$(CURDIR)/test\nPYTHON := python\n-KODI_PYTHON_ABIS := 3.0.0 2.25.0\n+KODI_PYTHON_ABIS := 3.0.0 2.26.0\nname = $(shell xmllint --xpath 'string(/addon/@id)' addon.xml)\nversion = $(shell xmllint...
Python
MIT License
castagnait/plugin.video.netflix
Set right kodi python abi
106,046
03.10.2020 13:50:05
-7,200
a5643b6f9f62f57c310fb95aee124cbc72e4e921
Fixed sed regex
[ { "change_type": "MODIFY", "old_path": ".github/workflows/release.yml", "new_path": ".github/workflows/release.yml", "diff": "@@ -25,7 +25,7 @@ jobs:\n- name: Get body\nid: get-body\nrun: |\n- description=$(sed '1,/v[0-9\\.]* ([0-9-]*)/d;/^$/,$d' changelog.txt)\n+ description=$(sed '/v[0-9\\.]*\\s([...
Python
MIT License
castagnait/plugin.video.netflix
Fixed sed regex
106,046
11.10.2020 18:38:55
-7,200
cde05f6007a9055a71679814059445628dc59241
Execute a single db transaction for all add operations This is needed to fix performance problem with slow storages, that do not have enough speed performance to perform multiple individual db writing operations, and cause long delay in loading lists and in the worst cases raise AddonSignals call timeout error
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cache.py", "new_path": "resources/lib/common/cache.py", "diff": "@@ -39,7 +39,7 @@ class Cache(object):\ndata = self._make_call('get', call_args)\nreturn deserialize_data(data)\n- def add(self, bucket, identifier, data, ttl=None, expires=N...
Python
MIT License
castagnait/plugin.video.netflix
Execute a single db transaction for all add operations This is needed to fix performance problem with slow storages, that do not have enough speed performance to perform multiple individual db writing operations, and cause long delay in loading lists and in the worst cases raise AddonSignals call timeout error
106,046
15.10.2020 13:46:24
-7,200
0f9fb9f18c6a36a06283ddd59b8534b56e1f7790
Convert videoid once and use the same variables
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "@@ -43,6 +43,12 @@ class ActionController(xbmc.Monitor):\n\"\"\"\nCallback for AddonSignal when this add-on has initiated a play...
Python
MIT License
castagnait/plugin.video.netflix
Convert videoid once and use the same variables
106,046
15.10.2020 20:22:55
-7,200
a24c548ecee761790096ce8593af764b22323acd
Fixed wrong time position when player seek
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import json\nimport time\nimport xbmc\n@@ -86,7 +87...
Python
MIT License
castagnait/plugin.video.netflix
Fixed wrong time position when player seek
106,046
16.10.2020 09:39:37
-7,200
a53add8c8e960597d1692e61acbf036b4b2d9247
Updated msl endpoints New changes on msl endpoints seems to cause no problems
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -281,7 +281,7 @@ class MSLHandler(object):\n# playback, and only the first time after a switch,\n# in the response you can also understand if the m...
Python
MIT License
castagnait/plugin.video.netflix
Updated msl endpoints New changes on msl endpoints seems to cause no problems
106,046
16.10.2020 11:22:13
-7,200
75293af2dff1c3fe5daf7c365e7a29c4472574af
Implemented clean library by directory
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_library_ops.py", "new_path": "resources/lib/common/kodi_library_ops.py", "diff": "@@ -68,18 +68,27 @@ def get_library_item_details(dbtype, itemid):\nreturn json_rpc(method, params)[dbtype + 'details']\n-def scan_library(path=\"\"):\n-...
Python
MIT License
castagnait/plugin.video.netflix
Implemented clean library by directory
106,046
18.10.2020 09:48:07
-7,200
09595cadc697cce3abcd6672d8a6bc2204588887
Ignore extrafanart invocations on each addon path E.g. Black Glass Nova skin use extrafanart, and call multiple times the addon at each path, mainly cause problem with the playback, but also makes multiple list loads
[ { "change_type": "MODIFY", "old_path": "resources/lib/run_addon.py", "new_path": "resources/lib/run_addon.py", "diff": "@@ -111,16 +111,19 @@ def lazy_login(func):\ndef route(pathitems):\n\"\"\"Route to the appropriate handler\"\"\"\nLOG.debug('Routing navigation request')\n- root_handler = pathitem...
Python
MIT License
castagnait/plugin.video.netflix
Ignore extrafanart invocations on each addon path E.g. Black Glass Nova skin use extrafanart, and call multiple times the addon at each path, mainly cause problem with the playback, but also makes multiple list loads
106,046
19.10.2020 11:31:03
-7,200
135900ba7ce7d44ef846deb45e5f641bd025876c
Add class to read/write properties to kodi home window
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "@@ -117,12 +117,44 @@ def stop_playback():\ndef get_current_kodi_profile_name(no_spaces=True):\n\"\"\"Lazily gets the name of the Kodi profile currently used\"\"\"\n- #...
Python
MIT License
castagnait/plugin.video.netflix
Add class to read/write properties to kodi home window
106,046
19.10.2020 10:52:58
-7,200
d94c06f5647a3c53c04aff8dcca5ed01c712f3f3
Use WndHomeProps to service status
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -26,6 +26,7 @@ except ImportError: # Python 2\nfrom future.utils import iteritems\nimport xbmcaddon\n+from xbmcgui import Window\ntry: # Kodi >= 19\nfrom xbmcvfs import translatePat...
Python
MIT License
castagnait/plugin.video.netflix
Use WndHomeProps to service status
106,046
19.10.2020 10:53:41
-7,200
c52441ce6b1bc68067eed69d0a25f7f8a3a2f076
Changes to directory behaviours and profile switch activation
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "@@ -71,7 +71,7 @@ def container_refresh(use_delay=False):\n# seems to be caused by a race condition with the Kodi library update (but i am not really sure)\nfrom time i...
Python
MIT License
castagnait/plugin.video.netflix
Changes to directory behaviours and profile switch activation
106,046
19.10.2020 16:22:20
-7,200
53c6ae3ddcbc6a4e28834e02fac26d7ac54d6646
Fixed error when no subtitles (on kodi 19) currentsubtitle can be "None" but also an empty dict
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/am_stream_continuity.py", "new_path": "resources/lib/services/playback/am_stream_continuity.py", "diff": "@@ -279,7 +279,7 @@ class AMStreamContinuity(ActionManager):\naudio_language = audio_track['language']\nbreak\nplayer_stre...
Python
MIT License
castagnait/plugin.video.netflix
Fixed error when no subtitles (on kodi 19) currentsubtitle can be "None" but also an empty dict
106,046
20.10.2020 10:15:10
-7,200
9b39e8009fddfa37cc4e9022b1ece4c3bdcfa7e0
Print debug metadata as json
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import json\n+\nfrom future.utils import raise_from\nimport xbmcgui\n@@ -76,7 +78,7 @@ ...
Python
MIT License
castagnait/plugin.video.netflix
Print debug metadata as json
106,046
20.10.2020 10:26:36
-7,200
49c12a596118ea19930036d5429eb3062f96a042
Slight speeding up the loading of video list
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -308,14 +308,11 @@ def set_watched_status(dict_item, video_data, common_data):\n\"\"\"Check and set progress status (watched and resume)\"\"\"\nif not common_data['s...
Python
MIT License
castagnait/plugin.video.netflix
Slight speeding up the loading of video list
106,046
20.10.2020 18:07:19
-7,200
f6b2c9a3dc73c23e2d35821550592922e23fb414
Update resume time also on stop event Let's give you a chance to update the list with the correct value, although it may fail with low-end devices
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/am_video_events.py", "new_path": "resources/lib/services/playback/am_video_events.py", "diff": "@@ -112,6 +112,8 @@ class AMVideoEvents(ActionManager):\nself._reset_tick_count()\nself._send_event(EVENT_ENGAGE, self.event_data, p...
Python
MIT License
castagnait/plugin.video.netflix
Update resume time also on stop event Let's give you a chance to update the list with the correct value, although it may fail with low-end devices
106,046
20.10.2020 18:10:46
-7,200
bc676ae402499833cd63562b0c7f66f9ba549464
Improved watched status when nf sync is enabled
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -313,16 +313,21 @@ def set_watched_status(dict_item, video_data, common_data):\nis_watched_user_overrided = G.SHARED_DB.get_watched_status(common_data['active_profil...
Python
MIT License
castagnait/plugin.video.netflix
Improved watched status when nf sync is enabled
106,046
20.10.2020 18:16:14
-7,200
2290c0a7912de81618b094329b7926ff8c047c8d
Ensuring that videos are set as watched Except when netflix sync is enabled
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/am_playback.py", "new_path": "resources/lib/services/playback/am_playback.py", "diff": "@@ -14,9 +14,15 @@ import time\nimport xbmc\nimport resources.lib.common as common\n+from resources.lib.globals import G\nfrom resources.lib...
Python
MIT License
castagnait/plugin.video.netflix
Ensuring that videos are set as watched Except when netflix sync is enabled
106,046
24.10.2020 09:39:32
-7,200
649f7efb3f70819c7818d3cb37cd36048322401c
Version bump (1.10.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.10.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.10.1) (#904)
106,046
24.10.2020 17:50:53
-7,200
7bf6796c542045564828c6c384eaf0a0e9bc8954
Add check for availability
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -85,6 +85,8 @@ def add_info_dict_item(dict_item, videoid, item, raw_data, is_in_mylist, common_\ndef _add_supplemental_plot_info(infos_copy, item, common_data):\n\"\...
Python
MIT License
castagnait/plugin.video.netflix
Add check for availability
106,046
27.10.2020 15:08:44
-3,600
d9c371ef2844c0b11b4dffbe2220687394773cc3
Add support to MacOS NFAuthenticationKey
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -213,4 +213,14 @@ def _prepare_authentication_key_data(data):\ncontinue\nresult_data['cookies'].append(convert_chrome_cookie(cookie))\nreturn result_data\n+ if...
Python
MIT License
castagnait/plugin.video.netflix
Add support to MacOS NFAuthenticationKey
106,046
30.10.2020 14:10:38
-3,600
c5f1642d8cb0bbb0cedb74cbb2a6feaff7443b7f
Add GitHub Rules checker Action
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/rules-checker.yml", "diff": "+name: 'Rules checker'\n+on:\n+ issues:\n+ types:\n+ - opened\n+jobs:\n+ rules-checker:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v2\n+ name: \"Run Rules checker\"\n+ - uses: C...
Python
MIT License
castagnait/plugin.video.netflix
Add GitHub Rules checker Action
106,046
31.10.2020 09:51:54
-3,600
430165155f2d39dc74b51a765cb8f6011edd86b9
Use seek time instead offset time
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "@@ -87,7 +87,7 @@ class ActionController(xbmc.Monitor):\nif method == 'Player.OnAVStart':\nself._on_playback_started()\nelif met...
Python
MIT License
castagnait/plugin.video.netflix
Use seek time instead offset time
106,046
01.11.2020 11:02:29
-3,600
23593a80057710cd7102a87cab48659fb24c77ed
Use GITHUB_TOKEN secret instead personal secret token sign actions with github user bot
[ { "change_type": "MODIFY", "old_path": ".github/workflows/rules-checker.yml", "new_path": ".github/workflows/rules-checker.yml", "diff": "@@ -11,7 +11,7 @@ jobs:\nname: \"Run Rules checker\"\n- uses: CastagnaIT/action_rules_checker@v1.0.2\nwith:\n- github-token: ${{ secrets.GITHUBTOKEN }}\n+ github-...
Python
MIT License
castagnait/plugin.video.netflix
Use GITHUB_TOKEN secret instead personal secret token sign actions with github user bot
106,046
02.11.2020 14:23:03
-3,600
c8a1fd9786209d0055f785cc6c52e58496356fe4
Fixed "samplerate" KeyError (Kodi 19) The "audiostreams" keys of Player.GetProperties json rpc could change over the time of kodi development (new keys added) and so fail the dict keys comparison because our saved data could not contain the new keys
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -151,11 +151,9 @@ def merge_dicts(dict_to_merge, merged_dict):\nreturn merged_dict\n-def compare_dicts(dict_a, dict_b, excluded_keys=None):\n- \"\"\"Compare two ...
Python
MIT License
castagnait/plugin.video.netflix
Fixed "samplerate" KeyError (Kodi 19) The "audiostreams" keys of Player.GetProperties json rpc could change over the time of kodi development (new keys added) and so fail the dict keys comparison because our saved data could not contain the new keys
106,046
03.11.2020 11:59:14
-3,600
5782efa46e73675b928436532ed010d4d104e8ba
Prepare for Python v3.9
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -12,7 +12,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- python-version: [2.7, 3.5, 3.6, 3.7, 3.8]\n+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]\nsteps:\n- name: Check out ...
Python
MIT License
castagnait/plugin.video.netflix
Prepare for Python v3.9
106,046
03.11.2020 12:59:38
-3,600
5ddd0d9739c693156e727cee06a2db81b9ed28cc
Fix pylint no-member error for py39
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/website.py", "new_path": "resources/lib/utils/website.py", "diff": "@@ -345,4 +345,4 @@ def parse_html(html_value):\nreturn unescape(html_value)\nexcept ImportError: # Python <= 3.3\nfrom html.parser import HTMLParser\n- return HTMLParser()...
Python
MIT License
castagnait/plugin.video.netflix
Fix pylint no-member error for py39
106,046
09.11.2020 09:27:36
-3,600
d14ce92c52d52784c43bdb451332f0e7a49f81b9
Fix player id as None when has 0 as value
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "@@ -171,7 +171,7 @@ class ActionController(xbmc.Monitor):\ndef _get_player_state(self, player_id=None, time_override=None):\ntry...
Python
MIT License
castagnait/plugin.video.netflix
Fix player id as None when has 0 as value
106,046
09.11.2020 17:50:23
-3,600
0e352c0d4edbd63995be22ce6133f9a715432336
Fixed json parsing error due to return char
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/website.py", "new_path": "resources/lib/utils/website.py", "diff": "@@ -287,15 +287,17 @@ def extract_json(content, name):\ntry:\njson_array = recompile(JSON_REGEX.format(name), DOTALL).findall(content.decode('utf-8'))\njson_str = json_arra...
Python
MIT License
castagnait/plugin.video.netflix
Fixed json parsing error due to return char
106,046
10.11.2020 10:51:20
-3,600
a5f4d130282a6a0a4c6b9a70a02f95986d698b45
Some fixes to update-translations Fix wrong return char on Windows For the changed msgid must not copy the old msgstr
[ { "change_type": "MODIFY", "old_path": "tests/update_translations.py", "new_path": "tests/update_translations.py", "diff": "@@ -12,10 +12,17 @@ for entry in english:\n# Find a translation\ntranslation = translated.find(entry.msgctxt, 'msgctxt')\n- if translation:\n+ if translation and entry.msgid ==...
Python
MIT License
castagnait/plugin.video.netflix
Some fixes to update-translations -Fix wrong return char on Windows -For the changed msgid must not copy the old msgstr
106,046
12.11.2020 11:55:43
-3,600
918460443cb1818e3a000c520b42311a26d74b66
Workaround to ReadTimeout errors Usually a server should automatically specify a timeout for requests, but lately this doesn't happen anymore. In this way the request remains on hold indefinitely blocking the add-on service. As workaround has been set the timeout manually.
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/exceptions.py", "new_path": "resources/lib/common/exceptions.py", "diff": "@@ -21,6 +21,10 @@ 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
Workaround to ReadTimeout errors Usually a server should automatically specify a timeout for requests, but lately this doesn't happen anymore. In this way the request remains on hold indefinitely blocking the add-on service. As workaround has been set the timeout manually.
106,046
14.11.2020 17:21:45
-3,600
83446129f2f06da12e46a2b7db04d59519cfe0c3
Version bump (1.11.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.10.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.11.0) (#926)
106,046
17.11.2020 20:05:00
-3,600
370a6dcf70d55bed054c97f14a101d494be303b8
Try get vendor nrdp modelgroup
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/esn.py", "new_path": "resources/lib/utils/esn.py", "diff": "@@ -49,6 +49,10 @@ def generate_android_esn():\nnrdp_modelgroup = subprocess.check_output(\n['/system/bin/getprop',\n'ro.nrdp.modelgroup']).decode('utf-8').strip(' \\t\\n\\r').uppe...
Python
MIT License
castagnait/plugin.video.netflix
Try get vendor nrdp modelgroup
106,046
17.11.2020 20:07:26
-3,600
a507c80abcbef04dcc2fe8a44297d57df35f05d3
Removed unused old code for ro.build.characteristics check
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/esn.py", "new_path": "resources/lib/utils/esn.py", "diff": "@@ -36,15 +36,6 @@ def generate_android_esn():\n['/system/bin/getprop',\n'ro.product.model']).decode('utf-8').strip(' \\t\\n\\r').upper()\n- # This product_characteristics check se...
Python
MIT License
castagnait/plugin.video.netflix
Removed unused old code for ro.build.characteristics check
106,046
23.11.2020 16:33:37
-3,600
d6d9f0a288884a0da9fcbccbd0edaa48b087e9b8
Improved vendor nrdp modelgroup check
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/esn.py", "new_path": "resources/lib/utils/esn.py", "diff": "@@ -28,6 +28,7 @@ def generate_android_esn():\nif get_system_platform() == 'android':\nimport subprocess\ntry:\n+ sdk_version = int(subprocess.check_output(['/system/bin/getprop', ...
Python
MIT License
castagnait/plugin.video.netflix
Improved vendor nrdp modelgroup check
106,046
28.11.2020 14:33:14
-3,600
5ae98094b7ded54789a69e9441d9f43f39cc68eb
Updated some esn info
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/esn.py", "new_path": "resources/lib/utils/esn.py", "diff": "@@ -16,6 +16,31 @@ from resources.lib.database.db_utils import TABLE_SESSION\nfrom resources.lib.globals import G\nfrom .logging import LOG\n+# 25/11/2020 - Follow Android ESN gene...
Python
MIT License
castagnait/plugin.video.netflix
Updated some esn info
106,046
28.11.2020 14:39:11
-3,600
16703027bd24dcbb694fe4b1c4f008692323ce82
Use [CR] for GUI purpose
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -102,7 +102,7 @@ def ask_for_resume(resume_position):\ndef show_backend_not_ready(error_details=None):\nmessage = common.get_local_string(30138)\nif error_details:\n...
Python
MIT License
castagnait/plugin.video.netflix
Use [CR] for GUI purpose
106,046
28.11.2020 14:54:36
-3,600
4a680f537c3a4e63814c16be00a0b0b95853425a
Fix borderline case between change profile and HTTP outbound requests
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession_ops.py", "new_path": "resources/lib/services/nfsession/nfsession_ops.py", "diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import xbmc\n+\nimport time\nfrom datetime import datetim...
Python
MIT License
castagnait/plugin.video.netflix
Fix borderline case between change profile and HTTP outbound requests
106,046
02.12.2020 17:10:45
-3,600
6e8b754850f1a94feb52d1b39f1d0a2301bf2768
Add missing case for wrong password
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/access.py", "new_path": "resources/lib/services/nfsession/session/access.py", "diff": "@@ -93,6 +93,7 @@ class SessionAccess(SessionCookie, SessionHTTPRequests):\n@measure_exec_time_decorator(is_immediate=True)\ndef log...
Python
MIT License
castagnait/plugin.video.netflix
Add missing case for wrong password
106,046
04.12.2020 10:34:15
-3,600
74999617b979ad2c39ae12ed283216caa2e06ff7
Add more option to force android widevine L3
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/device_utils.py", "new_path": "resources/lib/common/device_utils.py", "diff": "@@ -11,6 +11,7 @@ from __future__ import absolute_import, division, unicode_literals\nimport xbmc\nfrom resources.lib.globals import G\n+from resources.lib.util...
Python
MIT License
castagnait/plugin.video.netflix
Add more option to force android widevine L3
106,046
08.12.2020 18:34:35
-3,600
4f2a1d6cef9329ae9f9291eba84d318eae6930f8
Misc fixes to audio/subtitles language code Details on the pr Restore old behaviour to Kodi 18 Improved the behaviour on Kodi 19
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "@@ -198,10 +198,52 @@ def fix_locale_languages(data_list):\n# Languages with the country code causes the display of wrong names in Kodi settings like\n# es-ES as 'Spani...
Python
MIT License
castagnait/plugin.video.netflix
Misc fixes to audio/subtitles language code Details on the pr Restore old behaviour to Kodi 18 Improved the behaviour on Kodi 19
106,046
12.12.2020 10:09:47
-3,600
2bf44d782995b37bdcb99aec23913bf591848ebb
Ignore InvalidVideoListTypeError exception on playback started when the profile is new not have continueWatching list data then we can ignore it
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/am_video_events.py", "new_path": "resources/lib/services/playback/am_video_events.py", "diff": "@@ -11,6 +11,7 @@ from __future__ import absolute_import, division, unicode_literals\nimport resources.lib.common as common\nfrom re...
Python
MIT License
castagnait/plugin.video.netflix
Ignore InvalidVideoListTypeError exception on playback started when the profile is new not have continueWatching list data then we can ignore it
106,046
13.12.2020 15:15:04
-3,600
6802f894b6e874976f8ba957400529c84b0f6c02
Version bump (1.12.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.11.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.12.0) (#972)
106,046
14.12.2020 15:11:32
-3,600
1b2a80bfffb02392a5dd1a5110e23cf07c687371
Switch addon.xml to Kodi 19
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"1.12.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Switch addon.xml to Kodi 19
106,046
14.12.2020 16:45:24
-3,600
090d40bcb1a841cb7c6d1761e6885e9b8d077bd3
Changes to workflows and some cleaning
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/addon-check-Leia.yml", "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\n+ ...
Python
MIT License
castagnait/plugin.video.netflix
Changes to workflows and some cleaning
106,046
16.12.2020 11:06:09
-3,600
c747ea436de125d2d5ea66f02e9c9c1075e00090
Drop future iteritems
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "See LICENSES/MIT.md for more information.\n\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-from future.utils import iteritems\ntry: # P...
Python
MIT License
castagnait/plugin.video.netflix
Drop future iteritems
106,046
16.12.2020 11:15:40
-3,600
a1de963a87b74fb6a5e5d4bb063ba67b70673351
Drop future itervalues
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -11,8 +11,6 @@ from __future__ import absolute_import, division, unicode_literals\nimport copy\n-from future.utils import itervalues\n-\nimport resources.lib.utils.a...
Python
MIT License
castagnait/plugin.video.netflix
Drop future itervalues
106,046
16.12.2020 11:19:24
-3,600
89a2b21021ffc9e6b5067493e5e49ace96978ee3
Drop future listvalues
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/data_types.py", "new_path": "resources/lib/utils/data_types.py", "diff": "# pylint: disable=too-few-public-methods\nfrom __future__ import absolute_import, division, unicode_literals\nfrom collections import OrderedDict\n-from future.utils ...
Python
MIT License
castagnait/plugin.video.netflix
Drop future listvalues
106,046
16.12.2020 11:53:22
-3,600
4dce9d3e0dff648f8075854571a62c583f55ef39
Drop workarounds to Kodi API changes
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -16,16 +16,6 @@ import xbmcvfs\nfrom resources.lib.globals import G\nfrom .misc_utils import build_url\n-try: # Kodi >= 19\n- from xbmcvfs import makeLegalFilename # p...
Python
MIT License
castagnait/plugin.video.netflix
Drop workarounds to Kodi API changes
106,046
16.12.2020 12:43:17
-3,600
77f803ccda8cfde72ad4e05ef8febed791d1527b
Drop PY_IS_VER2 code for python 2
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cache_utils.py", "new_path": "resources/lib/common/cache_utils.py", "diff": "@@ -108,26 +108,13 @@ def _get_identifier(fixed_identifier, identify_from_kwarg_name,\ndef serialize_data(value):\n- if G.PY_IS_VER2:\n- # On python 2 pickle.dump...
Python
MIT License
castagnait/plugin.video.netflix
Drop PY_IS_VER2 code for python 2
106,046
16.12.2020 13:04:56
-3,600
800faad7c8b5d1b987392219132ddb41d4c973ac
Drop pylint redefined-builtin and related py2 code
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/__init__.py", "new_path": "resources/lib/common/__init__.py", "diff": "SPDX-License-Identifier: MIT\nSee LICENSES/MIT.md for more information.\n\"\"\"\n-from .ipc import * # pylint: disable=redefined-builtin\n-from .videoid import * # pyli...
Python
MIT License
castagnait/plugin.video.netflix
Drop pylint redefined-builtin and related py2 code
106,046
16.12.2020 14:19:04
-3,600
01025e20d335bbaa59e2229c8b90c0ba6e44a513
Removed double code oversight as result of removed py2 workaround
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_utils.py", "new_path": "resources/lib/services/msl/msl_utils.py", "diff": "@@ -54,9 +54,6 @@ def display_error_info(func):\ntry:\nreturn func(*args, **kwargs)\nexcept Exception as exc:\n- if isinstance(exc, MSLError):\n- message ...
Python
MIT License
castagnait/plugin.video.netflix
Removed double code oversight as result of removed py2 workaround
106,046
16.12.2020 17:16:49
-3,600
d54c33cb5af1001a271f8c228b2e5429b12658e3
Drop remaining specific code for Kodi 18
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_library_ops.py", "new_path": "resources/lib/common/kodi_library_ops.py", "diff": "@@ -76,7 +76,7 @@ def clean_library(show_dialog=True, path=''):\nmethod = 'VideoLibrary.Clean'\nparams = {'content': 'video',\n'showdialogs': show_dialo...
Python
MIT License
castagnait/plugin.video.netflix
Drop remaining specific code for Kodi 18
106,046
18.12.2020 08:33:50
-3,600
a3766f8ab1c0c795773cea2fe4c0faf3fe7337bb
Add Kodi MySQL Connector/Python module
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<import addon=\"script.module.inputstreamhelper\" version=\"0.4.4\"/>\n<import addon=\"script.module.pycryptodome\" version=\"3.4.3\"/>\n<import addon=\"script.module.requests\" version=\"2.22.0\"/>\n+ <import addo...
Python
MIT License
castagnait/plugin.video.netflix
Add Kodi MySQL Connector/Python module
106,046
20.12.2020 16:44:29
-3,600
2dcbfd42b61752b9c7aafe2b12400239d9d26efc
Add with statement to xbmcvfs.File
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -88,11 +88,8 @@ def save_file(file_path, content, mode='wb'):\n:param content: The content of the file\n:param mode: optional mode options\n\"\"\"\n- file_handle = xbm...
Python
MIT License
castagnait/plugin.video.netflix
Add with statement to xbmcvfs.File
106,046
20.12.2020 17:08:11
-3,600
d7773776cf61c48154c476f376315ab4eb04aa9c
Add arg to set port setting name
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/ipc.py", "new_path": "resources/lib/common/ipc.py", "diff": "@@ -74,21 +74,21 @@ def _send_signal(signal, data):\n@measure_exec_time_decorator()\n-def make_call(callname, data=None):\n+def make_call(callname, data=None, port_setting_name='...
Python
MIT License
castagnait/plugin.video.netflix
Add arg to set port setting name
106,046
20.12.2020 16:49:41
-3,600
ee998d6abece9a4f14fe45ff6cb35b4978466901
Add show busy dialog
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodi_ops.py", "new_path": "resources/lib/common/kodi_ops.py", "diff": "See LICENSES/MIT.md for more information.\n\"\"\"\nimport json\n+from contextlib import contextmanager\nimport xbmc\n@@ -88,6 +89,16 @@ def container_update(url, reset_...
Python
MIT License
castagnait/plugin.video.netflix
Add show busy dialog
106,046
20.12.2020 16:50:28
-3,600
ea771704e139373f536b7eb1a4c768c5ed10b3cf
Make ask_for_input public
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -65,10 +65,10 @@ def show_dlg_input_numeric(message, mask_input=True):\ndef ask_for_search_term(default_text=None):\n\"\"\"Ask the user for a search term\"\"\"\n- re...
Python
MIT License
castagnait/plugin.video.netflix
Make ask_for_input public
106,046
20.12.2020 17:10:10
-3,600
dcc2a9890e1b2ed3db2756ad473bddf6a929a3af
Add to MSL support to IPC data/error callback
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/http_server.py", "new_path": "resources/lib/services/msl/http_server.py", "diff": "See LICENSES/MIT.md for more information.\n\"\"\"\nimport base64\n+import json\nfrom http.server import BaseHTTPRequestHandler\nfrom socketserver impo...
Python
MIT License
castagnait/plugin.video.netflix
Add to MSL support to IPC data/error callback
106,046
20.12.2020 16:58:35
-3,600
4153696bdd1508368444b06e82801be31671cf7b
Add refresh_session_data to IPC
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession_ops.py", "new_path": "resources/lib/services/nfsession/nfsession_ops.py", "diff": "@@ -41,6 +41,7 @@ class NFSessionOperations(SessionPathRequests):\nself.perpetual_path_request,\nself.callpath_request,\nself.fetch_in...
Python
MIT License
castagnait/plugin.video.netflix
Add refresh_session_data to IPC
106,046
22.12.2020 10:53:28
-3,600
02e3489a2be4a0a2ab8003a076508238be5682ef
Removed raspberrypi case on get_system_platform no more needed and is not full working on Kodi 19
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/device_utils.py", "new_path": "resources/lib/common/device_utils.py", "diff": "@@ -41,9 +41,6 @@ def get_system_platform():\nif not hasattr(get_system_platform, 'cached'):\nplatform = \"unknown\"\nif xbmc.getCondVisibility('system.platform...
Python
MIT License
castagnait/plugin.video.netflix
Removed raspberrypi case on get_system_platform no more needed and is not full working on Kodi 19
106,046
22.12.2020 10:59:09
-3,600
940281fe93652abeac76179a8354d1c5298b1155
Removed __CRYPT_KEY__ global statement
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/uuid_device.py", "new_path": "resources/lib/common/uuid_device.py", "diff": "@@ -11,18 +11,13 @@ from resources.lib.utils.logging import LOG\nfrom .device_utils import get_system_platform\n-__CRYPT_KEY__ = None\n-\n-\ndef get_crypt_key():\...
Python
MIT License
castagnait/plugin.video.netflix
Removed __CRYPT_KEY__ global statement
106,046
22.12.2020 11:01:00
-3,600
f9d683eaacc3299e667ce11099af2169a7f8b755
Do not deny profile switch when will not performed
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession_ops.py", "new_path": "resources/lib/services/nfsession/nfsession_ops.py", "diff": "@@ -95,14 +95,14 @@ class NFSessionOperations(SessionPathRequests):\ndef activate_profile(self, guid):\n\"\"\"Set the profile identifi...
Python
MIT License
castagnait/plugin.video.netflix
Do not deny profile switch when will not performed