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.10.2019 09:39:04 | -7,200 | 524b7463a63c9f79e0cd2d945cc6215d8880ecd6 | Updated header data of request | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/request_builder.py",
"new_path": "resources/lib/services/msl/request_builder.py",
"diff": "@@ -4,8 +4,9 @@ from __future__ import absolute_import, division, unicode_literals\nimport json\nimport base64\n-import subprocess\nimport ran... | Python | MIT License | castagnait/plugin.video.netflix | Updated header data of request |
106,046 | 11.10.2019 09:44:57 | -7,200 | 600557ff5b7964027e5e097ad935008ab85723e9 | Fixed expired mastertoken
When leaving a device turned on 24/24 it is necessary to verify that the
mastertoken is still valid before making requests | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/android_crypto.py",
"new_path": "resources/lib/services/msl/android_crypto.py",
"diff": "@@ -11,7 +11,6 @@ import xbmcdrm\nimport resources.lib.common as common\nfrom .base_crypto import MSLBaseCrypto\n-from .exceptions import Master... | Python | MIT License | castagnait/plugin.video.netflix | Fixed expired mastertoken
When leaving a device turned on 24/24 it is necessary to verify that the
mastertoken is still valid before making requests |
106,046 | 11.10.2019 10:04:33 | -7,200 | cb22f270ca509064fe272d498d574e8c1ecc4b80 | Implemented check for new mastertoken (todo)
TODO:
Currently no documentation on how to apply for renewal of the
mastertoken without a handshake | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/base_crypto.py",
"new_path": "resources/lib/services/msl/base_crypto.py",
"diff": "\"\"\"Common base for crypto handlers\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-import time\nimport json\nimport bas... | Python | MIT License | castagnait/plugin.video.netflix | Implemented check for new mastertoken (todo)
TODO:
Currently no documentation on how to apply for renewal of the
mastertoken without a handshake |
106,046 | 11.10.2019 19:59:19 | -7,200 | f1da581be79e9c83197c12b2d36b42d12bcc7b4d | Version bump (0.15.4) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.3\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.4) |
106,046 | 12.10.2019 16:53:29 | -7,200 | d0656f080594d3bcbb7d4531ccfa6669c16193e3 | Added expires time to cookie debug | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cookies.py",
"new_path": "resources/lib/common/cookies.py",
"diff": "@@ -66,10 +66,14 @@ def load(account_hash):\ncookie_jar.clear(domain='.netflix.com', path='/', name='flwssn')\nexcept KeyError:\npass\n- common.debug('Loaded cookies:\\n'... | Python | MIT License | castagnait/plugin.video.netflix | Added expires time to cookie debug |
106,046 | 12.10.2019 16:54:25 | -7,200 | 13da30bfb12af2aee659669dba3fa15e170e52f7 | Added validate session data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -71,6 +71,17 @@ def extract_session_data(content):\n# raise InvalidMembershipStatusError(user_data.get('membershipStatus'))\n+def validate_session_data(content):\n+ \"\"\"\n... | Python | MIT License | castagnait/plugin.video.netflix | Added validate session data |
106,046 | 12.10.2019 16:59:54 | -7,200 | b5e66cc9f43f87788fdb1f12c10541f12799b466 | Fixed double request to key handshake | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -93,7 +93,8 @@ class NetflixSession(object):\nreturn urlsafe_b64encode(\ncommon.get_credentials().get('email', 'NoMail'))\n- def update_ses... | Python | MIT License | castagnait/plugin.video.netflix | Fixed double request to key handshake |
106,046 | 12.10.2019 17:14:29 | -7,200 | 54781e12a3da3543bf95672896a39ee9794eda77 | Fixed an issue introduced with
Fixed a problem due to the possible lack of the esn, causing a login error | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/base_crypto.py",
"new_path": "resources/lib/services/msl/base_crypto.py",
"diff": "@@ -15,6 +15,8 @@ class MSLBaseCrypto(object):\ndef __init__(self, msl_data=None):\nif msl_data:\nself._set_mastertoken(msl_data['tokens']['mastertoke... | Python | MIT License | castagnait/plugin.video.netflix | Fixed an issue introduced with 9c75153e25c663e387527a247770f54d250432c7
Fixed a problem due to the possible lack of the esn, causing a login error |
106,046 | 12.10.2019 20:51:09 | -7,200 | 0d83e552ccac2a83a4ea9f1cfdfdc987c25f6572 | Version bump (0.15.5) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.4\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.5) |
106,046 | 17.10.2019 00:37:48 | -7,200 | 2e71c4913dcb1f1c20f5b28c69ce8a9f86b5539c | Increased default cache ttl | [
{
"change_type": "MODIFY",
"old_path": "resources/settings.xml",
"new_path": "resources/settings.xml",
"diff": "<setting id=\"ssl_verification\" type=\"bool\" label=\"30024\" default=\"true\"/>\n<setting id=\"esn\" type=\"text\" label=\"30034\" value=\"\" default=\"\"/>\n<setting label=\"30117\" typ... | Python | MIT License | castagnait/plugin.video.netflix | Increased default cache ttl |
106,046 | 17.10.2019 17:57:47 | -7,200 | 44262f234b2be233f55f6cba6014bd17f7284064 | Fixed missing identifier in video_list_sorted | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/directory.py",
"new_path": "resources/lib/navigation/directory.py",
"diff": "@@ -89,7 +89,7 @@ class DirectoryBuilder(object):\nmainmenu_data = menu_data['main_menu']\nif menu_data.get('request_context_name', None) and g.is_known_menu_... | Python | MIT License | castagnait/plugin.video.netflix | Fixed missing identifier in video_list_sorted |
106,046 | 17.10.2019 18:05:52 | -7,200 | 9b34bdd2c9421adb2da5652148f8e22ab5da393f | Cleanup and improved speed of add/remove to mylist | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -39,7 +39,7 @@ VIDEO_LIST_PARTIAL_PATHS = [\n] + ART_PARTIAL_PATHS\nVIDEO_LIST_BASIC_PARTIAL_PATHS = [\n- [['title', 'queue', 'watched']]\n+ [['title', 'queue', 'watched', 'summ... | Python | MIT License | castagnait/plugin.video.netflix | Cleanup and improved speed of add/remove to mylist |
106,046 | 17.10.2019 18:06:49 | -7,200 | 82bb629bd5e5b88a24262a62a6da1a6450ba7d96 | Fixed library full sync from '92 elements bug' | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/library.py",
"new_path": "resources/lib/navigation/library.py",
"diff": "@@ -84,6 +84,7 @@ class LibraryActionExecutor(object):\ndef initial_mylist_sync(self, pathitems):\n\"\"\"Perform an initial sync of My List and the Kodi library\"... | Python | MIT License | castagnait/plugin.video.netflix | Fixed library full sync from '92 elements bug' |
106,046 | 17.10.2019 18:12:01 | -7,200 | 06e4ecef6a2ecd6eec77398318e0609fde66fc5b | Added menu to force mylist update | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -871,3 +871,8 @@ msgstr \"\"\nmsgctxt \"#30213\"\nmsgid \"InputStream Helper settings...\"\nmsgstr \"\"\n+\n+msgctxt \"#302... | Python | MIT License | castagnait/plugin.video.netflix | Added menu to force mylist update |
106,046 | 17.10.2019 18:30:19 | -7,200 | a1c2590f66e9b9b127f7d531f1dec38bb85e6f39 | Added option to highlight titles contained in my 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": "@@ -876,3 +876,6 @@ msgctxt \"#30214\"\nmsgid \"Force the update of my list\"\nmsgstr \"\"\n+msgctxt \"#30215\"\n+msgid \"High... | Python | MIT License | castagnait/plugin.video.netflix | Added option to highlight titles contained in my list |
106,046 | 20.10.2019 10:10:27 | -7,200 | ae214466132424dbccc88d0f023e80fcc8ffefbd | Fixed wrong position of append kwarg value | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -99,10 +99,10 @@ def _get_identifier(fixed_identifier, identify_from_kwarg_name,\nidentifier = fixed_identifier\nelse:\nidentifier = kwargs.get(identify_from_kwarg_name)\n- if identifie... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong position of append kwarg value |
106,046 | 20.10.2019 13:20:30 | -7,200 | d8b593a96ffa7b2230554a2bf6558f863f430322 | Catch a license error | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -335,7 +335,15 @@ def _process_json_response(response):\ndef _raise_if_error(decoded_response):\n+ raise_error = False\n+ # Catch a manifest/chunk ... | Python | MIT License | castagnait/plugin.video.netflix | Catch a license error |
106,046 | 20.10.2019 13:21:18 | -7,200 | a5ab58c4fa68c905a39ff12e88c852985c6bed71 | Check mastertoken validity only to a manifest request | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/msl_handler.py",
"new_path": "resources/lib/services/msl/msl_handler.py",
"diff": "@@ -234,8 +234,12 @@ class MSLHandler(object):\n'echo': ''\n}\n+ # Get and check mastertoken validity\n+ mt_validity = self.check_mastertoken_validity... | Python | MIT License | castagnait/plugin.video.netflix | Check mastertoken validity only to a manifest request |
106,046 | 22.10.2019 08:43:05 | -7,200 | fc3b331a37dcd213c22c78bb0940f17b3ba3dbc0 | Added supplemental info about tvshow/movie | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -33,7 +33,7 @@ VIDEO_LIST_PARTIAL_PATHS = [\n[['summary', 'title', 'synopsis', 'regularSynopsis', 'evidence', 'queue',\n'episodeCount', 'info', 'maturity', 'runtime', 'seasonCou... | Python | MIT License | castagnait/plugin.video.netflix | Added supplemental info about tvshow/movie |
106,046 | 22.10.2019 09:01:39 | -7,200 | d3976c7a7d5a5cf05167a507ddbe6eadc801c312 | Fixed purge cache
wrong path of files | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/fileops.py",
"new_path": "resources/lib/common/fileops.py",
"diff": "@@ -93,7 +93,7 @@ def list_dir(data_path=g.DATA_PATH):\ndef delete_folder_contents(path):\n\"\"\"Delete all files in a folder\"\"\"\nfor filename in list_dir(path)[1]:\n-... | Python | MIT License | castagnait/plugin.video.netflix | Fixed purge cache
wrong path of files |
106,046 | 22.10.2019 09:17:10 | -7,200 | f912acc742df3dcbe24697953d39037939c9d5b4 | Added lenght of trailer video | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/paths.py",
"new_path": "resources/lib/api/paths.py",
"diff": "@@ -77,7 +77,7 @@ INFO_MAPPINGS = {\n}\nTRAILER_PARTIAL_PATHS = [\n- [['availability', 'summary', 'synopsis', 'title', 'trackId', 'delivery']]\n+ [['availability', 'summary', 'syno... | Python | MIT License | castagnait/plugin.video.netflix | Added lenght of trailer video |
106,046 | 22.10.2019 09:17:37 | -7,200 | 30953d12fcbb6758edda30377783f349c1f43f76 | Fixed InvalidVideoId error when play a trailer | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -240,7 +240,8 @@ def supplemental_video_list(videoid, supplemental_type):\n@cache.cache_output(g, cache.CACHE_COMMON)\ndef single_info(videoid):\n\"\"\"Retrieve info for a sin... | Python | MIT License | castagnait/plugin.video.netflix | Fixed InvalidVideoId error when play a trailer |
106,046 | 22.10.2019 18:42:56 | -7,200 | dde64db22be196f64c59d715f6e42bbfd4ea3e0d | Reworked settings general menu | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -84,6 +84,10 @@ msgctxt \"#30014\"\nmsgid \"Account\"\nmsgstr \"\"\n+msgctxt \"#30015\"\n+msgid \"Other options\"\n+msgstr ... | Python | MIT License | castagnait/plugin.video.netflix | Reworked settings general menu |
106,046 | 22.10.2019 18:52:43 | -7,200 | 2ef59407d6f604f5f77c8fc645241334aba46dfb | Reworked settings library menu | [
{
"change_type": "MODIFY",
"old_path": "resources/settings.xml",
"new_path": "resources/settings.xml",
"diff": "<setting id=\"autologin_enable\" type=\"bool\" label=\"30054\" default=\"false\" enable=\"eq(0,true)\"/>\n<setting id=\"autologin_user\" type=\"text\" label=\"30055\" default=\"\" enable=\... | Python | MIT License | castagnait/plugin.video.netflix | Reworked settings library menu |
106,046 | 22.10.2019 21:56:13 | -7,200 | 92d0fabab1be9750590e5b782888a3010f01fec0 | Reworked settings expert menu
this also add two new options to show/reset the ESN | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -88,6 +88,10 @@ msgctxt \"#30015\"\nmsgid \"Other options\"\nmsgstr \"\"\n+msgctxt \"#30016\"\n+msgid \"ESN\"\n+msgstr \"\"... | Python | MIT License | castagnait/plugin.video.netflix | Reworked settings expert menu
this also add two new options to show/reset the ESN |
106,046 | 23.10.2019 11:57:41 | -7,200 | 5702c34e4404bb0524773af6f16309a911fd27b1 | Fixed mixed languages of infolabels in cache
Caused when there are multiple profiles in different languages | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "@@ -11,6 +11,11 @@ import resources.lib.common as common\nimport resources.lib.kodi.library as library\nfrom resources.lib.globals import g\n+try: # Python 2\n+ unicode... | Python | MIT License | castagnait/plugin.video.netflix | Fixed mixed languages of infolabels in cache
Caused when there are multiple profiles in different languages |
106,046 | 23.10.2019 13:53:30 | -7,200 | 17d4d5020b1e1279d6075931124ef93eb26bb64b | Also childrens profiles now have a 'my list' | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/context_menu.py",
"new_path": "resources/lib/kodi/context_menu.py",
"diff": "@@ -76,8 +76,7 @@ def generate_context_menu_items(videoid):\nvideoid.mediatype in [common.VideoId.MOVIE, common.VideoId.SHOW]:\nitems.insert(0, _ctx_item('trailer',... | Python | MIT License | castagnait/plugin.video.netflix | Also childrens profiles now have a 'my list' |
106,046 | 23.10.2019 14:37:28 | -7,200 | 482735d498134eb5a716b7ee87d60bf65a6046b4 | Fixed multiplication suppl. info to plot | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/infolabels.py",
"new_path": "resources/lib/kodi/infolabels.py",
"diff": "\"\"\"Helper functions for setting infolabels of list items\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import copy\nimport re\nimport r... | Python | MIT License | castagnait/plugin.video.netflix | Fixed multiplication suppl. info to plot |
106,046 | 23.10.2019 17:18:41 | -7,200 | 9a89d8845553718e5cb47cc21b37c54da0936694 | Updated addon screenshots | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<screenshot>resources/media/screenshot-01.jpg</screenshot>\n<screenshot>resources/media/screenshot-02.jpg</screenshot>\n<screenshot>resources/media/screenshot-03.jpg</screenshot>\n+ <screenshot>resources/media/scre... | Python | MIT License | castagnait/plugin.video.netflix | Updated addon screenshots |
106,046 | 23.10.2019 17:38:23 | -7,200 | 9a7e712ecb35e73c84df299047d92f76912d8b60 | Do not check setting if enabled
This check is not necessary becouse this function is executed by a
settings action that depend from mylist_library_sync setting
And causes the inability to start synchronization if
mylist_library_sync is activated at the same time without close the
settings screen | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/library.py",
"new_path": "resources/lib/navigation/library.py",
"diff": "@@ -87,7 +87,7 @@ class LibraryActionExecutor(object):\nfrom resources.lib.cache import CACHE_COMMON\ndo_it = ui.ask_for_confirmation(common.get_local_string(3012... | Python | MIT License | castagnait/plugin.video.netflix | Do not check setting if enabled
This check is not necessary becouse this function is executed by a
settings action that depend from mylist_library_sync setting
And causes the inability to start synchronization if
mylist_library_sync is activated at the same time without close the
settings screen |
106,046 | 24.10.2019 11:15:56 | -7,200 | 1067abe323d11b851f48c22c19cd4f4460670c3e | Sync changes made to tvshows in my list from other apps | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library.py",
"new_path": "resources/lib/kodi/library.py",
"diff": "@@ -19,6 +19,11 @@ import resources.lib.kodi.ui as ui\nfrom resources.lib.database.db_utils import (VidLibProp)\nfrom resources.lib.globals import g\n+try: # Python 2\n+ unic... | Python | MIT License | castagnait/plugin.video.netflix | Sync changes made to tvshows in my list from other apps |
106,046 | 24.10.2019 11:25:11 | -7,200 | 0fa85ffc35a4add7086dee132d54c837d959b1e2 | Added notification to completed library sync | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -899,3 +899,11 @@ msgstr \"\"\nmsgctxt \"#30218\"\nmsgid \"Are you sure you want to reset the ESN?\\r\\nIf you confirm, wai... | Python | MIT License | castagnait/plugin.video.netflix | Added notification to completed library sync |
106,046 | 24.10.2019 17:48:11 | -7,200 | 0b3b193f9b17d92d9bfa5d7985d84ccaa927bbac | Added owner/kids info to profiles descriptions | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -907,3 +907,11 @@ msgstr \"\"\nmsgctxt \"#30220\"\nmsgid \"Kodi library is now synchronized with My list\"\nmsgstr \"\"\n+\... | Python | MIT License | castagnait/plugin.video.netflix | Added owner/kids info to profiles descriptions |
106,046 | 24.10.2019 18:37:08 | -7,200 | d7effd074e92f8181ada8a5bc5d08a3da4f42b02 | Force to use owner account profile to sync mylist
the authURL seems to specify also the profile used so for now allow
synchronization only on the main profile
in the future you can also implement an option to decide which profile
to synchronize the mylist | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -915,3 +915,7 @@ msgstr \"\"\nmsgctxt \"#30222\"\nmsgid \"Kid account\"\nmsgstr \"\"\n+\n+msgctxt \"#30223\"\n+msgid \"You ... | Python | MIT License | castagnait/plugin.video.netflix | Force to use owner account profile to sync mylist
the authURL seems to specify also the profile used so for now allow
synchronization only on the main profile
in the future you can also implement an option to decide which profile
to synchronize the mylist |
106,046 | 24.10.2019 20:16:29 | -7,200 | 9cc1057d2cb865334f91c48bdd6fc5d791a642df | Enabled export NFOs on sync mylist to kodi library | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library.py",
"new_path": "resources/lib/kodi/library.py",
"diff": "@@ -238,7 +238,7 @@ def compile_tasks(videoid, task_handler, nfo_settings=None):\nif task_handler == export_new_item:\nmetadata = api.metadata(videoid, True)\n- return _creat... | Python | MIT License | castagnait/plugin.video.netflix | Enabled export NFOs on sync mylist to kodi library |
106,046 | 24.10.2019 21:15:15 | -7,200 | ad720dd25f4dca680b5d347b1934c98be4cbe482 | Some fixes to translations | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -209,7 +209,7 @@ msgid \"[COLOR cyan][B]-- NEXT PAGE --[/B][/COLOR]\"\nmsgstr \"\"\nmsgctxt \"#30046\"\n-msgid \"Inputstrea... | Python | MIT License | castagnait/plugin.video.netflix | Some fixes to translations |
106,046 | 24.10.2019 21:18:59 | -7,200 | 51fb3ac42fb189da0738597fe6b375d570ca2e14 | AuthURL is changed while the profile change is executed
Seem the cause of error:
HTTPError: 401 Client Error: Unauthorized for url:
when try to add/remove to mylist after switching to another profile | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -111,6 +111,10 @@ class NetflixSession(object):\n\"\"\"Return authentication url\"\"\"\nreturn g.LOCAL_DB.get_value('auth_url', table=TABLE... | Python | MIT License | castagnait/plugin.video.netflix | AuthURL is changed while the profile change is executed
Seem the cause of error:
HTTPError: 401 Client Error: Unauthorized for url:
https://www.------.com/api/shakti/v7bb27746/playlistop
when try to add/remove to mylist after switching to another profile |
106,046 | 25.10.2019 21:24:27 | -7,200 | 843cd5031c95b97e257d2ecaf6759f229ddc0ac2 | Clean and fixed generate esn
now manufacturer string is limited to 5 char
example with nvidia shield:
ro.product.manufacturer = 'NVIDIA'
ro.product.model = 'Shield android tv'
ro.nrdp.modelgroup = 'SHIELDANDROIDTV'
esn output:
old: NFANDROID2-PRV-SHIELDANDROIDTV-NVIDIASHIELD=ANDROID=TV
new: NFANDROID2-PRV-SHIELDANDROIDTV-NVIDISHIELD=ANDROID=TV | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -203,23 +203,26 @@ def generate_esn(user_data):\nimport subprocess\ntry:\nmanufacturer = subprocess.check_output(\n- ['/system/bin/getprop', 'ro.product.manufacturer'])\n+ [... | Python | MIT License | castagnait/plugin.video.netflix | Clean and fixed generate esn
now manufacturer string is limited to 5 char
example with nvidia shield:
ro.product.manufacturer = 'NVIDIA'
ro.product.model = 'Shield android tv'
ro.nrdp.modelgroup = 'SHIELDANDROIDTV'
esn output:
old: NFANDROID2-PRV-SHIELDANDROIDTV-NVIDIASHIELD=ANDROID=TV
new: NFANDROID2-PRV-SHIELDANDROIDTV-NVIDISHIELD=ANDROID=TV |
106,046 | 25.10.2019 21:38:24 | -7,200 | 35cb2b8daaa4686eca43becae580ee8db80f437d | Version bump (0.15.6) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.5\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.6) |
106,046 | 26.10.2019 09:30:55 | -7,200 | e19dc129112b9d32ede6b23ec9de35c395f8dcc8 | Do not start auto-sync if disabled | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/library_updater.py",
"new_path": "resources/lib/services/library_updater.py",
"diff": "@@ -102,7 +102,7 @@ def _compute_next_schedule():\ntry:\nupdate_frequency = g.ADDON.getSettingInt('auto_update')\n- if not update_frequency:\n+ if not... | Python | MIT License | castagnait/plugin.video.netflix | Do not start auto-sync if disabled |
106,046 | 26.10.2019 09:51:36 | -7,200 | 8a0b6ca83adc91565c00e03df5ffd7453c8af11c | Version bump (0.15.7) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.6\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.7) |
106,046 | 27.10.2019 10:51:00 | -3,600 | 7de3b32af0465d89e0a51406bca3ae6950dcb486 | Fixed prefetch_login unhandled exception | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -189,13 +189,14 @@ def validate_login(content):\nerror_description = error_code_list['email_' + error_code]\nif 'login_' + error_code in error_code_list:\nerror_description ... | Python | MIT License | castagnait/plugin.video.netflix | Fixed prefetch_login unhandled exception |
106,046 | 28.10.2019 09:27:38 | -3,600 | d1e23b10d60542891a3c76fd0012ab838d6314ab | Do not sync on non-owner profile | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/actions.py",
"new_path": "resources/lib/navigation/actions.py",
"diff": "@@ -130,6 +130,11 @@ def _sync_library(videoid, operation):\n'add': 'export_silent',\n'remove': 'remove_silent'}.get(operation)\nif operation and g.ADDON.getSetti... | Python | MIT License | castagnait/plugin.video.netflix | Do not sync on non-owner profile |
106,046 | 31.10.2019 09:37:57 | -3,600 | 42600a17acf9bf00a34fd1aa22c936f371892b30 | Fixed problem of non working cookies
it seems that the cause is due to website updates, because the cookies
have not expired and apparently there are no other factors that
determine invalidity | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cookies.py",
"new_path": "resources/lib/common/cookies.py",
"diff": "@@ -73,9 +73,8 @@ def load(account_hash):\ndebug_output += '{} (expires {} - remaining TTL {})\\n'.format(cookie.name,\ncookie.expires,\nremaining_ttl)\n- common.debug(de... | Python | MIT License | castagnait/plugin.video.netflix | Fixed problem of non working cookies
it seems that the cause is due to website updates, because the cookies
have not expired and apparently there are no other factors that
determine invalidity |
106,046 | 31.10.2019 10:00:23 | -3,600 | 3bbd64b56e78d69dbd593b3f0b859c414d8ff40e | Version bump (0.15.8) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.7\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.8) |
106,046 | 14.09.2019 16:20:27 | -7,200 | 7981176496b7c27a47e64242d738335bc9fd2c2f | uuid_device py3 fixes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/uuid_device.py",
"new_path": "resources/lib/common/uuid_device.py",
"diff": "@@ -63,7 +63,7 @@ def _get_windows_uuid():\ntry: # Python 2\nimport _winreg as winreg\nexcept ImportError: # Python 3\n- import winreg as winreg\n+ import winreg\... | Python | MIT License | castagnait/plugin.video.netflix | uuid_device py3 fixes |
105,991 | 15.09.2019 00:20:00 | -7,200 | 6c2dc0cb73e4b3697bd73857b25b8568ee2a6920 | xmldialogs.py: Remove unused class | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/xmldialogs.py",
"new_path": "resources/lib/kodi/ui/xmldialogs.py",
"diff": "@@ -68,22 +68,3 @@ class Skip(xbmcgui.WindowXMLDialog):\ndef onAction(self, action):\nif action.getId() in self.action_exitkeys_id:\nself.close()\n-\n-\n-class Sa... | Python | MIT License | castagnait/plugin.video.netflix | xmldialogs.py: Remove unused class
https://github.com/CastagnaIT/plugin.video.netflix/issues/183 |
105,991 | 15.09.2019 00:25:49 | -7,200 | 727449df242b6724e4a7e5ff15a1fdad5ad364ad | Drop # noinspection instructions for PyCharm, we now use Pylint for all inspection | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/credentials.py",
"new_path": "resources/lib/common/credentials.py",
"diff": "@@ -76,7 +76,6 @@ def get_credentials():\n'Existing credentials could not be decrypted')\n-# noinspection PyBroadException\ndef check_credentials():\n\"\"\"\nChec... | Python | MIT License | castagnait/plugin.video.netflix | Drop # noinspection instructions for PyCharm, we now use Pylint for all inspection |
106,046 | 15.10.2019 15:34:40 | -7,200 | 01bc69441752bef4064c15a98aefc3b59b6898e6 | Fixed pylint unnecessary-comprehension | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -142,8 +142,8 @@ def extract_userdata(react_context, debug_log=True):\n\"\"\"Extract essential userdata from the reactContext of the webpage\"\"\"\ncommon.debug('Extracting ... | Python | MIT License | castagnait/plugin.video.netflix | Fixed pylint unnecessary-comprehension |
106,046 | 15.10.2019 17:10:00 | -7,200 | 4a5f088c2993fad39f93e0c73dd6508aa80bf835 | Traceback fixes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -179,6 +179,7 @@ class NetflixSession(object):\nwebsite.validate_session_data(self._get('profiles'))\nself.update_session_data()\nexcept Ex... | Python | MIT License | castagnait/plugin.video.netflix | Traceback fixes |
106,046 | 15.10.2019 17:10:46 | -7,200 | 04a621e1fd42b06d3f8e4a4987b210e78ba53490 | Exception message fix pylint happy | [
{
"change_type": "MODIFY",
"old_path": "service.py",
"new_path": "service.py",
"diff": "@@ -24,6 +24,11 @@ import resources.lib.services as services\nimport resources.lib.kodi.ui as ui\nimport resources.lib.upgrade_controller as upgrade_ctrl\n+try: # Python 2\n+ unicode\n+except NameError: # Python ... | Python | MIT License | castagnait/plugin.video.netflix | Exception message fix pylint happy |
106,046 | 16.10.2019 14:00:11 | -7,200 | f165bae87ff3474b1330f092c677e356c4c85d7f | Use future version 0.17.1
now the installation is done correctly | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<requires>\n<import addon=\"xbmc.python\" version=\"2.26.0\"/>\n<import addon=\"script.module.addon.signals\" version=\"0.0.3\"/>\n- <import addon=\"script.module.future\" version=\"0.16.0.4\"/> <!-- version 0.17.1... | Python | MIT License | castagnait/plugin.video.netflix | Use future version 0.17.1
now the installation is done correctly |
106,046 | 21.10.2019 13:19:04 | -7,200 | ac193f8d941c57075271a7883558f85ac9306827 | Show traceback when an error occour in service | [
{
"change_type": "MODIFY",
"old_path": "service.py",
"new_path": "service.py",
"diff": "@@ -94,6 +94,8 @@ class NetflixService(object):\ntry:\nself.start_services()\nexcept Exception as exc:\n+ import traceback\n+ common.error(traceback.format_exc())\nui.show_addon_error_info(exc)\nreturn\n"
}
] | Python | MIT License | castagnait/plugin.video.netflix | Show traceback when an error occour in service |
106,046 | 28.10.2019 20:08:13 | -3,600 | e7bbcd3f45c587d95ec648839c186fcbaba5495c | Rebase py3 fixes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -196,6 +196,7 @@ def validate_login(content):\nerror_description = error_code_list['login_' + error_code]\nraise LoginValidateError(common.remove_html_tags(error_description... | Python | MIT License | castagnait/plugin.video.netflix | Rebase py3 fixes |
106,046 | 05.11.2019 15:14:36 | -3,600 | 74e40f8dc858db6a556b5025632702a87721cb3a | Avoid generate exception due to cookie file mmissing | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/cookies.py",
"new_path": "resources/lib/common/cookies.py",
"diff": "@@ -50,9 +50,12 @@ def delete(account_hash):\ndef load(account_hash):\n\"\"\"Load cookies for a given account and check them for validity\"\"\"\n- try:\nfilename = cookie... | Python | MIT License | castagnait/plugin.video.netflix | Avoid generate exception due to cookie file mmissing |
106,046 | 09.11.2019 08:52:07 | -3,600 | f8120b2a4817bd40b530b4684fb40e9f1ee0cba0 | Fixed pickle.loads on _get_from_disk | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -12,6 +12,7 @@ resources.lib.services.nfsession\nfrom __future__ import absolute_import, division, unicode_literals\nimport base64\nimport os\n+import sys\nfrom time import time\nfrom f... | Python | MIT License | castagnait/plugin.video.netflix | Fixed pickle.loads on _get_from_disk |
106,046 | 09.11.2019 11:22:49 | -3,600 | 5afa45143e2b0eb9a2bb0e6a4d37eb5f479c9cbc | Workaround to py2 bug ImportError: Failed to import _strptime | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/data_conversion.py",
"new_path": "resources/lib/common/data_conversion.py",
"diff": "from __future__ import absolute_import, division, unicode_literals\nimport json\nimport datetime\n+# Workaround for http://bugs.python.org/issue8098 only ... | Python | MIT License | castagnait/plugin.video.netflix | Workaround to py2 bug ImportError: Failed to import _strptime |
106,046 | 09.11.2019 11:24:14 | -3,600 | 46bc32c47fc0c1bd5132739a80e2d734630c8f7a | Raise CacheMiss directly when file does not exist | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -273,6 +273,8 @@ class Cache(object):\ndef _get_from_disk(self, bucket, identifier):\n\"\"\"Load a cache entry from disk and add it to the in memory bucket\"\"\"\ncache_filename = self.... | Python | MIT License | castagnait/plugin.video.netflix | Raise CacheMiss directly when file does not exist |
106,046 | 09.11.2019 17:04:31 | -3,600 | dbb832e03dd8347a621569a8922b6607f6bb8bc4 | flake - pylint fixes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -280,7 +280,7 @@ class Cache(object):\nif sys.version_info.major == 2:\n# pickle.loads on py2 wants string\nreturn pickle.loads(handle.read())\n- else:\n+ # py3\nreturn pickle.loads(han... | Python | MIT License | castagnait/plugin.video.netflix | flake - pylint fixes |
106,046 | 11.11.2019 10:56:35 | -3,600 | 552629135a7bd766e9312f6212b8cab298f6626d | Added fade animation to skip dialog | [
{
"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": "<align>center</align>\n<texturefocus border=\"10\" colordiffuse=\"ff222326\">smallbutton.png</texturefocus>\n<text... | Python | MIT License | castagnait/plugin.video.netflix | Added fade animation to skip dialog |
106,046 | 12.11.2019 13:15:00 | -3,600 | 94e7b5d7257f1f11414aab456dd86e8e5b4f702d | Fixed executebuiltin notification on py2 | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/dialogs.py",
"new_path": "resources/lib/kodi/ui/dialogs.py",
"diff": "@@ -17,8 +17,8 @@ except NameError: # Python 3\ndef show_notification(msg, title='Netflix', time=3000):\n\"\"\"Show a notification\"\"\"\n- xbmc.executebuiltin('Notific... | Python | MIT License | castagnait/plugin.video.netflix | Fixed executebuiltin notification on py2 |
106,046 | 12.11.2019 13:25:07 | -3,600 | c70b09d7e89aac2fcb64ae633ddda342d60e867b | Added delete subfolders to delete_folder_contents | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/fileops.py",
"new_path": "resources/lib/common/fileops.py",
"diff": "@@ -90,10 +90,22 @@ def list_dir(data_path=g.DATA_PATH):\nreturn xbmcvfs.listdir(xbmc.translatePath(data_path))\n-def delete_folder_contents(path):\n- \"\"\"Delete all fi... | Python | MIT License | castagnait/plugin.video.netflix | Added delete subfolders to delete_folder_contents |
106,046 | 12.11.2019 13:04:52 | -3,600 | 74dbb0df6bb79b7dafe0ee22033d2d1378baebda | Added purge library to shared db | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/database/db_shared.py",
"new_path": "resources/lib/database/db_shared.py",
"diff": "@@ -398,4 +398,17 @@ def get_shareddb_class(force_sqlite=False):\nself._execute_non_query(insert_query, (profile_guid, videoid,\nvalue, date_last_modified))\n+ @d... | Python | MIT License | castagnait/plugin.video.netflix | Added purge library to shared db |
106,046 | 12.11.2019 13:09:26 | -3,600 | 6ada1ab76315f9bd3bef6156f59fbe4e4510cf47 | Make sure that everything is removed with purge library | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library.py",
"new_path": "resources/lib/kodi/library.py",
"diff": "@@ -219,6 +219,14 @@ def purge():\nexecute_library_tasks(videoid, [remove_item],\ncommon.get_local_string(30030),\nsync_mylist=False)\n+ # If for some reason such as improper... | Python | MIT License | castagnait/plugin.video.netflix | Make sure that everything is removed with purge library |
106,046 | 12.11.2019 15:04:23 | -3,600 | 00307e4fdbd07f8d6eae7ec9a2b4dd104056d53d | Removed migration from ndb2 no more needed | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_actions.py",
"new_path": "resources/lib/upgrade_actions.py",
"diff": "# -*- coding: utf-8 -*-\n\"\"\"Defines upgrade actions\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n-\n-import os\n-\n-import xbmc\n-impor... | Python | MIT License | castagnait/plugin.video.netflix | Removed migration from ndb2 no more needed |
106,046 | 12.11.2019 15:12:41 | -3,600 | 50ab1329af8d04f25e8355c3001dd79e238e2b22 | Warning info to reconfigure auto-update settings | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_controller.py",
"new_path": "resources/lib/upgrade_controller.py",
"diff": "@@ -37,6 +37,11 @@ def _perform_addon_changes(previous_ver, current_ver):\n\"\"\"Perform actions for an version bump\"\"\"\ncommon.debug('Initialize addon upgrade... | Python | MIT License | castagnait/plugin.video.netflix | Warning info to reconfigure auto-update settings |
106,046 | 12.11.2019 16:53:52 | -3,600 | a1bdae36d0c9cfd79982c928dad309cd871c9d2b | Allow disabling sort order on my list
Allows you to keep the chosen order of my list also in the addon. This
feature is currently only allowed in the US country. | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -135,7 +135,8 @@ def video_list_sorted(context_name, context_id=None, perpetual_range_start=None,\nresponse_type = 'stdlist_wid'\n# enum order: AZ|ZA|Suggested|Year\n- sort_or... | Python | MIT License | castagnait/plugin.video.netflix | Allow disabling sort order on my list
Allows you to keep the chosen order of my list also in the addon. This
feature is currently only allowed in the US country. |
106,046 | 12.11.2019 20:51:59 | -3,600 | 712a73c0d59e5737a44c3602ca17bc2c13905ce6 | ESN generation fix
ro.nrdp.modelgroup not always exists in L1 devices
instead is used a sort of product name this change
may not work with all L1 devices | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/website.py",
"new_path": "resources/lib/api/website.py",
"diff": "@@ -224,10 +224,13 @@ def generate_esn(user_data):\n['/system/bin/getprop', 'ro.nrdp.modelgroup']).strip(' \\t\\n\\r')\nesn = ('NFANDROID2-PRV-' if has_product_characteristics_... | Python | MIT License | castagnait/plugin.video.netflix | ESN generation fix
ro.nrdp.modelgroup not always exists in L1 devices
instead is used a sort of product name this change
may not work with all L1 devices |
106,046 | 13.11.2019 10:27:16 | -3,600 | b66a2dbe04a3490c8ffd202a34dca4004a72df53 | Show ask for confirmation dialog when check library updates | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -947,3 +947,7 @@ msgstr \"\"\nmsgctxt \"#30230\"\nmsgid \"Check for updates now\"\nmsgstr \"\"\n+\n+msgctxt \"#30231\"\n+ms... | Python | MIT License | castagnait/plugin.video.netflix | Show ask for confirmation dialog when check library updates |
106,046 | 13.11.2019 10:32:41 | -3,600 | 7943cd96ae360beeb0edf1e05d692c9a2b3f5be7 | Changed ask_for_confirmation description | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/dialogs.py",
"new_path": "resources/lib/kodi/ui/dialogs.py",
"diff": "@@ -79,7 +79,7 @@ def ask_for_removal_confirmation():\ndef ask_for_confirmation(title, message):\n- \"\"\"Ask the user to finally remove title from the Kodi library\"\"... | Python | MIT License | castagnait/plugin.video.netflix | Changed ask_for_confirmation description |
106,046 | 13.11.2019 13:54:23 | -3,600 | 71eeb5b7955cb9979ed25c872e0a1e58e8ec4879 | Fixed python bug in datetime.strptime | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/data_conversion.py",
"new_path": "resources/lib/common/data_conversion.py",
"diff": "from __future__ import absolute_import, division, unicode_literals\nimport json\nimport datetime\n+import time\nfrom ast import literal_eval\n# Workaround... | Python | MIT License | castagnait/plugin.video.netflix | Fixed python bug in datetime.strptime |
106,046 | 14.11.2019 08:31:25 | -3,600 | 9956276050e6e64472d4f29cf97239d2478f3045 | Fixed warning info | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/upgrade_controller.py",
"new_path": "resources/lib/upgrade_controller.py",
"diff": "@@ -37,7 +37,7 @@ def _perform_addon_changes(previous_ver, current_ver):\n\"\"\"Perform actions for an version bump\"\"\"\ncommon.debug('Initialize addon upgrade ... | Python | MIT License | castagnait/plugin.video.netflix | Fixed warning info |
106,046 | 14.11.2019 09:48:29 | -3,600 | 45ec8fbf8f0b076b9a70c5ac5c171bc60e732095 | Disable auto-update/auto-sync with logout | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/nfsession/nfsession.py",
"new_path": "resources/lib/services/nfsession/nfsession.py",
"diff": "@@ -284,9 +284,18 @@ class NetflixSession(object):\ndef logout(self, url):\n\"\"\"Logout of the current account and reset the session\"\"\"\nc... | Python | MIT License | castagnait/plugin.video.netflix | Disable auto-update/auto-sync with logout |
106,046 | 14.11.2019 09:55:15 | -3,600 | d352db8337c2f2f1d1cc4d054b3d6df0c80c0036 | Added stub implementation for xbmcaddon.setSettingInt | [
{
"change_type": "MODIFY",
"old_path": "test/xbmcaddon.py",
"new_path": "test/xbmcaddon.py",
"diff": "@@ -66,3 +66,7 @@ class Addon:\ndef setSettingBool(self, key, value):\n''' A stub implementation for the xbmcaddon Addon class setSettingBool() method '''\nself.setSetting(key, bool(value))\n+\n+ de... | Python | MIT License | castagnait/plugin.video.netflix | Added stub implementation for xbmcaddon.setSettingInt |
106,046 | 14.11.2019 16:41:26 | -3,600 | cb3aea5e6696cf58efe0e020d21b36123305f5c7 | Fix missing escape | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -937,7 +937,7 @@ msgid \"Synchronize Kodi library with My List\"\nmsgstr \"\"\nmsgctxt \"#30228\"\n-msgid \"Use \"My list\"... | Python | MIT License | castagnait/plugin.video.netflix | Fix missing escape |
106,046 | 13.11.2019 15:16:04 | -3,600 | 28b9e0270008382f05c2a90aa4e650910dfd94dd | Modified logging functions to save cpu load | [
{
"change_type": "MODIFY",
"old_path": "addon.py",
"new_path": "addon.py",
"diff": "@@ -103,6 +103,7 @@ if __name__ == '__main__':\n# pylint: disable=broad-except\n# Initialize variables in common module scope\n# (necessary when reusing language invoker)\n+ common.reset_log_level_global_var()\ncommo... | Python | MIT License | castagnait/plugin.video.netflix | Modified logging functions to save cpu load |
106,046 | 13.11.2019 15:31:42 | -3,600 | 36717db1c86a4e739f12eae52700d7fc7af00705 | Changes to log calls | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library.py",
"new_path": "resources/lib/kodi/library.py",
"diff": "@@ -586,7 +586,8 @@ def auto_update_library(sync_with_mylist, silent):\nif _is_auto_update_library_running():\nreturn\nexecute_lib_tasks_method = execute_library_tasks_silent... | Python | MIT License | castagnait/plugin.video.netflix | Changes to log calls |
106,046 | 14.11.2019 20:27:01 | -3,600 | 89fb4d422338e0c22eec5959e653e5f316c49dd8 | Updated support request | [
{
"change_type": "MODIFY",
"old_path": ".github/ISSUE_TEMPLATE/support_request.md",
"new_path": ".github/ISSUE_TEMPLATE/support_request.md",
"diff": "@@ -19,8 +19,6 @@ Used Operating system:\n* [ ] Windows\n### Describe your help request\n-<!--- A bug report that is not clear will be closed -->\n-<!... | Python | MIT License | castagnait/plugin.video.netflix | Updated support request |
106,046 | 15.11.2019 09:30:59 | -3,600 | 1e32f425a163fe3cfc47d7de31b6ad9ef1523a75 | Fixed pagination of episodes | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/shakti.py",
"new_path": "resources/lib/api/shakti.py",
"diff": "@@ -202,8 +202,9 @@ def seasons(videoid):\n@common.time_execution(immediate=False)\n-@cache.cache_output(g, cache.CACHE_COMMON)\n-def episodes(videoid):\n+@cache.cache_output(g, ... | Python | MIT License | castagnait/plugin.video.netflix | Fixed pagination of episodes |
106,046 | 15.11.2019 10:04:23 | -3,600 | ff15d3357a24d57f6eb56e4ce1c96f8de3c2d9fb | Changed name of the trailers menu
It not only lists trailers but also summaries, teasers, film clips etc.. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -17,6 +17,7 @@ The trademark \"Netflix\" is registered by \"Netflix, Inc.\"\n- Search Netflix (incl. suggestions)\n- Netflix categories, recommendations, \"my list\" & continue watching\n- Browse all movies and ... | Python | MIT License | castagnait/plugin.video.netflix | Changed name of the trailers menu
It not only lists trailers but also summaries, teasers, film clips etc.. |
106,046 | 15.11.2019 16:57:46 | -3,600 | 3aceb8df7f1a7ecf82524fb15b23769397f854a6 | Handle membership status of user account | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.en_gb/strings.po",
"new_path": "resources/language/resource.language.en_gb/strings.po",
"diff": "@@ -744,8 +744,8 @@ msgctxt \"#30179\"\nmsgid \"Show trailers & more\"\nmsgstr \"\"\n-msgctxt \"#30180\" # No more used\n-msgi... | Python | MIT License | castagnait/plugin.video.netflix | Handle membership status of user account |
106,046 | 15.11.2019 18:47:08 | -3,600 | 99115c6c0af3fec182087c85446e715803bebf78 | add reuselanguageinvoker pr link | [
{
"change_type": "MODIFY",
"old_path": "addon.py",
"new_path": "addon.py",
"diff": "@@ -20,6 +20,7 @@ import xbmcplugin\n# Import and initialize globals right away to avoid stale values from the last\n# addon invocation. Otherwise Kodi's reuseLanguageInvoker will cause some\n# really quirky behavior... | Python | MIT License | castagnait/plugin.video.netflix | add reuselanguageinvoker pr link |
106,046 | 16.11.2019 09:29:39 | -3,600 | 4e3ccc1847695393c3b2c2aa143a480a98fa89ff | Version bump (0.15.9) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.8\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.9) |
106,046 | 17.11.2019 14:29:21 | -3,600 | 87f14507690940cfdf0f1bf84b8906b1048a3e4e | Fixed wrong settings name | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/library.py",
"new_path": "resources/lib/kodi/library.py",
"diff": "@@ -735,7 +735,7 @@ def _sync_mylist(videoid, task_handler, enabled):\noperation = {\n'export_item': 'add',\n'remove_item': 'remove'}.get(task_handler.__name__)\n- if enabled... | Python | MIT License | castagnait/plugin.video.netflix | Fixed wrong settings name |
106,046 | 17.11.2019 15:20:54 | -3,600 | dd8c9aed742d5d00ee02e92a00bfc3a5fbfafc38 | Version bump (0.15.10) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.9\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.10) |
106,046 | 18.11.2019 08:22:43 | -3,600 | 335422596539ba123af07e070eab862cd1f7b2e5 | Moved some imports inside func to speedup | [
{
"change_type": "MODIFY",
"old_path": "addon.py",
"new_path": "addon.py",
"diff": "@@ -27,11 +27,9 @@ g.init_globals(sys.argv)\nimport resources.lib.common as common\nimport resources.lib.upgrade_controller as upgrade_ctrl\nimport resources.lib.api.shakti as api\n-import resources.lib.kodi.ui as ui... | Python | MIT License | castagnait/plugin.video.netflix | Moved some imports inside func to speedup |
106,046 | 18.11.2019 08:23:45 | -3,600 | b8d56b1f1a57fcd595324de6780ba40a98f0c565 | Fixed SQLite thread error on py3
ProgrammingError:
SQLite objects created in a thread can only be used in that same thread.
The object was created in thread id and this is thread
id | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/database/db_base_sqlite.py",
"new_path": "resources/lib/database/db_base_sqlite.py",
"diff": "@@ -39,7 +39,8 @@ def handle_connection(func):\ntry:\nif not args[0].is_connected:\nargs[0].conn = sql.connect(args[0].db_file_path,\n- isolation_level=... | Python | MIT License | castagnait/plugin.video.netflix | Fixed SQLite thread error on py3
ProgrammingError:
SQLite objects created in a thread can only be used in that same thread.
The object was created in thread id 140332173866752 and this is thread
id 140333045176064. |
106,046 | 18.11.2019 08:34:44 | -3,600 | d54f61cbc4ad9ebc1f93ee4ae6b9021e0a27a3f5 | Fixed decode on py3 | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/player.py",
"new_path": "resources/lib/navigation/player.py",
"diff": "@@ -155,9 +155,10 @@ def get_upnext_info(videoid, current_episode, metadata):\nnext_episode_id.tvshowid,\nnext_episode_id.seasonid,\nnext_episode_id.episodeid)\n- n... | Python | MIT License | castagnait/plugin.video.netflix | Fixed decode on py3 |
106,046 | 18.11.2019 10:35:24 | -3,600 | 38bc9652fb2292a1da89b7bf4b09af2ebb83425a | Fixed default logging level | [
{
"change_type": "MODIFY",
"old_path": "resources/settings.xml",
"new_path": "resources/settings.xml",
"diff": "<setting id=\"esn\" type=\"text\" label=\"30034\" value=\"\" default=\"\"/>\n<setting id=\"reset_esn\" type=\"action\" label=\"30217\" action=\"RunPlugin(plugin://plugin.video.netflix/acti... | Python | MIT License | castagnait/plugin.video.netflix | Fixed default logging level |
106,046 | 18.11.2019 10:38:44 | -3,600 | 5f7113c45d704f8dc0bd50da4d6e48b7627febb4 | Print to the log the logging level if enabled | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/common/logging.py",
"new_path": "resources/lib/common/logging.py",
"diff": "@@ -20,6 +20,8 @@ def get_log_level():\nif __LOG_LEVEL__ is None:\ntry:\n__LOG_LEVEL__ = g.ADDON.getSettingString('debug_log_level')\n+ if __LOG_LEVEL__ != 'Disabled':\n+... | Python | MIT License | castagnait/plugin.video.netflix | Print to the log the logging level if enabled |
105,992 | 18.11.2019 14:57:20 | -3,600 | 8ff1633690841c7252f4d0f984ccc94ec8994bce | write dvhe codec for hevc-dv* (Dolby Vision) in manifest | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/services/msl/converter.py",
"new_path": "resources/lib/services/msl/converter.py",
"diff": "@@ -147,9 +147,11 @@ def _convert_video_downloadable(downloadable, adaptation_set,\ndef _determine_video_codec(content_profile):\n- if 'hevc' in content_p... | Python | MIT License | castagnait/plugin.video.netflix | write dvhe codec for hevc-dv* (Dolby Vision) in manifest |
106,046 | 19.11.2019 16:27:22 | -3,600 | 2d6064f09bb5360574be6270e1f1b481b054e771 | Sync with My List only when enabled | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/navigation/library.py",
"new_path": "resources/lib/navigation/library.py",
"diff": "@@ -103,7 +103,7 @@ class LibraryActionExecutor(object):\nand if set also synchronize the Netflix \"My List\" with the Kodi library\n\"\"\"\n# Executed by the ser... | Python | MIT License | castagnait/plugin.video.netflix | Sync with My List only when enabled |
105,993 | 19.11.2019 17:01:41 | -3,600 | 468c1b3ffc38ddaf2ef627a1041f19ec4d1fabab | Add make language target
This PR includes:
A 'make language' target for testing language issues | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -14,6 +14,8 @@ include_paths = $(patsubst %,$(name)/%,$(include_files))\nexclude_files = \\*.new \\*.orig \\*.pyc \\*.pyo\nzip_dir = $(name)/\n+languages := de_de es_es fi_fi fr_fr he_il hr_hr it_it ko_kr nl_nl pl... | Python | MIT License | castagnait/plugin.video.netflix | Add make language target
This PR includes:
- A 'make language' target for testing language issues |
106,046 | 20.11.2019 16:36:31 | -3,600 | fc1a76264796e1de33dd5433eb7ebe45b73e9c89 | Version bump (0.15.11) | [
{
"change_type": "MODIFY",
"old_path": "addon.xml",
"new_path": "addon.xml",
"diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.10\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id... | Python | MIT License | castagnait/plugin.video.netflix | Version bump (0.15.11) |
106,046 | 20.11.2019 09:57:24 | -3,600 | 07395622c8a051cc4a05fec1bff6e0e5ff1282a6 | Add ask for password dialog | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/kodi/ui/dialogs.py",
"new_path": "resources/lib/kodi/ui/dialogs.py",
"diff": "@@ -29,10 +29,7 @@ def ask_credentials():\nheading=common.get_local_string(30005),\ntype=xbmcgui.INPUT_ALPHANUM) or None\ncommon.verify_credentials(email)\n- password =... | Python | MIT License | castagnait/plugin.video.netflix | Add ask for password dialog |
106,046 | 20.11.2019 09:58:36 | -3,600 | 1cc4aa0ab82d00566a7b264cfe807488d9f78a61 | Allow invalidate individual cache bucket names | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/cache.py",
"new_path": "resources/lib/cache.py",
"diff": "@@ -198,20 +198,22 @@ class Cache(object):\n# del self.buckets[bucket]\nself.common.debug('Cache commit successful')\n- def invalidate(self, on_disk=False):\n+ def invalidate(self, on_disk... | Python | MIT License | castagnait/plugin.video.netflix | Allow invalidate individual cache bucket names |
106,046 | 20.11.2019 10:41:19 | -3,600 | b32b30599d449779bf3f5114462b9f8398362885 | Xbmcgui generic window.getControl test implementation | [
{
"change_type": "MODIFY",
"old_path": "test/xbmcgui.py",
"new_path": "test/xbmcgui.py",
"diff": "@@ -14,6 +14,51 @@ INPUT_TYPE_NUMBER = 1\nALPHANUM_HIDE_INPUT = 1\n+class Control:\n+ ''' A reimplementation of the xbmcgui Control class '''\n+\n+ def __init__(self):\n+ ''' A stub constructor for the ... | Python | MIT License | castagnait/plugin.video.netflix | Xbmcgui generic window.getControl test implementation |
106,046 | 20.11.2019 17:33:36 | -3,600 | f9e10f11daba4a2eac63a7a226b72678cea9a1c6 | Fixed label control issue with kodi estouchy skin
estouchy skin use different tag for label control:
<posx><posy>
instead of
<left><top> | [
{
"change_type": "MODIFY",
"old_path": "resources/skins/default/1080i/plugin-video-netflix-ParentalControl.xml",
"new_path": "resources/skins/default/1080i/plugin-video-netflix-ParentalControl.xml",
"diff": "</control>\n<!-- Window text header -->\n<control type=\"label\" id=\"99\">\n- <left>40</lef... | Python | MIT License | castagnait/plugin.video.netflix | Fixed label control issue with kodi estouchy skin
estouchy skin use different tag for label control:
<posx><posy>
instead of
<left><top> |
106,046 | 21.11.2019 09:41:30 | -3,600 | b6b2eee621ce2bcd5b736188efa3ffbd4143b1d9 | Adaptation languages | [
{
"change_type": "MODIFY",
"old_path": "resources/language/resource.language.it_it/strings.po",
"new_path": "resources/language/resource.language.it_it/strings.po",
"diff": "@@ -33,8 +33,8 @@ msgid \"Recommendations\"\nmsgstr \"Consigliati\"\nmsgctxt \"#30002\"\n-msgid \"Adult Pin\"\n-msgstr \"Pin p... | Python | MIT License | castagnait/plugin.video.netflix | Adaptation languages |
106,046 | 22.11.2019 15:31:46 | -3,600 | 78d226c7d84f661ffcb0e6ef615096269d73bf4d | Fix get error on empty data | [
{
"change_type": "MODIFY",
"old_path": "resources/lib/api/data_types.py",
"new_path": "resources/lib/api/data_types.py",
"diff": "@@ -162,8 +162,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 | Fix get error on empty data |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.