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,047
04.05.2020 20:32:56
14,400
257485964b7f68ae1c55b559d840316bee4ab105
remove fractional seconds sent in logblobs
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_utils.py", "new_path": "resources/lib/services/msl/msl_utils.py", "diff": "@@ -199,7 +199,7 @@ def generate_logblobs_params():\n# 'jssid': '15822792997793', # Same value of appId\n# 'jsoffms': 1261,\n'clienttime': timestamp,\n- '...
Python
MIT License
castagnait/plugin.video.netflix
remove fractional seconds sent in logblobs
106,046
05.05.2020 09:01:36
-7,200
0e112ab67672c75f90e8d7dcdceaef4afbfdca88
Reorganized service playback modules
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -320,7 +320,7 @@ def set_watched_status(dict_item, video_data, common_data):\nvideo_data.get('creditsOffset', video_data['runtime']))\n# To avoid asking to the serve...
Python
MIT License
castagnait/plugin.video.netflix
Reorganized service playback modules
106,046
03.05.2020 20:35:25
-7,200
e51c2ed1af9e6998edc0f4b47b5b9b4186ee517a
Removed not needed imports
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/__init__.py", "new_path": "resources/lib/services/playback/__init__.py", "diff": "# -*- coding: utf-8 -*-\n-\"\"\"\n- Copyright (C) 2017 Sebastian Golasch (plugin.video.netflix)\n- Copyright (C) 2018 Caphm (original implementati...
Python
MIT License
castagnait/plugin.video.netflix
Removed not needed imports
106,046
04.05.2020 10:22:54
-7,200
e144959a9e8e6d5b1df9cad7cd9e87f403c72cdb
Set time limit for paused playback
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/am_playback.py", "new_path": "resources/lib/services/playback/am_playback.py", "diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import time\n+\nimport xbmc\nimport resources.lib.common as com...
Python
MIT License
castagnait/plugin.video.netflix
Set time limit for paused playback
106,046
05.05.2020 09:35:09
-7,200
c87ed30ffda7f448b02458fcb4802f7da8bf0097
Assign proper cdn id after
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/converter.py", "new_path": "resources/lib/services/msl/converter.py", "diff": "@@ -157,7 +157,7 @@ def _convert_video_downloadable(downloadable, adaptation_set, init_length, cdn_i\nrepresentation = ET.SubElement(\nadaptation_set, # P...
Python
MIT License
castagnait/plugin.video.netflix
Assign proper cdn id after ae8e17aea7478ba24c7281c10e4fe6b83cfebd69
106,046
05.05.2020 14:23:53
-7,200
11a4b12d98f9bb1e9e64e9e580171e3d8e657172
Try handle MSL error "Email or password is incorrect"
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -21,6 +21,7 @@ from resources.lib.database.db_utils import TABLE_SESSION\nfrom resources.lib.globals import g\nfrom .converter import convert_to_da...
Python
MIT License
castagnait/plugin.video.netflix
Try handle MSL error "Email or password is incorrect"
106,046
05.05.2020 14:27:19
-7,200
cbdca686b541a572572ed301d15d7a38409295e5
Fixed password validity check regression
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -19,7 +19,8 @@ from resources.lib.globals import g\nfrom resources.lib.services.directorybuilder.dir_builder import DirectoryBuilder\nfrom ...
Python
MIT License
castagnait/plugin.video.netflix
Fixed password validity check regression
106,046
05.05.2020 10:07:15
-7,200
75e39d5df3728941b9f9894010fb9a2cfceac3a3
Version bump (1.2.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.2.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.2.1)
106,046
06.05.2020 17:27:39
-7,200
664ce5981a6ca9c389a57f410ef9f89cd329c323
Avoid save msl data if token is the same
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/base_crypto.py", "new_path": "resources/lib/services/msl/base_crypto.py", "diff": "@@ -98,11 +98,14 @@ class MSLBaseCrypto(object):\ndef save_user_id_token(self, profile_guid, user_token_id):\n\"\"\"Save or update a user id token ass...
Python
MIT License
castagnait/plugin.video.netflix
Avoid save msl data if token is the same
106,046
06.05.2020 19:51:03
-7,200
18242cf88b61c3681889debc177f37138f376399
Kodi 19 now use 'inputstream' ref.
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -152,7 +152,7 @@ def get_inputstream_listitem(videoid):\nmanifest_path = MANIFEST_PATH_FORMAT.format(videoid=videoid.value)\nlist_item = xbmcgui.ListItem(path=se...
Python
MIT License
castagnait/plugin.video.netflix
Kodi 19 now use 'inputstream' ref. https://forum.kodi.tv/showthread.php?tid=353560&pid=2941249#pid2941249
106,046
07.05.2020 14:59:34
-7,200
6e03d5d8f939541465e12489d2cb37379f47f57a
Fixed dash content protection
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/converter.py", "new_path": "resources/lib/services/msl/converter.py", "diff": "@@ -88,18 +88,25 @@ def _get_protection_info(content):\ndef _add_protection_info(adaptation_set, pssh, keyid):\nif keyid:\n+ # Signaling presence of encry...
Python
MIT License
castagnait/plugin.video.netflix
Fixed dash content protection
106,046
07.05.2020 15:12:07
-7,200
411872c32e532311e32f8bcef19e8eef944fd63a
Version bump (1.2.2)
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"1.2.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.2.2)
105,993
09.05.2020 10:28:46
-7,200
0032c8d0122f908c55d9a60e73208c0e9c560a26
Fix an Ubuntu issue with the add-on check
[ { "change_type": "MODIFY", "old_path": ".github/workflows/addon-check.yml", "new_path": ".github/workflows/addon-check.yml", "diff": "@@ -22,7 +22,7 @@ jobs:\npython-version: 3.8\n- name: Install dependencies\nrun: |\n- sudo apt-get install libxml2-utils xmlstarlet\n+ sudo apt-get install xmlstarlet...
Python
MIT License
castagnait/plugin.video.netflix
Fix an Ubuntu issue with the add-on check
106,046
09.05.2020 15:29:35
-7,200
4e83ef40ea65494d2098f3ccc3c18a47dd0a87c2
Changed param name 'component' to 'endpoint'
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -145,7 +145,7 @@ def rate(videoid, rating):\nrating = min(10, max(0, rating)) / 2\ncommon.make_call(\n'post',\n- {'component': 'set_video_rating',\n+ {'endpoint': ...
Python
MIT License
castagnait/plugin.video.netflix
Changed param name 'component' to 'endpoint'
106,046
08.05.2020 20:48:53
-7,200
ac5610bd3ce8ff85d7865dd62991cd687547251b
Add option to append text to endpoint address
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession_requests.py", "new_path": "resources/lib/services/nfsession/nfsession_requests.py", "diff": "@@ -59,7 +59,7 @@ class NFSessionRequests(NFSessionBase):\nendpoint_conf = ENDPOINTS[endpoint]\nurl = (_api_url(endpoint_con...
Python
MIT License
castagnait/plugin.video.netflix
Add option to append text to endpoint address
106,046
09.05.2020 17:18:56
-7,200
78cf682f6bcd05d0d040b0b3a842b1708ce8cb0a
Implemented convert list of dict items to list of ListItems
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -17,7 +17,7 @@ import resources.lib.kodi.library as library\nimport resources.lib.kodi.ui as ui\nfrom resources.lib.database.db_utils import TABLE_MENU_DAT...
Python
MIT License
castagnait/plugin.video.netflix
Implemented convert list of dict items to list of ListItems
106,046
09.05.2020 17:11:23
-7,200
24bea33a323b4b8bc87b2e9aeb1f85b5c3021c88
Removed unnecessary double set label
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -70,11 +70,9 @@ def convert_list_to_dir_items(list_data):\ndef _convert_dict_to_listitem(dict_item):\n- list_item = xbmcgui.ListItem(label=dict...
Python
MIT License
castagnait/plugin.video.netflix
Removed unnecessary double set label
106,046
10.05.2020 18:04:08
-7,200
b6be181127a17493d936c60dab88ba1ce926df58
Allow return a value
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -208,8 +208,7 @@ def censure(value, length=3):\ndef run_threaded(non_blocking, target_func, *args, **kwargs):\n\"\"\"Call a function in a thread, when specified\...
Python
MIT License
castagnait/plugin.video.netflix
Allow return a value
106,046
10.05.2020 18:04:49
-7,200
aad15fec9cb86a09ba308755465f0ba7834c324e
Allow return a value from modal dialog
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/xmldialogs.py", "new_path": "resources/lib/kodi/ui/xmldialogs.py", "diff": "@@ -40,12 +40,14 @@ def show_modal_dialog(non_blocking, dlg_class, xml, path, **kwargs):\nShow a modal Dialog in the UI.\nPass kwargs minutes and/or seconds to ha...
Python
MIT License
castagnait/plugin.video.netflix
Allow return a value from modal dialog
106,046
10.05.2020 17:53:06
-7,200
432059ff14e30c66e887acb80569c84148e93242
Add possibility to set custom properties to Listitem
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -72,18 +72,20 @@ def convert_list_to_dir_items(list_data):\ndef _convert_dict_to_listitem(dict_item):\nlist_item = xbmcgui.ListItem(label=dict_...
Python
MIT License
castagnait/plugin.video.netflix
Add possibility to set custom properties to Listitem
106,046
10.05.2020 17:54:14
-7,200
d9e5d8d2ca1caaedb572747859204ef6227c9db8
Add some stub implementations
[ { "change_type": "MODIFY", "old_path": "tests/xbmcgui.py", "new_path": "tests/xbmcgui.py", "diff": "@@ -251,11 +251,21 @@ class ListItem:\n\"\"\"A stub implementation for the xbmcgui ListItem class setMimeType() method\"\"\"\nreturn\n+ @staticmethod\n+ def getProperty(key):\n+ \"\"\"A stub implement...
Python
MIT License
castagnait/plugin.video.netflix
Add some stub implementations
106,046
10.05.2020 18:08:22
-7,200
c9dc360033f8862ff75e5790948f86d6530ba62a
Add profiles window dialog
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -504,7 +504,9 @@ msgctxt \"#30127\"\nmsgid \"Awarded rating of {}\"\nmsgstr \"\"\n-# Unused 30128\n+msgctxt \"#30128\"\n+ms...
Python
MIT License
castagnait/plugin.video.netflix
Add profiles window dialog
106,047
10.05.2020 14:37:04
14,400
ca8cc42c75b2f212a4d22371eb5018960d618878
use saved player state when we get a bad state
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "@@ -33,6 +33,7 @@ class ActionController(xbmc.Monitor):\nself.tracking = False\nself.active_player_id = None\nself.action_manage...
Python
MIT License
castagnait/plugin.video.netflix
use saved player state when we get a bad state
106,047
10.05.2020 12:45:18
14,400
7b400335d5b03b55991a059613559e265a7d24a1
add player state to on_playback_stopped
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "@@ -126,7 +126,8 @@ class ActionController(xbmc.Monitor):\nself.active_player_id = None\n# Immediately send the request to relea...
Python
MIT License
castagnait/plugin.video.netflix
add player state to on_playback_stopped
106,047
10.05.2020 12:46:17
14,400
e30606ec414fe5af7e23fc3f84e7767dfebd778c
remove last player state from AMVideoEvents
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/am_video_events.py", "new_path": "resources/lib/services/playback/am_video_events.py", "diff": "@@ -30,7 +30,6 @@ class AMVideoEvents(ActionManager):\nself.is_event_start_sent = False\nself.last_tick_count = 0\nself.tick_elapsed...
Python
MIT License
castagnait/plugin.video.netflix
remove last player state from AMVideoEvents
106,046
11.05.2020 09:36:07
-7,200
8a6ef4f6b5b62c3ae4fe90c0595857654ae8bf2f
Use more appropriate comment for crypto packages
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -29,11 +29,11 @@ def encrypt_credential(raw):\n\"\"\"\n# pylint: disable=invalid-name,import-error\nimport base64\n- try: # Python 3\n+ try: # The crypto packa...
Python
MIT License
castagnait/plugin.video.netflix
Use more appropriate comment for crypto packages
106,046
11.05.2020 17:18:15
-7,200
ce6966746ebf5dda467c53d58f6a6b586936e963
Add more profile info
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -14,6 +14,8 @@ from re import compile as recompile, DOTALL, sub\nfrom future.utils import iteritems\n+import xbmc\n+\nimport resources.lib.common as common\nfrom resources.l...
Python
MIT License
castagnait/plugin.video.netflix
Add more profile info
106,046
12.05.2020 11:04:36
-7,200
757cd2866f2c89c777d12a2772484fe675743543
Updated images paths
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -20,6 +20,7 @@ RANGE_SELECTOR = 'RANGE_SELECTOR'\nART_SIZE_POSTER = '_342x684'\nART_SIZE_FHD = '_1920x1080'\n+# ART_SIZE_HD = '_1280x720'\nART_SIZE_SD = '_665x375'\nLENGTH_ATTRI...
Python
MIT License
castagnait/plugin.video.netflix
Updated images paths
106,046
12.05.2020 15:39:35
-7,200
2d14e2e029cc74d34ac8be1913fca4fafb28db52
Add support to "Top 10" list
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -957,3 +957,7 @@ msgstr \"\"\nmsgctxt \"#30241\"\nmsgid \"Open Connect CDN (the lower index is better)\"\nmsgstr \"\"\n+\n+...
Python
MIT License
castagnait/plugin.video.netflix
Add support to "Top 10" list
106,046
12.05.2020 17:58:52
-7,200
d21f67dc70e17898c6bcbb76a5eb4a91c83b5431
Improved error description
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/android_crypto.py", "new_path": "resources/lib/services/msl/android_crypto.py", "diff": "@@ -49,10 +49,10 @@ class AndroidMSLCrypto(MSLBaseCrypto):\nif not drm_info['version']:\n# Possible cases where no data is obtained:\n- # I don'...
Python
MIT License
castagnait/plugin.video.netflix
Improved error description
106,046
12.05.2020 21:12:57
-7,200
4be73df4db28b3b0d6a70e269579cc9cdcf7a065
Fixed wrong identification of rpi system
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/uuid_device.py", "new_path": "resources/lib/common/uuid_device.py", "diff": "@@ -52,7 +52,7 @@ def _get_system_uuid():\nuuid_value = _get_windows_uuid()\nelif system == 'android':\nuuid_value = _get_android_uuid()\n- elif system == 'linux'...
Python
MIT License
castagnait/plugin.video.netflix
Fixed wrong identification of rpi system
106,046
12.05.2020 21:35:53
-7,200
c39887726d074d1340df8fa7dadbf6817ea8f45e
Print log info when linux fail to get machineid
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/uuid_device.py", "new_path": "resources/lib/common/uuid_device.py", "diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-from .logging import debug\n+from resources.lib.globals import g\nfrom .device_utils ...
Python
MIT License
castagnait/plugin.video.netflix
Print log info when linux fail to get machineid
106,046
13.05.2020 08:44:34
-7,200
1f6ecaf2885f209f6def84db76458ccf6fc7cd4a
Add linux rpi identification
[ { "change_type": "MODIFY", "old_path": "resources/lib/config_wizard.py", "new_path": "resources/lib/config_wizard.py", "diff": "@@ -80,7 +80,7 @@ def _set_profiles(system, is_4k_capable):\n# By default we do not enable VP9 because on some devices do not fully support it\n# By default we do not enabl...
Python
MIT License
castagnait/plugin.video.netflix
Add linux rpi identification
106,046
13.05.2020 09:11:17
-7,200
7c834739fd728197debf7ef1d1c99f0106e2f1a1
Changed warn to error
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/uuid_device.py", "new_path": "resources/lib/common/uuid_device.py", "diff": "@@ -11,7 +11,7 @@ from __future__ import absolute_import, division, unicode_literals\nfrom resources.lib.globals import g\nfrom .device_utils import get_system_pl...
Python
MIT License
castagnait/plugin.video.netflix
Changed warn to error
106,046
13.05.2020 10:38:27
-7,200
10edbd445ccb33a40cf23d7006ed1e6043f40dea
Fixed is_in_mylist value to event data
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -61,6 +61,7 @@ def update_lolomo_context(context_name):\ncontext_id = g.LOCAL_DB.get_value('lolomo_{}_id'.format(context_name.lower()), '', TABLE_SESSION)\nif not ...
Python
MIT License
castagnait/plugin.video.netflix
Fixed is_in_mylist value to event data
106,046
13.05.2020 15:16:51
-7,200
54d457e094ee076f796c54ab0c3389f13fa63c02
Add including_suffixes argument to delete
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cache.py", "new_path": "resources/lib/common/cache.py", "diff": "@@ -58,11 +58,16 @@ class Cache(object):\n}\nself._make_call('add', call_args, serialize_data(data))\n- def delete(self, bucket, identifier):\n- \"\"\"Delete an item from cac...
Python
MIT License
castagnait/plugin.video.netflix
Add including_suffixes argument to delete
106,046
13.05.2020 18:46:13
-7,200
7afb984fec3685efa8f491103d8defdda0443ce3
Fixed update of continuewatching list
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/actions.py", "new_path": "resources/lib/navigation/actions.py", "diff": "@@ -139,10 +139,14 @@ class AddonActionExecutor(object):\nif self.params['menu_id'] == 'myList':\ng.CACHE.clear([CACHE_MYLIST], clear_database=False)\nif self.par...
Python
MIT License
castagnait/plugin.video.netflix
Fixed update of continuewatching list
106,046
13.05.2020 20:52:23
-7,200
a83051f432886b732b3ce4e58f7bea152d2f8adf
Avoid load request module at addon startup
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -16,8 +16,6 @@ import re\nimport time\nimport zlib\n-import requests\n-\nimport resources.lib.common as common\nfrom resources.lib.globals import...
Python
MIT License
castagnait/plugin.video.netflix
Avoid load request module at addon startup
106,046
14.05.2020 08:41:30
-7,200
9efe457f1dccaf1d6a948c8fa1f5ef63d3e16a34
Fixed library sync due to an error caused the failure of auto-update/sync with my list
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library_tasks.py", "new_path": "resources/lib/kodi/library_tasks.py", "diff": "@@ -59,39 +59,40 @@ def execute_tasks(title, tasks, task_handler, **kwargs):\n@common.time_execution(immediate=False)\ndef compile_tasks(videoid, task_handler, nf...
Python
MIT License
castagnait/plugin.video.netflix
Fixed library sync due to an error caused the failure of auto-update/sync with my list
106,046
14.05.2020 08:45:38
-7,200
75d687dfa27a1d1c2119e7be884365f001e099de
Removed time executions by methods often called
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library_items.py", "new_path": "resources/lib/kodi/library_items.py", "diff": "@@ -37,7 +37,6 @@ class ItemNotFound(Exception):\n\"\"\"The requested item could not be found in the Kodi library\"\"\"\n-@common.time_execution(immediate=False)\...
Python
MIT License
castagnait/plugin.video.netflix
Removed time executions by methods often called
106,046
14.05.2020 10:30:44
-7,200
37015491b6f9288677b6f61f77b015f3fe3cefde
Missing push update
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.it_it/strings.po", "new_path": "resources/language/resource.language.it_it/strings.po", "diff": "@@ -519,11 +519,11 @@ msgid \"Check the logfile for detailed information\"\nmsgstr \"Controlla il file di log per informazioni...
Python
MIT License
castagnait/plugin.video.netflix
Missing push update
106,046
14.05.2020 10:46:13
-7,200
43398e56965e2e8ecf767aa7945ad1600b3f52cb
Fixed pylint error unnecessary-comprehension
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library_tasks.py", "new_path": "resources/lib/kodi/library_tasks.py", "diff": "@@ -142,8 +142,7 @@ def _compile_export_show_tasks(videoid, show, nfo_settings):\n\"\"\"Compile a list of task items for all episodes of all seasons of a tvshow\"...
Python
MIT License
castagnait/plugin.video.netflix
Fixed pylint error unnecessary-comprehension
106,046
14.05.2020 10:53:53
-7,200
75709c792071d76633f7126446c5d9bf6767732f
Add 30128 id to all translations
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.de_de/strings.po", "new_path": "resources/language/resource.language.de_de/strings.po", "diff": "@@ -502,7 +502,9 @@ msgctxt \"#30127\"\nmsgid \"Awarded rating of {}\"\nmsgstr \"Mit {} bewertet\"\n-# Unused 30128\n+msgctxt ...
Python
MIT License
castagnait/plugin.video.netflix
Add 30128 id to all translations
106,046
14.05.2020 15:07:39
-7,200
8216d05f8c32373dec1ad51cabfab57904b6ee57
Removed possibility to invalidate 'queue' context it was strange that nf invalidated this context now it doesn't seem to happen anymore perhaps was a nf bug
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/events_handler.py", "new_path": "resources/lib/services/msl/events_handler.py", "diff": "@@ -136,11 +136,6 @@ class EventsHandler(threading.Thread):\nif event.event_data['is_in_mylist']:\n# If video is in my list, invalidate the cont...
Python
MIT License
castagnait/plugin.video.netflix
Removed possibility to invalidate 'queue' context it was strange that nf invalidated this context now it doesn't seem to happen anymore perhaps was a nf bug
106,046
14.05.2020 20:14:35
-7,200
f8d00dfdd7a01d96623df15000ddaeb20f70076a
Fixed 'refresh' behaviour in get_metadata
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -227,15 +227,19 @@ def _update_mylist_cache(videoid, operation, params):\n@common.time_execution(immediate=False)\ndef get_metadata(videoid, refresh=False):\n\"\"\...
Python
MIT License
castagnait/plugin.video.netflix
Fixed 'refresh' behaviour in get_metadata
106,046
15.05.2020 13:57:55
-7,200
5ce0a4ea59092220f171c1a49c28007c2218644c
Avoid save unknown audio language and avoid restore 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": "@@ -92,7 +92,9 @@ class AMStreamContinuity(ActionManager):\n# Check if the audio stream is changed\ncurrent_stream = self....
Python
MIT License
castagnait/plugin.video.netflix
Avoid save unknown audio language and avoid restore empty dict
106,046
15.05.2020 18:59:55
-7,200
b81b631851ff796202bb878855e1679a542d55a6
Add support to promo trailer video for custom kodi skins The custom Kodi skins can now use the property ListItem.Trailer to implement for example the playback of a promo video when a listitem is selected
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -12,6 +12,7 @@ from future.utils import iteritems\nimport resources.lib.common as common\n+from resources.lib.globals import g\nfrom .exceptions import InvalidReferenceError\nMA...
Python
MIT License
castagnait/plugin.video.netflix
Add support to promo trailer video for custom kodi skins The custom Kodi skins can now use the property ListItem.Trailer to implement for example the playback of a promo video when a listitem is selected
106,046
15.05.2020 20:46:57
-7,200
568fb2fa121e23bf95c0ab8459bab5e70d2e66eb
Add strf_timestamp
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -119,6 +119,19 @@ def strp(value, form):\nreturn def_value\n+def strf_timestamp(timestamp, form):\n+ \"\"\"\n+ Helper function to safely create string date time ...
Python
MIT License
castagnait/plugin.video.netflix
Add strf_timestamp
106,046
15.05.2020 20:47:33
-7,200
46434021f865bd61a5795d0736cdf7e19eafdb85
Add date of availability info
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -44,7 +44,7 @@ ART_PARTIAL_PATHS = [\nVIDEO_LIST_PARTIAL_PATHS = [\n[['requestId', 'summary', 'title', 'synopsis', 'regularSynopsis', 'evidence', 'queue',\n- 'episodeCount', 'in...
Python
MIT License
castagnait/plugin.video.netflix
Add date of availability info
106,046
16.05.2020 09:43:43
-7,200
96f8bee139aa068913ad23059cac19dcf2a70d64
Restored mediaflags to directories
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -83,7 +83,7 @@ def _convert_dict_to_listitem(dict_item):\n'TotalTime': dict_item.get('TotalTime', ''),\n'ResumeTime': dict_item.get('ResumeTime...
Python
MIT License
castagnait/plugin.video.netflix
Restored mediaflags to directories
106,046
16.05.2020 10:41:32
-7,200
fa481f08071308abcd1758dab4edaa83f8f4f002
Fixed wrong frame rate switching This also fixes problems with dolby vision that caused lost signal with messing colours Tested on kodi 18.6
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/converter.py", "new_path": "resources/lib/services/msl/converter.py", "diff": "@@ -170,7 +170,8 @@ def _convert_video_downloadable(downloadable, adaptation_set, init_length, cdn_i\nbandwidth=str(downloadable['bitrate'] * 1024),\nnflx...
Python
MIT License
castagnait/plugin.video.netflix
Fixed wrong frame rate switching This also fixes problems with dolby vision that caused lost signal with messing colours Tested on kodi 18.6
106,046
16.05.2020 16:08:36
-7,200
527372a75ce92658726570efe17adbb2540e1831
Moved cache clear on upgrade to service now that the cache is managed by service, we can do a little speedup the addon startup after an upgrade
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_controller.py", "new_path": "resources/lib/upgrade_controller.py", "diff": "@@ -59,8 +59,6 @@ def _perform_addon_changes(previous_ver, current_ver):\nmsg = ('This update resets the settings to auto-update library.\\r\\n'\n'Therefore only ...
Python
MIT License
castagnait/plugin.video.netflix
Moved cache clear on upgrade to service now that the cache is managed by service, we can do a little speedup the addon startup after an upgrade
106,046
17.05.2020 14:33:39
-7,200
6889c4e90d0770c38d25bd906cf840a0d17e342c
Execute colorize_text only one time
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -90,14 +90,13 @@ def _add_supplemental_plot_info(infos_copy, item, common_data):\nplot = infos_copy.get('Plot', '')\nplotoutline = infos_copy.get('PlotOutline', '')\...
Python
MIT License
castagnait/plugin.video.netflix
Execute colorize_text only one time
106,046
17.05.2020 20:27:26
-7,200
52716516627e664d848e516365183f50799072aa
Fixed add title color wrong behaviour
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -286,10 +286,10 @@ def get_info_from_library(videoid):\ndef add_title_color(dict_item, infos_copy, common_data):\n\"\"\"Highlight list item title when the videoid is...
Python
MIT License
castagnait/plugin.video.netflix
Fixed add title color wrong behaviour
106,046
17.05.2020 20:31:20
-7,200
51ceb6d05da41169cdb2629e2971f6de4f4b62c4
Version bump (1.3.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.3.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.3.1)
106,046
18.05.2020 09:47:02
-7,200
78bc2596e9fc277b673ccb0ee6c3e7a9ee0530f0
Add Plot fallback to skin not support PlotOutline
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -67,7 +67,9 @@ def add_info_dict_item(dict_item, videoid, item, raw_data, is_in_mylist, common_\ndict_item['quality_info'] = quality_infos\n# Use a deepcopy of dict ...
Python
MIT License
castagnait/plugin.video.netflix
Add Plot fallback to skin not support PlotOutline
106,046
18.05.2020 16:55:32
-7,200
b4359875887567285216b64c9f8a3e5fee50d359
Fixed UnicodeWarning error globals.py:225: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if path not in sys.path:
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -30,6 +30,11 @@ from future.utils import iteritems\nimport xbmc\nimport xbmcaddon\n+try: # Python 2\n+ unicode\n+except NameError: # Python 3\n+ unicode = str # pylint: disable=rede...
Python
MIT License
castagnait/plugin.video.netflix
Fixed UnicodeWarning error globals.py:225: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if path not in sys.path:
106,046
18.05.2020 19:55:42
-7,200
3995a7c6e0b5938438c28a3fd13d52ca3312d978
Fixed unicodedecode error
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -115,7 +115,7 @@ INFO_MAPPINGS = [\n]\nINFO_TRANSFORMATIONS = {\n- 'Season': lambda s_value: ''.join([n for n in str(s_value) if n.isdigit()]), # isdigit is needed for shortName...
Python
MIT License
castagnait/plugin.video.netflix
Fixed unicodedecode error
106,046
19.05.2020 10:01:08
-7,200
9b1df155c9140cbe855d7a9f537b7a8badd3489c
Close socket safe way
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/device_utils.py", "new_path": "resources/lib/common/device_utils.py", "diff": "@@ -29,10 +29,10 @@ def select_unused_port():\n:return: int - Free port\n\"\"\"\nimport socket\n- sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\n+ fr...
Python
MIT License
castagnait/plugin.video.netflix
Close socket safe way
106,046
19.05.2020 12:57:31
-7,200
73eefb4b35d89181e19bb617672aa12365b5dd5e
modelgroup must always be in capital letters
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -313,7 +313,7 @@ def generate_esn(user_data):\nif g.LOCAL_DB.get_value('drm_security_level', '', table=TABLE_SESSION) == 'L1':\nesn = 'NFANDROID2-PRV-'\nif nrdp_modelgroup:\...
Python
MIT License
castagnait/plugin.video.netflix
modelgroup must always be in capital letters
106,046
19.05.2020 14:08:10
-7,200
58fd4431b079545183536dcef58ade9724668020
Removed Title property simplifies things
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -91,7 +91,6 @@ VIDEO_LIST_RATING_THUMB_PATHS = [\nSUPPLEMENTAL_TYPE_TRAILERS = 'trailers'\nINFO_MAPPINGS = [\n- ('Title', 'title'),\n('Year', 'releaseYear'),\n('Plot', 'regularS...
Python
MIT License
castagnait/plugin.video.netflix
Removed Title property simplifies things
106,046
19.05.2020 17:12:21
-7,200
ff75836e4192dc294e0e5fe4bd10babd28ffaf1f
Fixed upnext regression
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -91,6 +91,7 @@ VIDEO_LIST_RATING_THUMB_PATHS = [\nSUPPLEMENTAL_TYPE_TRAILERS = 'trailers'\nINFO_MAPPINGS = [\n+ ('Title', 'title'), # Title is needed only for UpNext metadata on...
Python
MIT License
castagnait/plugin.video.netflix
Fixed upnext regression
106,046
19.05.2020 18:05:31
-7,200
b83d92586dd80f42cba09b668d02c9e54af51462
Fixed UnicodeDecodeError on chinese OS and improved error output
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/ipc.py", "new_path": "resources/lib/common/ipc.py", "diff": "@@ -107,7 +107,12 @@ def make_http_call(callname, data):\nexcept HTTPError as exc:\nresult = json.loads(exc.reason)\nexcept URLError as exc:\n- raise BackendNotReady('The service...
Python
MIT License
castagnait/plugin.video.netflix
Fixed UnicodeDecodeError on chinese OS and improved error output
106,046
20.05.2020 08:37:56
-7,200
a8011319fb30cf58b38cbc7e8c95328ba248f90b
Version bump (1.3.2)
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"1.3.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.3.2) (#648)
106,046
20.05.2020 10:20:01
-7,200
f49cd1fd729e98fe9b42fd4607754ed7f4e9db86
Fix for ListItem type episode i do not understand all this different rules between ListItem's
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -58,7 +58,8 @@ def get_info(videoid, item, raw_data, profile_language_code='', include_title=Fa\nexcept CacheMiss:\ninfos, quality_infos = parse_info(videoid, item, ...
Python
MIT License
castagnait/plugin.video.netflix
Fix for ListItem type episode i do not understand all this different rules between ListItem's
106,046
20.05.2020 16:42:25
-7,200
c2cefeb043b8c1133d53ba9e594aff9e90f7e05b
Use API method for profile switch Fix PIN locked profile switch
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -98,19 +98,20 @@ class NetflixSession(NFSessionAccess, DirectoryBuilder):\nif not self.is_profile_session_active or (self.is_profile_sessio...
Python
MIT License
castagnait/plugin.video.netflix
Use API method for profile switch Fix PIN locked profile switch
106,046
21.05.2020 11:14:31
-7,200
ecd2ae6b8b525caff60d7da914e2eb924fb70d26
Handled Kodi audio language mediadefault/original with forced subtitles
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodiops.py", "new_path": "resources/lib/common/kodiops.py", "diff": "@@ -164,31 +164,44 @@ def get_current_kodi_profile_name(no_spaces=True):\nreturn __CURRENT_KODI_PROFILE_NAME__\n-def get_kodi_audio_language():\n- \"\"\"Return the audio ...
Python
MIT License
castagnait/plugin.video.netflix
Handled Kodi audio language mediadefault/original with forced subtitles
106,046
21.05.2020 13:10:10
-7,200
d0467c28340beb6b5d6171157724639b48046a7b
Translations fixes from CI
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.it_it/strings.po", "new_path": "resources/language/resource.language.it_it/strings.po", "diff": "@@ -42,11 +42,11 @@ msgstr \"Ricerca per titoli, persone, generi\"\nmsgctxt \"#30004\"\nmsgid \"Password\"\n-msgstr \"\"\n+msg...
Python
MIT License
castagnait/plugin.video.netflix
Translations fixes from CI
106,046
19.05.2020 20:33:08
-7,200
d5cb5e359509a7d0a20be702f29a52f2df3f8084
Moved activete_profile to directory_utils
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -18,7 +18,7 @@ import resources.lib.kodi.ui as ui\nfrom resources.lib.database.db_utils import TABLE_MENU_DATA\nfrom resources.lib.globals import g\nfrom r...
Python
MIT License
castagnait/plugin.video.netflix
Moved activete_profile to directory_utils
106,046
19.05.2020 20:18:06
-7,200
5b1e6fde54a8fed6d5d39598c636d18f51a6f2ca
Improved profiles dialog
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/xmldialogs.py", "new_path": "resources/lib/kodi/ui/xmldialogs.py", "diff": "@@ -279,20 +279,25 @@ class RatingThumb(xbmcgui.WindowXMLDialog):\nself.close()\n-def show_profiles_dialog(title=None):\n+def show_profiles_dialog(title=None, tit...
Python
MIT License
castagnait/plugin.video.netflix
Improved profiles dialog
106,046
24.05.2020 10:40:30
-7,200
0dd02403c5a2584e1fd7f7636bf2536b8c2eddb1
Lower case codec key
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -30,9 +30,9 @@ except NameError: # Python 3\n# it is not possible to provide specific info, then we set info according to the video properties of the video list data...
Python
MIT License
castagnait/plugin.video.netflix
Lower case codec key
106,046
24.05.2020 18:50:23
-7,200
e237e9c2c60c1dcb5ca74e7bb4ce3c319bee1617
Do not use same memory reference for path Fix wrong mainmenu directories path after return to profiles list twice
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/directorybuilder/dir_builder_items.py", "diff": "@@ -212,7 +212,7 @@ def build_lolomo_listing(lolomo_list, menu_data, force_use_videolist_id=False, e\ndef _creat...
Python
MIT License
castagnait/plugin.video.netflix
Do not use same memory reference for path Fix wrong mainmenu directories path after return to profiles list twice
105,993
25.05.2020 23:01:08
-7,200
53680236eae93bb86078770c506cfcb3dc629b11
This fixes a KeyError issue
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/cache/cache_management.py", "new_path": "resources/lib/services/cache/cache_management.py", "diff": "@@ -276,7 +276,7 @@ class CacheManagement(object):\nbucket_content = self._get_cache_bucket(bucket['name'])\nfor identifier, cache_entry...
Python
MIT License
castagnait/plugin.video.netflix
This fixes a KeyError issue
106,046
26.05.2020 18:01:17
-7,200
522cfdf84a39c43038e10f1498b9927d118a17be
Fixed unicodedecode error on Exception object The exception message on py2 can not contain unicode type string
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -100,7 +100,7 @@ class MSLHandler(object):\ntry:\nmanifest = self._load_manifest(viewable_id, g.get_esn())\nexcept MSLError as exc:\n- if 'Email or...
Python
MIT License
castagnait/plugin.video.netflix
Fixed unicodedecode error on Exception object The exception message on py2 can not contain unicode type string
106,046
26.05.2020 18:40:14
-7,200
c365594f2a100190e7af12fadc2319c4fa7c89f8
Make easier to change IPC timeout
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/ipc.py", "new_path": "resources/lib/common/ipc.py", "diff": "@@ -22,6 +22,8 @@ try: # Python 2\nexcept NameError: # Python 3\nunicode = str # pylint: disable=redefined-builtin\n+IPC_TIMEOUT_SECS = 20\n+\nclass BackendNotReady(Exception):\n...
Python
MIT License
castagnait/plugin.video.netflix
Make easier to change IPC timeout
106,046
27.05.2020 10:57:31
-7,200
0e552ae7aed806f79297520f72d30b651357c7d2
Ignore KeyError as a single instance should never happen
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/cache/cache_management.py", "new_path": "resources/lib/services/cache/cache_management.py", "diff": "@@ -202,15 +202,15 @@ class CacheManagement(object):\nidentifier = self._add_prefix(identifier)\nbucket_data = self._get_cache_bucket(bu...
Python
MIT License
castagnait/plugin.video.netflix
Ignore KeyError as a single instance should never happen
106,046
27.05.2020 11:04:36
-7,200
c4dde4de1a76f319576a9ed669a62addae5b5754
Avoid CacheMiss error to IPC it showed the error in the log but those who are not aware of the operation could not understand that it doesn't matter
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -210,12 +210,9 @@ def _update_mylist_cache(videoid, operation, params):\nexcept CacheMiss:\npass\nelse:\n- try:\ncommon.make_call('add_videoids_to_video_list_cache...
Python
MIT License
castagnait/plugin.video.netflix
Avoid CacheMiss error to IPC it showed the error in the log but those who are not aware of the operation could not understand that it doesn't matter
106,046
28.05.2020 08:51:14
-7,200
35603affbd353da5468a53603a060a66b5df78e6
Initial adaptions to new "Loco" page type
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -43,7 +43,8 @@ PAGE_ITEMS_INFO = [\n'models/userInfo/data/pinEnabled',\n'models/serverDefs/data/BUILD_IDENTIFIER',\n'models/esnGeneratorModel/data/esn',\n- 'models/memberCon...
Python
MIT License
castagnait/plugin.video.netflix
Initial adaptions to new "Loco" page type
106,046
28.05.2020 10:29:10
-7,200
d729e92f2b851a8c3dfa0d2c25e46c23edd9e8a0
Add missing py2 decode
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -182,7 +182,7 @@ def parse_profiles(data):\ng.LOCAL_DB.set_profile(guid, is_active, sort_order)\ng.SHARED_DB.set_profile(guid, sort_order)\n# Add profile language descriptio...
Python
MIT License
castagnait/plugin.video.netflix
Add missing py2 decode
106,046
28.05.2020 16:44:51
-7,200
9b8cb615eb97b0679aaa85f1cc85a6f892c22262
Compare as a string
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -285,7 +285,7 @@ class NetflixSession(NFSessionAccess, DirectoryBuilder):\n# 25/05/2020 Method used for accounts \"loco\" page type enabled...
Python
MIT License
castagnait/plugin.video.netflix
Compare as a string
106,046
30.05.2020 14:06:16
-7,200
0c819e081e636aa0f1a42690d28346ac9d9df883
Version bump (1.4.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.3.2\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.4.0) (#672)
106,046
01.06.2020 18:37:40
-7,200
2272c4ff1a89317825e743c67c6ce7f6e5a74c79
Disabled refreshListByContext call due to netflix changes
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -55,6 +55,11 @@ def login(ask_credentials=True):\ndef update_lolomo_context(context_name):\n\"\"\"Update the lolomo list by context\"\"\"\n+ # 01/06/2020: refreshL...
Python
MIT License
castagnait/plugin.video.netflix
Disabled refreshListByContext call due to netflix changes
106,046
04.06.2020 14:27:28
-7,200
3c42758b6f0bebcb6a68f58a29d020bfda134e69
Avoid execute decorators
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -92,6 +92,9 @@ class NetflixSession(NFSessionAccess, DirectoryBuilder):\n@common.addonsignals_return_call\n@needs_login\ndef activate_profi...
Python
MIT License
castagnait/plugin.video.netflix
Avoid execute decorators
106,046
04.06.2020 18:52:48
-7,200
d33d80f83697806d2f645b466d509c7b392a4023
Renamed wrong name "id" to "videoid"
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/data_types.py", "new_path": "resources/lib/api/data_types.py", "diff": "@@ -83,11 +83,12 @@ class VideoList:\nself.contained_titles = None\nself.videoids = None\nif has_data:\n- self.id = common.VideoId(\n+ # Generate one videoid, or from the...
Python
MIT License
castagnait/plugin.video.netflix
Renamed wrong name "id" to "videoid"
106,046
04.06.2020 20:22:19
-7,200
9df55313af4ed49003f239889060e7fa6d112f99
Small fix to genres request not works yet, at this moment the subgenres ids are not listed in the website with the default view, they are visible only with ordered list view So or nf website has problems or they have cut out the api request to implement other ways
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -57,7 +57,7 @@ VIDEO_LIST_BASIC_PARTIAL_PATHS = [\nGENRE_PARTIAL_PATHS = [\n[[\"id\", \"requestId\", \"summary\", \"name\"]],\n- [{\"from\": 0, \"to\": 50},\n+ [{\"from\": 0, \"...
Python
MIT License
castagnait/plugin.video.netflix
Small fix to genres request not works yet, at this moment the subgenres ids are not listed in the website with the default view, they are visible only with ordered list view So or nf website has problems or they have cut out the api request to implement other ways
106,053
05.06.2020 09:28:12
25,200
8412230e751b2b03d89f8857f4a26a9559e540f9
bug: - Add back ListItem.Title * :bug: - Add back ListItem.Title Close * :ok_hand: - Add ListItem.Title to InfoLabel dict ok_hand::rewind: - Leave "normal" ListItems untouched
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/infolabels.py", "new_path": "resources/lib/kodi/infolabels.py", "diff": "@@ -48,7 +48,7 @@ MEDIA_TYPE_MAPPINGS = {\n}\n-def get_info(videoid, item, raw_data, profile_language_code='', include_title=False):\n+def get_info(videoid, item, raw_d...
Python
MIT License
castagnait/plugin.video.netflix
:bug: - Add back ListItem.Title (#681) * :bug: - Add back ListItem.Title Close #680 * :ok_hand: - Add ListItem.Title to InfoLabel dict :ok_hand::rewind: - Leave "normal" ListItems untouched
106,046
05.06.2020 20:05:44
-7,200
fdd15eec8e5dc85fc3eb35418ad666f6267379ac
Fixed wrong range
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -179,7 +179,7 @@ def auto_scroll(list_data):\nreturn\nsteps = 1\n# Find last watched item\n- for index in range(total_items - 1, 0, -1):\n+ for...
Python
MIT License
castagnait/plugin.video.netflix
Fixed wrong range
106,046
04.06.2020 16:21:05
-7,200
8ffce8007c27cbba169d0a56c3249258862002ca
Removed old EDGE ESN generator This method is deprecated
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -335,23 +335,6 @@ class GlobalVariables(object):\ncustom_esn = g.ADDON.getSetting('esn')\nreturn custom_esn if custom_esn else g.LOCAL_DB.get_value('esn', '', table=TABLE_SESSION)\n...
Python
MIT License
castagnait/plugin.video.netflix
Removed old EDGE ESN generator This method is deprecated
106,046
04.06.2020 16:21:59
-7,200
cf214cb7f909040346ea89df12497213e5eafc81
Show info message as warn
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -66,7 +66,7 @@ class MSLRequests(MSLRequestBuilder):\n# pylint: disable=unused-argument\nesn = data or g.get_esn()\nif not esn:\n- common.info('C...
Python
MIT License
castagnait/plugin.video.netflix
Show info message as warn
106,046
06.06.2020 13:44:56
-7,200
46d73d4ed35e321d3eaff24b5728bc8f31ad2b2c
Avoid handshake on addon startup
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -48,13 +48,6 @@ class MSLRequests(MSLRequestBuilder):\ntry:\nself.crypto.load_msl_data(msl_data)\nself.crypto.load_crypto_session(msl_data)\n-\n-...
Python
MIT License
castagnait/plugin.video.netflix
Avoid handshake on addon startup
106,046
07.06.2020 14:12:06
-7,200
aff732633817798210440a9223cc7372cd00e1f1
Put profiles language to debug
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -66,7 +66,7 @@ PAGE_ITEM_ERROR_CODE_LIST = 'models\\\\i18nStrings\\\\data\\\\login/login'\nJSON_REGEX = r'netflix\\.{}\\s*=\\s*(.*?);\\s*</script>'\nAVATAR_SUBPATH = ['image...
Python
MIT License
castagnait/plugin.video.netflix
Put profiles language to debug
106,046
07.06.2020 17:43:37
-7,200
0c3f8740265eb4072cf64e4879799b8f24f54637
Removed hevc-dv no more exists
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/profiles.py", "new_path": "resources/lib/services/msl/profiles.py", "diff": "@@ -18,7 +18,6 @@ CENC_PRK = 'dash-cenc-prk'\nCENC = 'dash-cenc'\nCENC_TL = 'dash-cenc-tl'\nHDR = 'hevc-hdr-main10-'\n-DV = 'hevc-dv-main10-'\nDV5 = 'hevc-d...
Python
MIT License
castagnait/plugin.video.netflix
Removed hevc-dv no more exists
106,046
07.06.2020 20:07:45
-7,200
b1b173f8159875d4ebe09d73026352c20189dda8
Improved autoscroll method feature limited to episode sort method add support to descending sort order reduced sleep delay
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -168,7 +168,11 @@ def auto_scroll(list_data):\ntotal_items = len(list_data)\nif total_items:\n# Delay a bit to wait for the completion of the s...
Python
MIT License
castagnait/plugin.video.netflix
Improved autoscroll method -feature limited to episode sort method -add support to descending sort order -reduced sleep delay
106,046
09.06.2020 14:44:24
-7,200
abbab2a0af5032f7f72072dab2f92c75d6d3c480
Disabled menu features until best times Due to website changes are disabled: All tv shows All movies Browse sub-genres in to Lists of all kinds sub-menus
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -144,21 +144,22 @@ class GlobalVariables(object):\n'description_id': None,\n'icon': 'DefaultMovies.png',\n'content_type': CONTENT_MOVIE}),\n- ('tvshows', {'path': ['genres', 'tvshow...
Python
MIT License
castagnait/plugin.video.netflix
Disabled menu features until best times Due to website changes are disabled: -All tv shows -All movies -Browse sub-genres in to Lists of all kinds sub-menus
106,046
10.06.2020 10:31:54
-7,200
309809bb35711621bec359ded389a84fd863792b
Autoscroll fixes
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -169,6 +169,7 @@ def auto_scroll(list_data):\nif total_items:\n# Delay a bit to wait for the completion of the screen update\nxbmc.sleep(100)\n...
Python
MIT License
castagnait/plugin.video.netflix
Autoscroll fixes
106,046
12.06.2020 14:07:45
-7,200
db4cecc6d2fcb9efe2c980727e95627fe4e5b10c
Removed edge esn check
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -173,11 +173,6 @@ def enclose_quotes(content):\nreturn '\"' + content + '\"'\n-def is_edge_esn(esn):\n- \"\"\"Return True if the esn is an EDGE esn\"\"\"\n- retu...
Python
MIT License
castagnait/plugin.video.netflix
Removed edge esn check
106,046
13.06.2020 17:56:35
-7,200
a2993d65df8d3f1bf36734b093106a4885ae3b27
Version bump (1.4.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.4.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.4.1) (#686)
106,046
13.06.2020 18:08:27
-7,200
0e3c6bae17ca492c5f63cbc4c4730a2c14498e4d
Missed to update code from
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/base_crypto.py", "new_path": "resources/lib/services/msl/base_crypto.py", "diff": "@@ -124,7 +124,7 @@ class MSLBaseCrypto(object):\n\"\"\"Check if user id token is expired\"\"\"\ntoken_data = json.loads(base64.standard_b64decode(use...
Python
MIT License
castagnait/plugin.video.netflix
Missed to update code from a38e11ddb8819dfef37ddc6340af281e62898a6f
106,046
17.06.2020 09:49:34
-7,200
ce2bf0b591aac19ea35efc1758eadce1aeb6a829
Add randomness delay on full sync
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "from __future__ import absolute_import, division, unicode_literals\nimport os\n+import random\nfrom functools import wraps\nimport xbmc\n@@ -156,6 +157,8 @@ def sync_mylist_t...
Python
MIT License
castagnait/plugin.video.netflix
Add randomness delay on full sync
106,046
20.06.2020 20:52:12
-7,200
bbb3f52294e21b22adc60441c8b08b55354d853f
Changes for new nf LoCo page
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -53,22 +53,18 @@ def login(ask_credentials=True):\nraise\n-def update_lolomo_context(context_name):\n- \"\"\"Update the lolomo list by context\"\"\"\n- # 01/06/202...
Python
MIT License
castagnait/plugin.video.netflix
Changes for new nf LoCo page