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 | 11.03.2020 10:58:36 | -3,600 | 71dd6502949b99475c0e9a5f940a200c49fc1cd8 | Improved 30047 id | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.cs_cz/strings.po",
"new_path": "resources/language/resource.language.cs_cz/strings.po",
"diff": "@@ -203,7 +203,7 @@ msgid \"There is a problem with InputStream Adaptive add-on or the Widevine libra\nmsgstr \"\"\nmsgctxt \"... | Python | MIT License | castagnait/plugin.video.netflix | Improved 30047 id |
106,046 | 12.03.2020 19:26:09 | -3,600 | b91d83ce193f8bc269be860b20facfa28ffc49a8 | Changes to lolomo update context | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -78,7 +78,7 @@ def activate_profile(profile_guid):\n\"\"\"Activate the profile with the given GUID\"\"\"\ncommon.make_call('activate_profile', profile_guid)\nif g.ADDON.getSet... | Python | MIT License | castagnait/plugin.video.netflix | Changes to lolomo update context |
106,046 | 12.03.2020 19:35:56 | -3,600 | 46f2481a6dfc8a78ffa075a06057bde9057f2940 | Added more contexts to recommendations menu | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -115,7 +115,8 @@ class GlobalVariables(object):\n'description_id': 30164,\n'icon': 'DefaultTVShows.png'}),\n('recommendations', {'path': ['recommendations', 'recommendations'],\n- '... | Python | MIT License | castagnait/plugin.video.netflix | Added more contexts to recommendations menu |
106,046 | 13.03.2020 17:59:31 | -3,600 | 3edf0d37e253b5d599eb6c740de37345c93f2da9 | Add get hdcp level | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/device_utils.py",
"new_path": "resources/lib/common/device_utils.py",
"diff": "@@ -76,17 +76,24 @@ def is_device_4k_capable():\n\"\"\"Check if the device is 4k capable\"\"\"\n# Currently only on android is it possible to use 4K\nif get_sys... | Python | MIT License | castagnait/plugin.video.netflix | Add get hdcp level |
106,046 | 14.03.2020 15:50:09 | -3,600 | 5a21f2eb50d0ae07d54e0c7a3c4f24f13928b997 | Fixed wrong backslash and double quote escape
Cause of error:
ValueError: Invalid \escape: line 1 column 7891 (char 7890)
WebsiteParsingError: Unable to extract reactContext
Due to backslash in the profile name | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -309,12 +309,13 @@ def extract_json(content, name):\ntry:\njson_array = recompile(JSON_REGEX.format(name), DOTALL).findall(content.decode('utf-8'))\njson_str = json_array[0]... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong backslash and double quote escape
Cause of error:
ValueError: Invalid \escape: line 1 column 7891 (char 7890)
WebsiteParsingError: Unable to extract reactContext
Due to backslash in the profile name |
106,046 | 14.03.2020 17:51:36 | -3,600 | cd9b3866ec2c5908247f967369891ced6f18bb87 | Updated some info | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -75,8 +75,10 @@ def extract_session_data(content, validate=False):\nuser_data = extract_userdata(react_context)\nif user_data.get('membershipStatus') == 'ANONYMOUS':\n- # I ... | Python | MIT License | castagnait/plugin.video.netflix | Updated some info |
106,046 | 14.03.2020 18:52:01 | -3,600 | 0e1b0beae787cc4a6db126cbba7abd9d4230be6d | Fixed settings type error | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/device_utils.py",
"new_path": "resources/lib/common/device_utils.py",
"diff": "@@ -82,7 +82,7 @@ def is_device_4k_capable():\n# Check if HDCP level is 2.2 or up\nhdcp_level = get_hdcp_level()\nhdcp_4k_capable = hdcp_level and hdcp_level >=... | Python | MIT License | castagnait/plugin.video.netflix | Fixed settings type error |
106,046 | 14.03.2020 21:00:17 | -3,600 | 059fa3a713a66572e043524f78ed60034bb5097f | Fixed debug cookie info | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cookies.py",
"new_path": "resources/lib/common/cookies.py",
"diff": "@@ -58,12 +58,12 @@ def delete(account_hash):\ndef load(account_hash):\n\"\"\"Load cookies for a given account and check them for validity\"\"\"\nfilename = cookie_filena... | Python | MIT License | castagnait/plugin.video.netflix | Fixed debug cookie info |
106,046 | 15.03.2020 13:07:05 | -3,600 | bc248b8f495360a0ac6b665384077f7e80f47307 | Moved time import and comments | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/data_conversion.py",
"new_path": "resources/lib/common/data_conversion.py",
"diff": "@@ -11,12 +11,9 @@ from __future__ import absolute_import, division, unicode_literals\nimport datetime\nimport json\n-import time\nfrom ast import literal... | Python | MIT License | castagnait/plugin.video.netflix | Moved time import and comments |
106,046 | 16.03.2020 15:40:49 | -3,600 | af542fbdf99842e268d4c4edb19fcdb86411f3fa | Try to do a more robust check for external calls | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -96,7 +96,7 @@ def cache_output(bucket, fixed_identifier=None,\nidentify_fallback_arg_index,\nargs,\nkwargs)\n- if save_call_data and not g.IS_SKIN_CALL:\n+ if save_call_data and not g.... | Python | MIT License | castagnait/plugin.video.netflix | Try to do a more robust check for external calls |
106,046 | 16.03.2020 18:54:50 | -3,600 | 94080f15ac7e15fcbcf78ff8d92eaf02869c0ce8 | Fixed attribute error and unicode decode issue | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library_items.py",
"new_path": "resources/lib/kodi/library_items.py",
"diff": "@@ -34,16 +34,12 @@ class ItemNotFound(Exception):\n@common.time_execution(immediate=False)\ndef get_item(videoid):\n- \"\"\"Find an item in the Kodi library by i... | Python | MIT License | castagnait/plugin.video.netflix | Fixed attribute error and unicode decode issue |
106,046 | 16.03.2020 19:06:04 | -3,600 | 117ed07dd29d5356083a0f085f1040fcb48ed0c1 | Add delay on refresh after remove item from library
I have noticed that in some cases, when remove an exported tv show,
after the refresh the items of the page are not updated
so the deleted item remain in the page
add a delay of 1 second seem to fix the issue | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -108,8 +108,14 @@ def scan_library(path=\"\"):\nreturn json_rpc(method, params)\n-def refresh_container():\n+def refresh_container(use_delay=False):\n\"\"\"Refresh the... | Python | MIT License | castagnait/plugin.video.netflix | Add delay on refresh after remove item from library
I have noticed that in some cases, when remove an exported tv show,
after the refresh the items of the page are not updated
so the deleted item remain in the page
add a delay of 1 second seem to fix the issue |
106,046 | 16.03.2020 20:55:43 | -3,600 | c36f4d5e22db1fd10fa08d352d2b8096b06a6eff | Fixed language id for kodi 19 | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/dialogs.py",
"new_path": "resources/lib/kodi/ui/dialogs.py",
"diff": "@@ -100,7 +100,7 @@ def ask_for_resume(resume_position):\nreturn xbmcgui.Dialog().contextmenu(\n[\ncommon.get_local_string(12022).format(common.convert_seconds_to_hms_s... | Python | MIT License | castagnait/plugin.video.netflix | Fixed language id for kodi 19 |
106,046 | 17.03.2020 13:39:39 | -3,600 | 5462b17df0c057ed75c39dc7da3ec29df31e7e46 | Removed 'XBMC.' prefix in built-in command | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -128,7 +128,7 @@ def get_local_string(string_id):\ndef run_plugin_action(path, block=False):\n\"\"\"Create an action that can be run with xbmc.executebuiltin in order ... | Python | MIT License | castagnait/plugin.video.netflix | Removed 'XBMC.' prefix in built-in command |
106,046 | 17.03.2020 17:54:31 | -3,600 | 78b2d04e78e9ab48b56fca3daf582465c62d0b80 | Fix wrong tick count reset
This fix the interruption of sending video status progress after video pause or seek | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/progress_manager.py",
"new_path": "resources/lib/services/playback/progress_manager.py",
"diff": "@@ -71,7 +71,7 @@ class ProgressManager(PlaybackActionManager):\ndef on_playback_pause(self, player_state):\nif not self.is_event_... | Python | MIT License | castagnait/plugin.video.netflix | Fix wrong tick count reset
This fix the interruption of sending video status progress after video pause or seek |
106,046 | 18.03.2020 17:51:27 | -3,600 | a091203516f633db0137166bdea32c469c3e1bcb | Use a common variable for msl data filename | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/base_crypto.py",
"new_path": "resources/lib/services/msl/base_crypto.py",
"diff": "@@ -14,6 +14,7 @@ import base64\nimport time\nimport resources.lib.common as common\n+from resources.lib.services.msl.msl_utils import MSL_DATA_FILENA... | Python | MIT License | castagnait/plugin.video.netflix | Use a common variable for msl data filename |
106,046 | 18.03.2020 18:34:37 | -3,600 | ac70ac84b09607182402c24fc811e257ca10bcbc | Reinitialize MSL handler when logout
After logout the mastertoken and useridtokens must be deleted together with the esn used | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -38,6 +38,7 @@ class Signals(object): # pylint: disable=no-init\nINVALIDATE_SERVICE_CACHE = 'invalidate_service_cache'\nQUEUE_VIDEO_EVENT = 'queue_video_event'\nCLEAR_USER_ID_... | Python | MIT License | castagnait/plugin.video.netflix | Reinitialize MSL handler when logout
After logout the mastertoken and useridtokens must be deleted together with the esn used |
106,046 | 18.03.2020 18:42:19 | -3,600 | f0a81d15c3184e209b7f54c295a5f83f1a7afc3c | Execute the website logout first, to avoid changes in case of error | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_access.py",
"new_path": "resources/lib/services/nfsession/nfsession_access.py",
"diff": "@@ -130,6 +130,9 @@ class NFSessionAccess(NFSessionRequests, NFSessionCookie):\n\"\"\"Logout of the current account and reset th... | Python | MIT License | castagnait/plugin.video.netflix | Execute the website logout first, to avoid changes in case of error |
106,046 | 20.03.2020 19:53:50 | -3,600 | 4fc89b2eec7a4177627b4833d0e9133185174de3 | Version bump (1.1.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.0.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (1.1.0) |
106,046 | 21.03.2020 17:27:47 | -3,600 | c48f83f4a23f050eecceb213bd517e0d4f7e14c5 | Use localhost instead force IPv4 loopback | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/run_service.py",
"new_path": "resources/lib/run_service.py",
"diff": "@@ -59,7 +59,7 @@ class NetflixService(object):\ndef init_server(self, server):\nserver['class'].allow_reuse_address = True\nserver['instance'] = server['class'](\n- ('127.0.0.... | Python | MIT License | castagnait/plugin.video.netflix | Use localhost instead force IPv4 loopback |
106,046 | 21.03.2020 18:14:25 | -3,600 | d0e5e552ebf3eb5d948a14c6402dba52348ee7a1 | Fixed unicode decode error | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/actions.py",
"new_path": "resources/lib/navigation/actions.py",
"diff": "@@ -36,7 +36,7 @@ class AddonActionExecutor(object):\ng.ADDON.setSetting('autoselect_profile_name', self.params['profile_name'])\ng.ADDON.setSettingBool('autosele... | Python | MIT License | castagnait/plugin.video.netflix | Fixed unicode decode error |
106,046 | 24.03.2020 14:36:05 | -3,600 | e3870c638293c65c53b85372874143e8152097cd | Avoid mix the params variable
Has caused continuous profile switch when navigate between directories
due to same param name in listings.py get_param_watched_status_by_profile | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/listings.py",
"new_path": "resources/lib/kodi/listings.py",
"diff": "@@ -105,7 +105,7 @@ def _create_profile_item(profile_guid, is_active, html_parser):\nlist_item.addContextMenuItems([(common.get_local_string(30056),\n'RunPlugin({})'.format... | Python | MIT License | castagnait/plugin.video.netflix | Avoid mix the params variable
Has caused continuous profile switch when navigate between directories
due to same param name in listings.py get_param_watched_status_by_profile |
106,046 | 24.03.2020 14:41:38 | -3,600 | cdbe616add64c178a489633f9c110d145c1e9e22 | Version bump (1.1.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.1.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (1.1.1) |
106,046 | 27.03.2020 10:00:40 | -3,600 | d37dc34b2972b8a2e43adaf138e07fa176c478b5 | Changes to Kodi python APIs for Kodi 19 | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library_tasks.py",
"new_path": "resources/lib/kodi/library_tasks.py",
"diff": "@@ -38,8 +38,7 @@ def execute_tasks(title, tasks, task_handler, **kwargs):\nprogress.create(title)\nfor task_num, task in enumerate(tasks):\ntask_title = task.get... | Python | MIT License | castagnait/plugin.video.netflix | Changes to Kodi python APIs for Kodi 19 |
106,046 | 27.03.2020 11:56:44 | -3,600 | 3346d267f2cb76734848ec003464d6571e7d34e0 | Update README.md
Updated repository link | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -40,7 +40,7 @@ The trademark \"Netflix\" is registered by \"Netflix, Inc.\"\n#### Quick download links\nInstall add-on via repository - provide automatic installation of updates:\n-* [CastagnaIT Repository - rep... | Python | MIT License | castagnait/plugin.video.netflix | Update README.md
Updated repository link |
105,993 | 28.03.2020 18:54:49 | -3,600 | 6a946b88b2de9c19d122fc1c23f12bdd45ca537e | Ensure only PRs and pushes to master are tested
This prevents from doing the same tests twice for other branches in the
same repository. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "name: CI\non:\n-- pull_request\n-- push\n+ pull_request:\n+ branch:\n+ - master\n+ push:\n+ branch:\n+ - master\njobs:\ntests:\nname: Add-on testing\n"
},
{
"change_type": "MOD... | Python | MIT License | castagnait/plugin.video.netflix | Ensure only PRs and pushes to master are tested
This prevents from doing the same tests twice for other branches in the
same repository. |
106,046 | 29.03.2020 18:49:56 | -7,200 | 9085c02e4578cd6db1e3181e6b8e9276e074566a | Cleanups and fixes for mylist
fixed wrong cache add/remove operations to paginated my list
removed unused library mylist update call | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/data_types.py",
"new_path": "resources/lib/api/data_types.py",
"diff": "@@ -177,7 +177,7 @@ class CustomVideoList:\ndef __init__(self, path_response):\nself.perpetual_range_selector = path_response.get('_perpetual_range_selector')\nself.data ... | Python | MIT License | castagnait/plugin.video.netflix | Cleanups and fixes for mylist
-fixed wrong cache add/remove operations to paginated my list
-removed unused library mylist update call |
106,046 | 05.04.2020 14:24:40 | -7,200 | 58230361173e3b9fa643cf1a1a1ff1dd491faf82 | Fixed regressions bugs and errors | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/api_requests.py",
"new_path": "resources/lib/api/api_requests.py",
"diff": "@@ -11,16 +11,13 @@ from __future__ import absolute_import, division, unicode_literals\nfrom functools import wraps\n-from future.utils import iteritems\n-\nimport re... | Python | MIT License | castagnait/plugin.video.netflix | Fixed regressions bugs and errors |
106,046 | 06.04.2020 09:40:41 | -7,200 | 4ef9c33a5008ffce010acd863d118aa3fe71ddd3 | Fixed UnicodeDecodeError errors on system path with special chars | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cookies.py",
"new_path": "resources/lib/common/cookies.py",
"diff": "@@ -61,7 +61,7 @@ def load(account_hash):\nif not xbmcvfs.exists(xbmc.translatePath(filename)):\ncommon.debug('Cookies file does not exist')\nraise MissingCookiesError()\... | Python | MIT License | castagnait/plugin.video.netflix | Fixed UnicodeDecodeError errors on system path with special chars |
106,046 | 06.04.2020 10:38:15 | -7,200 | 93e721939e5fbcc1831b28323c8b02548261f4a3 | Removed AddonIsEnabled check from UpNext menu
not working anymore | [
{
"change_type": "MODIFY",
"old_path": "resources/settings.xml",
"new_path": "resources/settings.xml",
"diff": "<setting id=\"ProgressManager_enabled\" type=\"bool\" label=\"30235\" default=\"false\"/>\n<setting label=\"30238\" type=\"lsep\"/>\n<setting id=\"upnext_install\" type=\"action\" label=\"... | Python | MIT License | castagnait/plugin.video.netflix | Removed AddonIsEnabled check from UpNext menu
not working anymore |
106,046 | 06.04.2020 10:52:45 | -7,200 | be82fe93ada3a19dd6e4e60754e2adbb24cd6382 | Avoid delete cache folder if no more exists | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_actions.py",
"new_path": "resources/lib/upgrade_actions.py",
"diff": "@@ -20,11 +20,14 @@ from resources.lib.globals import g\ndef delete_cache_folder():\n# Delete cache folder in the add-on userdata (no more needed with the new cache man... | Python | MIT License | castagnait/plugin.video.netflix | Avoid delete cache folder if no more exists |
106,046 | 06.04.2020 20:17:05 | -7,200 | e863d92a9b5a57354234cec17d6ee0b886be1555 | Fixed wrong error check for profile avatar | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -109,8 +109,7 @@ def extract_session_data(content, validate=False):\ndef parse_profiles(profiles_list_data):\n\"\"\"Parse profile information from Netflix response\"\"\"\ntr... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong error check for profile avatar |
106,046 | 07.04.2020 09:13:08 | -7,200 | 380022f1930cb0ef2bc738bea38a62857547b65f | Better error case check for save lolomo data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/api_requests.py",
"new_path": "resources/lib/api/api_requests.py",
"diff": "@@ -63,18 +63,20 @@ def activate_profile(profile_guid):\ndef save_current_lolomo_data():\n\"\"\"Save the current lolomo data of the current selected profile\"\"\"\n# ... | Python | MIT License | castagnait/plugin.video.netflix | Better error case check for save lolomo data |
106,046 | 07.04.2020 10:01:30 | -7,200 | b6b2b816cc0ef7c377f0dddadc9cffe52bbd75e3 | Moved kodi version to globals | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -240,27 +240,27 @@ class GetKodiVersion(object):\n# Examples of some types of supported strings:\n# 10.1 Git:Unknown PRE-11.0 Git:Unknown 11.0-BETA1 Git:20111222-22ad8... | Python | MIT License | castagnait/plugin.video.netflix | Moved kodi version to globals |
106,046 | 07.04.2020 10:32:03 | -7,200 | 5665002f3444a7ecadabcdb178e4e6f4a1c52ed1 | Catch unexpected errors in the events monitor | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -105,6 +105,11 @@ class EventsHandler(threading.Thread):\nself.banned_events_ids += [event.get_event_id()]\nexcept queue.Empty:\npass\n+ exce... | Python | MIT License | castagnait/plugin.video.netflix | Catch unexpected errors in the events monitor |
106,046 | 07.04.2020 10:36:06 | -7,200 | 69dc37bb752fc15ae317c1d88327640a6637f920 | Allow request lolomo update only after one minute or seek | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -130,6 +130,7 @@ class EventsHandler(threading.Thread):\ncommon.error('EVENT [{}] - The request has failed: {}', event, exc)\nif event.event_... | Python | MIT License | castagnait/plugin.video.netflix | Allow request lolomo update only after one minute or seek |
106,046 | 07.04.2020 14:16:56 | -7,200 | 5eb1d280b4124a4ac1759b756ed8341f803fef42 | Run EventsHandler thread only when ProgressManager is enabled | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -38,6 +38,7 @@ class Signals(object): # pylint: disable=no-init\nQUEUE_VIDEO_EVENT = 'queue_video_event'\nCLEAR_USER_ID_TOKENS = 'clean_user_id_tokens'\nREINITIALIZE_MSL_HANDL... | Python | MIT License | castagnait/plugin.video.netflix | Run EventsHandler thread only when ProgressManager is enabled |
106,046 | 09.04.2020 11:42:21 | -7,200 | 9528b6da34ebe455299005c1245a0609740ccdb8 | Fixed possible cases of controller breakage | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/controller.py",
"new_path": "resources/lib/services/playback/controller.py",
"diff": "@@ -16,6 +16,7 @@ import xbmc\nimport resources.lib.common as common\nfrom resources.lib.globals import g\n+from resources.lib.kodi import ui\... | Python | MIT License | castagnait/plugin.video.netflix | Fixed possible cases of controller breakage |
106,046 | 09.04.2020 11:33:11 | -7,200 | 0533c4962b1a44e7cb5fdd0a6846ac209c7fca71 | Enable tracking of notifications only when managers are initalizated | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/controller.py",
"new_path": "resources/lib/services/playback/controller.py",
"diff": "@@ -45,7 +45,6 @@ class PlaybackController(xbmc.Monitor):\n\"\"\"\nCallback for addon signal when this addon has initiated a playback\n\"\"\"\... | Python | MIT License | castagnait/plugin.video.netflix | Enable tracking of notifications only when managers are initalizated |
106,046 | 09.04.2020 13:07:27 | -7,200 | dad572f4afe2488d49ab29ede73ae8bcc72b4fee | Changed get_video_raw_data to handle multiple videoid | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/api_requests.py",
"new_path": "resources/lib/api/api_requests.py",
"diff": "@@ -153,16 +153,16 @@ def update_videoid_bookmark(video_id):\n@common.time_execution(immediate=False)\n-@cache_utils.cache_output(cache_utils.CACHE_COMMON, identify_a... | Python | MIT License | castagnait/plugin.video.netflix | Changed get_video_raw_data to handle multiple videoid |
106,046 | 10.04.2020 09:43:58 | -7,200 | a1f7897b402a2ebc9648ef6bb9f9be002be79334 | Reworked up next integration | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -100,19 +100,6 @@ def _get_art(videoid, item, profile_language_code):\nreturn art\n-@common.time_execution(immediate=False)\n-def get_info_for_playback(videoid, skip... | Python | MIT License | castagnait/plugin.video.netflix | Reworked up next integration |
106,046 | 10.04.2020 08:52:08 | -7,200 | 1cb5170c4162795ca596521442c85af0d4a3d490 | Added missing repr | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/playback/progress_manager.py",
"new_path": "resources/lib/services/playback/progress_manager.py",
"diff": "@@ -126,3 +126,6 @@ class ProgressManager(PlaybackActionManager):\n'event_data': event_data,\n'player_state': player_state\n}, non... | Python | MIT License | castagnait/plugin.video.netflix | Added missing repr |
106,046 | 10.04.2020 13:21:30 | -7,200 | 4abc15f6933880ab8fb8ba0b97f24d4932f444f1 | Handle possible errors in deserializing | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cache_utils.py",
"new_path": "resources/lib/common/cache_utils.py",
"diff": "@@ -11,6 +11,7 @@ from __future__ import absolute_import, division, unicode_literals\nfrom functools import wraps\n+import resources.lib.common as common\nfrom re... | Python | MIT License | castagnait/plugin.video.netflix | Handle possible errors in deserializing |
106,046 | 11.04.2020 08:57:43 | -7,200 | ba5504376f04b3ab60a8bf4f39b6ff54f8fb481c | Add missing ImportError | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/data_conversion.py",
"new_path": "resources/lib/common/data_conversion.py",
"diff": "@@ -82,7 +82,7 @@ def _conv_string_to_json(value):\ndef _conv_string_to_datetime(value):\ntry:\nreturn datetime.datetime.strptime(value, '%Y-%m-%d %H:%M:%... | Python | MIT License | castagnait/plugin.video.netflix | Add missing ImportError |
106,046 | 11.04.2020 10:34:21 | -7,200 | 1019065f448d569bd458f9bf89946cfd6d93dd46 | Guarantee a minimum ttl for manifest | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -125,6 +125,12 @@ class MSLHandler(object):\ntry:\n# The manifest must be requested once and maintained for its entire duration\nmanifest = g.CACHE... | Python | MIT License | castagnait/plugin.video.netflix | Guarantee a minimum ttl for manifest |
106,046 | 11.04.2020 11:37:57 | -7,200 | e72b823f0f4fe01f291c80b19c39ba7aaccf90de | Add support to Python 3.8 to CI | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -16,9 +16,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- # FIXME: E1101: Module 'time' has no 'clock' member on Python 3.8\n- #python-version: [2.7, 3.5, 3.6, 3.7, 3.8]\n- pyth... | Python | MIT License | castagnait/plugin.video.netflix | Add support to Python 3.8 to CI |
106,046 | 11.04.2020 12:20:50 | -7,200 | c95ffe52055997d1862fbb623efff1c07b473e51 | Fix time.clock function deprecated on Python 3.8 | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/logging.py",
"new_path": "resources/lib/common/logging.py",
"diff": "See LICENSES/MIT.md for more information.\n\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-from functools import wraps\n-from time import clo... | Python | MIT License | castagnait/plugin.video.netflix | Fix time.clock function deprecated on Python 3.8
Co-authored-by: Mykola Dvornik <mykola.dvornik@gmail.com> |
106,046 | 11.04.2020 15:34:12 | -7,200 | 0d17396faadebe73dab22cc8f4a030586e1b00f5 | Fixed ProfilesMissing error when addon installed from scratch | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/cache/cache_management.py",
"new_path": "resources/lib/services/cache/cache_management.py",
"diff": "@@ -18,7 +18,7 @@ from time import time\nfrom resources.lib import common\nfrom resources.lib.api.exceptions import UnknownCacheBucketEr... | Python | MIT License | castagnait/plugin.video.netflix | Fixed ProfilesMissing error when addon installed from scratch |
106,046 | 11.04.2020 18:47:43 | -7,200 | 2c10c6413e56e2435b813f937c8a118bd995f88d | Temporary disabled parental control
needs to be rewritten due to netflix changes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/actions.py",
"new_path": "resources/lib/navigation/actions.py",
"diff": "@@ -14,7 +14,6 @@ import xbmc\nimport resources.lib.api.api_requests as api\nimport resources.lib.common as common\nimport resources.lib.kodi.ui as ui\n-from reso... | Python | MIT License | castagnait/plugin.video.netflix | Temporary disabled parental control
needs to be rewritten due to netflix changes |
106,046 | 11.04.2020 18:33:19 | -7,200 | 9569f8c4e4e484d78fe188a0584ca31f2cd40b76 | Avoid run upgrade changes after a rollback | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_controller.py",
"new_path": "resources/lib/upgrade_controller.py",
"diff": "@@ -20,16 +20,18 @@ def check_addon_upgrade():\n:return True if this is the first run of the add-on after an installation from scratch\n\"\"\"\n+ from resources.l... | Python | MIT License | castagnait/plugin.video.netflix | Avoid run upgrade changes after a rollback |
106,046 | 11.04.2020 18:35:34 | -7,200 | bd3ef45fe79caa767b84037a7080aaef2fe7e8c2 | Implemented disable option to library auto-update mode
Allow to disable all functionality with the Kodi library, including menus | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/context_menu.py",
"new_path": "resources/lib/kodi/context_menu.py",
"diff": "@@ -31,7 +31,9 @@ def generate_context_menu_items(videoid, is_in_mylist, perpetual_range_start=Non\nif videoid.mediatype not in [common.VideoId.SUPPLEMENTAL, common... | Python | MIT License | castagnait/plugin.video.netflix | Implemented disable option to library auto-update mode
Allow to disable all functionality with the Kodi library, including menus |
106,046 | 11.04.2020 19:56:28 | -7,200 | 9bba8ed829a8744ba9faa09e9d9542f04926c288 | Use a common description for color settings | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.de_de/strings.po",
"new_path": "resources/language/resource.language.de_de/strings.po",
"diff": "@@ -845,7 +845,7 @@ msgid \"Force the update of my list\"\nmsgstr \"Aktualisierung meiner Liste erzwingen\"\nmsgctxt \"#30215\... | Python | MIT License | castagnait/plugin.video.netflix | Use a common description for color settings |
106,046 | 12.04.2020 09:42:12 | -7,200 | 40eaddc1b3e4f677e36deab5e0ef1a29edc39d8c | Use common selective imports | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_actions.py",
"new_path": "resources/lib/upgrade_actions.py",
"diff": "@@ -14,7 +14,8 @@ import os\nimport xbmc\nimport xbmcvfs\n-from resources.lib.common import delete_folder_contents, debug, error\n+from resources.lib.common.fileops imp... | Python | MIT License | castagnait/plugin.video.netflix | Use common selective imports |
106,046 | 12.04.2020 14:14:28 | -7,200 | 81de221a4781cd1fa5842228f4ed266843371369 | Removed unmaintained Swedish-Sweden translation | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<screenshot>resources/media/screenshot-04.jpg</screenshot>\n<screenshot>resources/media/screenshot-05.jpg</screenshot>\n</assets>\n- <language>en cs de es hr hu it ja ko nl pl pt sv tr</language>\n+ <language>en cs... | Python | MIT License | castagnait/plugin.video.netflix | Removed unmaintained Swedish-Sweden translation |
106,046 | 13.04.2020 10:23:20 | -7,200 | 69db617466d93b423e24920bf809511b01175ac7 | Handle possible MySQL errors on initialization | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/database/db_base_mysql.py",
"new_path": "resources/lib/database/db_base_mysql.py",
"diff": "@@ -83,7 +83,10 @@ class MySQLDatabase(db_base.BaseDatabase):\nreturn\nexcept mysql.connector.Error as e:\ncommon.error('MySql error {}:', e)\n- raise MyS... | Python | MIT License | castagnait/plugin.video.netflix | Handle possible MySQL errors on initialization |
106,046 | 14.04.2020 16:01:49 | -7,200 | f7a82d008293fd987684b5411235f5ac423ac11d | Improved skip button
now the button adapts in width to the text, there should no longer be cases of scrolling text
other little refinements | [
{
"change_type": "MODIFY",
"old_path": "resources/skins/default/1080i/plugin-video-netflix-Skip.xml",
"new_path": "resources/skins/default/1080i/plugin-video-netflix-Skip.xml",
"diff": "<defaultcontrol always=\"true\">6012</defaultcontrol>\n<zorder>0</zorder>\n<controls>\n- <control type=\"group\">\... | Python | MIT License | castagnait/plugin.video.netflix | Improved skip button
now the button adapts in width to the text, there should no longer be cases of scrolling text
other little refinements |
106,046 | 15.04.2020 09:35:08 | -7,200 | 8a62c3223e480a6d2681abf923728f7011a19dc6 | Remove codename suffix from versions | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/globals.py",
"new_path": "resources/lib/globals.py",
"diff": "@@ -206,7 +206,8 @@ class GlobalVariables(object):\nself.ADDON = xbmcaddon.Addon()\nself.ADDON_ID = self.py2_decode(self.ADDON.getAddonInfo('id'))\nself.PLUGIN = self.py2_decode(self.A... | Python | MIT License | castagnait/plugin.video.netflix | Remove codename suffix from versions |
106,046 | 15.04.2020 09:39:44 | -7,200 | 290695ce2eb07173d5c71db5f119ce24697530e1 | Set a good variable name | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/misc_utils.py",
"new_path": "resources/lib/common/misc_utils.py",
"diff": "@@ -194,9 +194,8 @@ def convert_seconds_to_hms_str(time):\ndef remove_html_tags(raw_html):\nimport re\n- h = re.compile('<.*?>')\n- text = re.sub(h, '', raw_html)\n... | Python | MIT License | castagnait/plugin.video.netflix | Set a good variable name |
106,046 | 16.04.2020 11:54:39 | -7,200 | 60b2ba7edb7490fede77b8c647d77f80bed6e454 | Fixed wrong property and other changes
my bad missread kodi instructions for font | [
{
"change_type": "MODIFY",
"old_path": "resources/skins/default/1080i/plugin-video-netflix-Skip.xml",
"new_path": "resources/skins/default/1080i/plugin-video-netflix-Skip.xml",
"diff": "<orientation>horizontal</orientation>\n<right>30</right>\n<bottom>30</bottom>\n- <height>80</height>\n+ <height>60... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong property and other changes
my bad missread kodi instructions for font |
106,046 | 16.04.2020 11:59:28 | -7,200 | 174a4669c1b5a415a080ca614c65f65412a1113a | Handle cases of error in servers initialization of service
Before was cause of possible break of service
and the user had no way of knowing what was going on | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -403,7 +403,7 @@ msgid \"Netflix returned the following error:\"\nmsgstr \"\"\nmsgctxt \"#30103\"\n-msgid \"Error details h... | Python | MIT License | castagnait/plugin.video.netflix | Handle cases of error in servers initialization of service
Before was cause of possible break of service
and the user had no way of knowing what was going on |
106,046 | 16.04.2020 13:18:31 | -7,200 | 9d0107de2411f8eac9b0c8797dc2ce0a39a463e8 | Implemented profile lock | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -48,7 +48,9 @@ msgctxt \"#30005\"\nmsgid \"E-mail\"\nmsgstr \"\"\n-# Unused 30006\n+msgctxt \"#30006\"\n+msgid \"Enter PIN ... | Python | MIT License | castagnait/plugin.video.netflix | Implemented profile lock |
106,046 | 16.04.2020 13:48:11 | -7,200 | ac6be44981c7cc2f964fb0ed94a63f75ca57d713 | Updated ids after | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -405,7 +405,7 @@ msgid \"Netflix returned the following error:\"\nmsgstr \"\"\nmsgctxt \"#30103\"\n-msgid \"Error details h... | Python | MIT License | castagnait/plugin.video.netflix | Updated ids after 174a466 |
106,046 | 16.04.2020 14:31:20 | -7,200 | 843f8ec7ad9a985d0f9c3539783b25babb845e42 | Fixed codeclimate deeply nested flow | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library_tasks.py",
"new_path": "resources/lib/kodi/library_tasks.py",
"diff": "@@ -183,18 +183,20 @@ def _create_new_episodes_tasks(videoid, metadata, nfo_settings=None):\nif metadata and 'seasons' in metadata[0]:\nfor season in metadata[0][... | Python | MIT License | castagnait/plugin.video.netflix | Fixed codeclimate deeply nested flow |
106,046 | 16.04.2020 15:04:20 | -7,200 | 28e1b20e7aed6f6d385646f423dde27910b10874 | Changed line limit threshold per file | [
{
"change_type": "MODIFY",
"old_path": ".codeclimate.yml",
"new_path": ".codeclimate.yml",
"diff": "@@ -7,6 +7,11 @@ plugins:\nmarkdownlint:\nenabled: true\nchecks:\n+ file-lines:\n+ # There is no a real limit imposed, PyLint set it to 1000 lines and raccommanding a refactoring\n+ # A good developme... | Python | MIT License | castagnait/plugin.video.netflix | Changed line limit threshold per file |
106,046 | 16.04.2020 15:40:50 | -7,200 | a82d811f7ae1ef59586c9984721e9d50b36b8fac | Add profile lock check to profile autoselection | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/directory.py",
"new_path": "resources/lib/navigation/directory.py",
"diff": "@@ -73,7 +73,7 @@ class DirectoryBuilder(object):\ng.settings_monitor_suspend(False)\nelse:\ncommon.info('Performing auto-selection of profile {}', autoselect... | Python | MIT License | castagnait/plugin.video.netflix | Add profile lock check to profile autoselection |
106,046 | 20.04.2020 12:46:34 | -7,200 | 30012824474429e76539677a4b71575140112f8b | Implemented numeric mask input | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/dialogs.py",
"new_path": "resources/lib/kodi/ui/dialogs.py",
"diff": "@@ -69,6 +69,8 @@ def ask_for_pin(message):\nargs = {'heading': message,\n'type': 0,\n'defaultt': ''}\n+ if not g.KODI_VERSION.is_major_ver('18'): # Kodi => 19.x suppor... | Python | MIT License | castagnait/plugin.video.netflix | Implemented numeric mask input (#570) |
106,046 | 20.04.2020 12:48:42 | -7,200 | 97f1ef51cd08bc8593a030558f939349a7cc3670 | Updated metadata request | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/api_requests.py",
"new_path": "resources/lib/api/api_requests.py",
"diff": "@@ -296,6 +296,7 @@ def _metadata(video_id):\n\"\"\"Retrieve additional metadata for a video.This is a separate method from\nmetadata(videoid) to work around caching ... | Python | MIT License | castagnait/plugin.video.netflix | Updated metadata request |
106,046 | 20.04.2020 12:50:13 | -7,200 | b6126dff294398c3125e3a86bd1c4f6dda23fd78 | Do not broken service in case of InvalidMembershipStatusAnonymous | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_access.py",
"new_path": "resources/lib/services/nfsession/nfsession_access.py",
"diff": "@@ -24,7 +24,7 @@ from resources.lib.services.nfsession.nfsession_requests import NFSessionRequest\nfrom resources.lib.services.... | Python | MIT License | castagnait/plugin.video.netflix | Do not broken service in case of InvalidMembershipStatusAnonymous |
106,046 | 20.04.2020 12:51:25 | -7,200 | f3129f66fc90468d13c736a288b876b9f57cb080 | Open directly login page instead redirect | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_access.py",
"new_path": "resources/lib/services/nfsession/nfsession_access.py",
"diff": "@@ -95,7 +95,7 @@ class NFSessionAccess(NFSessionRequests, NFSessionCookie):\ncurrent_esn = g.get_esn()\ntry:\n# First we get th... | Python | MIT License | castagnait/plugin.video.netflix | Open directly login page instead redirect |
106,046 | 20.04.2020 13:18:15 | -7,200 | bf28ec77d60dda050fe14704ef09f28d24187e92 | Endpoints more configurable | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -80,6 +80,7 @@ def extract_session_data(content, validate=False):\nif user_data.get('membershipStatus') == 'ANONYMOUS':\n# Possible known causes:\n# -Login password has been... | Python | MIT License | castagnait/plugin.video.netflix | Endpoints more configurable |
106,046 | 20.04.2020 13:20:31 | -7,200 | b529755a6516354759f6e388b9a1c2257116f96c | Avoid double get on dict and use more appropriated names | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_endpoints.py",
"new_path": "resources/lib/services/nfsession/nfsession_endpoints.py",
"diff": "@@ -30,9 +30,9 @@ BASE_URL = 'https://www.netflix.com'\n# content_type:\n# If required add the Content-Type property to re... | Python | MIT License | castagnait/plugin.video.netflix | Avoid double get on dict and use more appropriated names |
106,046 | 21.04.2020 11:04:25 | -7,200 | 3408398275f715641dd74f5198d0bb10a45c486e | Refresh session again from browse endpoint
rarely happens AuthUrl error on service start
when startup_requests_module is performed on nfsession_access
i find difficult to understand the real cause of this problem | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_requests.py",
"new_path": "resources/lib/services/nfsession/nfsession_requests.py",
"diff": "@@ -88,7 +88,7 @@ class NFSessionRequests(NFSessionBase):\n\"\"\"Refresh session_data from the Netflix website\"\"\"\n# pyli... | Python | MIT License | castagnait/plugin.video.netflix | Refresh session again from browse endpoint
rarely happens AuthUrl error on service start
when startup_requests_module is performed on nfsession_access
i find difficult to understand the real cause of this problem |
106,046 | 21.04.2020 11:12:08 | -7,200 | 88711ce44d2dd25ac4b4dcd4f8b9ac0008eb72c5 | Integrated is_less_version | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -14,6 +14,7 @@ import json\nimport xbmc\nfrom resources.lib.globals import g\n+from .misc_utils import is_less_version\nfrom .logging import debug\n@@ -262,5 +263,8 @@... | Python | MIT License | castagnait/plugin.video.netflix | Integrated is_less_version |
106,046 | 21.04.2020 11:13:39 | -7,200 | 176cd59b186cd28c5da94f9546ddd5695a3a797b | Add unofficial support to Portughese-Brasil lang code | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -194,10 +194,15 @@ def convert_language_iso(from_value, use_fallback=True):\ndef fix_locale_languages(data_list):\n\"\"\"Replace locale code, Kodi does not understand ... | Python | MIT License | castagnait/plugin.video.netflix | Add unofficial support to Portughese-Brasil lang code |
106,046 | 21.04.2020 14:34:46 | -7,200 | 3c71e90e4d27fc6393cf94fb2ded90ad1bee94f4 | Updated license msl requests params | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -222,7 +222,7 @@ class MSLHandler(object):\ntimestamp = int(time.time() * 10000)\nxid = str(timestamp + 1610)\nparams = [{\n- 'sessionId': sid,\n+ ... | Python | MIT License | castagnait/plugin.video.netflix | Updated license msl requests params |
106,046 | 21.04.2020 16:54:07 | -7,200 | 736cb74ab5b942faaf9b023b603ef7d74b6b477d | Regex improved | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/kodiops.py",
"new_path": "resources/lib/common/kodiops.py",
"diff": "@@ -250,17 +250,17 @@ class GetKodiVersion(object):\nimport re\nself.build_version = xbmc.getInfoLabel('System.BuildVersion')\n# Parse the version number\n- result = re.s... | Python | MIT License | castagnait/plugin.video.netflix | Regex improved |
106,046 | 22.04.2020 18:36:51 | -7,200 | 4a576f3738940b290aa3144e4a5f928c78233514 | Version bump (1.2.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.1.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (1.2.0) |
106,046 | 23.04.2020 08:34:00 | -7,200 | 6e2f9f32dad31eaa8611449326866aed644dac80 | Intercept missing library on linux | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/run_service.py",
"new_path": "resources/lib/run_service.py",
"diff": "@@ -30,12 +30,27 @@ class NetflixService(object):\n\"\"\"\nNetflix addon service\n\"\"\"\n+ SERVERS = []\n+ HOST_ADDRESS = '127.0.0.1'\n+\n+ def __init__(self):\n+ self.window_... | Python | MIT License | castagnait/plugin.video.netflix | Intercept missing library on linux |
106,046 | 23.04.2020 09:23:01 | -7,200 | 565269bda7f2fc6a8cf581787fdad41c4e26b90d | Catch possible error on rollback | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_controller.py",
"new_path": "resources/lib/upgrade_controller.py",
"diff": "@@ -73,8 +73,12 @@ def _perform_service_changes(previous_ver, current_ver):\nfrom resources.lib.upgrade_actions import delete_cache_folder\ndelete_cache_folder()\... | Python | MIT License | castagnait/plugin.video.netflix | Catch possible error on rollback |
106,046 | 23.04.2020 10:47:14 | -7,200 | 8c91af2ac5c96bc3cec60c5ac88e337156e6958b | Update README.md
New daily builds link | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -44,7 +44,7 @@ Install add-on via repository - provide automatic installation of updates:\n* [CastagnaIT Repository for KODI 19.x MATRIX - repository.castagnait-1.0.0.zip](https://github.com/castagnait/repositor... | Python | MIT License | castagnait/plugin.video.netflix | Update README.md
New daily builds link |
106,046 | 25.04.2020 16:16:29 | -7,200 | c347b6187a26fbfc187fefd1e79b5716d56269a2 | Added accept prop to endpoints config | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_endpoints.py",
"new_path": "resources/lib/services/nfsession/nfsession_endpoints.py",
"diff": "@@ -30,6 +30,9 @@ BASE_URL = 'https://www.netflix.com'\n# content_type:\n# If required add the Content-Type property to re... | Python | MIT License | castagnait/plugin.video.netflix | Added accept prop to endpoints config |
106,046 | 26.04.2020 10:50:02 | -7,200 | 13a9bb2b8935cdc85e70ec72a0654869249f149b | Fixed double profile switch with autoselection
this also fix:
case of ProfileMissing, when a profile is deleted and autoselection try
to login with it
case of ProfileMissing, when open the addon and the profile set as active no more exists
avoid performing switch profile when return to main menu from sub-menus | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "from __future__ import absolute_import, division, unicode_literals\nimport json\n-from re import compile as recompile, DOTALL, sub, findall\nfrom collections import OrderedDict... | Python | MIT License | castagnait/plugin.video.netflix | Fixed double profile switch with autoselection
this also fix:
-case of ProfileMissing, when a profile is deleted and autoselection try
to login with it
-case of ProfileMissing, when open the addon and the profile set as active no more exists
-avoid performing switch profile when return to main menu from sub-menus |
106,046 | 29.04.2020 21:14:04 | -7,200 | 7a1e432508700a0ce4d49658e9ff5eee3a3583d6 | Add some falcor json graph helper functions | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -234,3 +234,53 @@ def _remove_nesting(ref):\nreturn (ref['reference']\nif isinstance(ref, dict) and 'reference' in ref\nelse ref)\n+\n+\n+def jgraph_get(key, data, full_data=Non... | Python | MIT License | castagnait/plugin.video.netflix | Add some falcor json graph helper functions |
106,046 | 29.04.2020 21:20:34 | -7,200 | 3e57219677fad5e3127c46843771978b1ff8bb20 | Add profilegate endpoint
to now only for take note | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession_endpoints.py",
"new_path": "resources/lib/services/nfsession/nfsession_endpoints.py",
"diff": "@@ -62,6 +62,13 @@ ENDPOINTS = {\n'use_default_params': False,\n'add_auth_url': None,\n'accept': '*/*'},\n+ 'profiles_gate... | Python | MIT License | castagnait/plugin.video.netflix | Add profilegate endpoint
to now only for take note |
106,046 | 29.04.2020 21:23:35 | -7,200 | ac0a34dc48db3802b47e24ba0d6b9f80a82d4dc6 | Add json graph optional param | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -184,18 +184,19 @@ class NetflixSession(NFSessionAccess, DirectoryBuilder):\n@common.time_execution(immediate=True)\n@needs_login\n- def _p... | Python | MIT License | castagnait/plugin.video.netflix | Add json graph optional param |
106,046 | 30.04.2020 10:55:49 | -7,200 | c867bdf79957e505191863ec554f20282e485e45 | Reviewed first access and profile switch
this is an attempt to reproduce more accurately the access and the profile switch,
in order to be able to find a solution to the http 401 error problem,
the situation has improved but in some cases the error still persist | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/api_requests.py",
"new_path": "resources/lib/api/api_requests.py",
"diff": "@@ -53,36 +53,6 @@ def login(ask_credentials=True):\nraise\n-def activate_profile(profile_guid):\n- \"\"\"Activate the profile with the given GUID\"\"\"\n- common.mak... | Python | MIT License | castagnait/plugin.video.netflix | Reviewed first access and profile switch
this is an attempt to reproduce more accurately the access and the profile switch,
in order to be able to find a solution to the http 401 error problem,
the situation has improved but in some cases the error still persist |
106,046 | 30.04.2020 09:00:50 | -7,200 | ba205e0493737a4c4dc9aeca13723eac8cffaf8f | Fixed unrelated pylint | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cache_utils.py",
"new_path": "resources/lib/common/cache_utils.py",
"diff": "@@ -63,7 +63,6 @@ def cache_output(bucket, fixed_identifier=None,\nttl=None,\nignore_self_class=False):\n\"\"\"Decorator that ensures caching the output of a func... | Python | MIT License | castagnait/plugin.video.netflix | Fixed unrelated pylint |
106,046 | 30.04.2020 17:23:00 | -7,200 | 1f28665d70104b92038b746679cd78fba66acb4e | On Kodi 19 makeLegalFilename is moved to xbmcvfs module | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library.py",
"new_path": "resources/lib/kodi/library.py",
"diff": "@@ -23,6 +23,11 @@ from resources.lib.kodi.library_items import (export_item, remove_item, export_n\nItemNotFound, FOLDER_MOVIES, FOLDER_TV, library_path)\nfrom resources.lib... | Python | MIT License | castagnait/plugin.video.netflix | On Kodi 19 makeLegalFilename is moved to xbmcvfs module |
106,046 | 30.04.2020 17:40:47 | -7,200 | 1e6d59018e8f5460661fbe59bf3749c9ff57ccfd | Fixed first param as list | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/actions.py",
"new_path": "resources/lib/navigation/actions.py",
"diff": "@@ -138,7 +138,7 @@ class AddonActionExecutor(object):\ndef force_update_mylist(self, pathitems=None): # pylint: disable=unused-argument\n\"\"\"Clear the cache of... | Python | MIT License | castagnait/plugin.video.netflix | Fixed first param as list |
106,046 | 01.05.2020 09:52:35 | -7,200 | 1d23047d8d14f813a9d994f69cac9323107df1a4 | Changed service address with 127.0.0.1 see note | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/ipc.py",
"new_path": "resources/lib/common/ipc.py",
"diff": "@@ -97,7 +97,7 @@ def make_http_call(callname, data):\nfrom urllib2 import build_opener, install_opener, ProxyHandler, HTTPError, URLError, urlopen\nimport json\ndebug('Handling ... | Python | MIT License | castagnait/plugin.video.netflix | Changed service address with 127.0.0.1 see note |
106,046 | 01.05.2020 10:04:38 | -7,200 | f4bf4140897fb5ffcba79105a1dde65ff3b74fc8 | Minor event data update | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -235,7 +235,7 @@ class EventsHandler(threading.Thread):\n'isUIAutoPlay': False, # Should be set equal to the manifest request\n'supportsPreRe... | Python | MIT License | castagnait/plugin.video.netflix | Minor event data update |
106,046 | 01.05.2020 15:48:11 | -7,200 | 8dab286d6cdfe66bc61be10f1b29b91749153c9f | Fixed h265 video mediaflag | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -26,10 +26,13 @@ try: # Python 2\nexcept NameError: # Python 3\nunicode = str # pylint: disable=redefined-builtin\n+# For each videos Netflix provides multiple codec... | Python | MIT License | castagnait/plugin.video.netflix | Fixed h265 video mediaflag |
106,046 | 01.05.2020 09:28:16 | -7,200 | 35beb04786071add7d11f3bd2619e98f851ad29b | Fixed get_video_raw_data path request
cause of KeyError: u'videos' error when play videos | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/api_requests.py",
"new_path": "resources/lib/api/api_requests.py",
"diff": "@@ -125,12 +125,12 @@ def update_videoid_bookmark(video_id):\n@common.time_execution(immediate=False)\ndef get_video_raw_data(videoids, custom_partial_path=None): # D... | Python | MIT License | castagnait/plugin.video.netflix | Fixed get_video_raw_data path request
cause of KeyError: u'videos' error when play videos |
106,046 | 02.05.2020 11:47:41 | -7,200 | 4eb489638a372bbfd21f865988c1c71cc6ba00fe | Init lenght more precise | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/converter.py",
"new_path": "resources/lib/services/msl/converter.py",
"diff": "@@ -23,9 +23,9 @@ def convert_to_dash(manifest):\nhas_drm_streams = manifest['hasDrmStreams']\nprotection_info = _get_protection_info(manifest) if has_drm... | Python | MIT License | castagnait/plugin.video.netflix | Init lenght more precise |
106,046 | 02.05.2020 12:01:56 | -7,200 | e6346cd733cb95933822770bb6edbd360b28b788 | Fixed conversion of protection data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/converter.py",
"new_path": "resources/lib/services/msl/converter.py",
"diff": "@@ -20,9 +20,6 @@ def convert_to_dash(manifest):\nfrom xbmcaddon import Addon\nisa_version = g.remove_ver_suffix(g.py2_decode(Addon('inputstream.adaptive'... | Python | MIT License | castagnait/plugin.video.netflix | Fixed conversion of protection data |
106,046 | 02.05.2020 16:11:29 | -7,200 | fdbb9d65e672fcc0574595c22707b83388af7337 | Catch error 401 more deeply
the http 401 error seem apparently more complex | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/exceptions.py",
"new_path": "resources/lib/api/exceptions.py",
"diff": "@@ -83,3 +83,7 @@ class CacheMiss(Exception):\nclass UnknownCacheBucketError(Exception):\n\"\"\"The requested cache bucket does not exist\"\"\"\n+\n+\n+class HttpError401... | Python | MIT License | castagnait/plugin.video.netflix | Catch error 401 more deeply
the http 401 error seem apparently more complex |
106,046 | 03.05.2020 16:27:54 | -7,200 | ffa1fa160d2a09a897ae293597fd2c39c6180802 | Fixed send signal to upnext
sending a signal to upnext addon with empty data will cause upnext to crash
this will be handled in the future upnext addon versions | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -89,7 +89,7 @@ def play(videoid):\nvideoid_next_episode = None\nif not is_played_from_addon or is_upnext_enabled:\n- if is_upnext_enabled:\n+ if is_upnext_enable... | Python | MIT License | castagnait/plugin.video.netflix | Fixed send signal to upnext
sending a signal to upnext addon with empty data will cause upnext to crash
this will be handled in the future upnext addon versions |
106,046 | 04.05.2020 18:34:11 | -7,200 | ae8e17aea7478ba24c7281c10e4fe6b83cfebd69 | Add CDN selection setting | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -951,3 +951,7 @@ msgstr \"\"\nmsgctxt \"#30240\"\nmsgid \"The background services cannot be started due to this problem:\\r... | Python | MIT License | castagnait/plugin.video.netflix | Add CDN selection setting |
106,046 | 04.05.2020 20:38:47 | -7,200 | cc5916044e132b4bcc9129f5dd6a32393c71b6dd | Catch InputStreamHelper errors avoids confusing users
most of the time they think the problem is in this add-on | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/exceptions.py",
"new_path": "resources/lib/api/exceptions.py",
"diff": "@@ -87,3 +87,7 @@ class UnknownCacheBucketError(Exception):\nclass HttpError401(Exception):\n\"\"\"The request has returned http error 401 unauthorized for url ...\"\"\"\... | Python | MIT License | castagnait/plugin.video.netflix | Catch InputStreamHelper errors avoids confusing users
most of the time they think the problem is in this add-on |
106,047 | 04.05.2020 19:59:31 | 14,400 | 370e347cd95586c4e1b3c29ad8564064e6ec215f | fix wrong timestamps in viewing activity | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/events_handler.py",
"new_path": "resources/lib/services/msl/events_handler.py",
"diff": "@@ -200,7 +200,7 @@ class EventsHandler(threading.Thread):\n# Get previous elaborated data of the same video id\n# Some tags must remain unchang... | Python | MIT License | castagnait/plugin.video.netflix | fix wrong timestamps in viewing activity |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.