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
20.06.2020 17:24:00
-7,200
aa71c672f8e2c453bed929dcb867eaaceb81ef52
Updated art partial paths
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -21,7 +21,7 @@ RANGE_SELECTOR = 'RANGE_SELECTOR'\nART_SIZE_POSTER = '_342x684'\nART_SIZE_FHD = '_1920x1080'\n-# ART_SIZE_HD = '_1280x720'\n+ART_SIZE_HD = '_1280x720'\nART_SIZE_S...
Python
MIT License
castagnait/plugin.video.netflix
Updated art partial paths
106,046
20.06.2020 17:26:07
-7,200
738c92b225c866948422fc7ecc97f4841fd93f4c
Timestamp format fixes
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -271,7 +271,7 @@ def _metadata(video_id):\n{\n'endpoint': 'metadata',\n'params': {'movieid': video_id.value,\n- '_': int(time.time())}\n+ '_': int(time.time() * 10...
Python
MIT License
castagnait/plugin.video.netflix
Timestamp format fixes
106,046
20.06.2020 17:27:30
-7,200
6a35e48b65deeec0ed85e9a9f23648369f2bfd7c
Misc changes to nfsession
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cookies.py", "new_path": "resources/lib/common/cookies.py", "diff": "@@ -30,15 +30,16 @@ class CookiesExpiredError(Exception):\n\"\"\"Stored cookies are expired\"\"\"\n-def save(account_hash, cookie_jar):\n+def save(account_hash, cookie_ja...
Python
MIT License
castagnait/plugin.video.netflix
Misc changes to nfsession
106,046
20.06.2020 18:21:09
-7,200
a3dc20688d8413227decf1c613819924c9922a16
Changed definitions to loco and some fixes
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -65,13 +65,13 @@ def update_loco_context(context_name):\ncommon.warn('Update loco context {} skipped due to missing loco index', context_name)\nreturn\npath = [['l...
Python
MIT License
castagnait/plugin.video.netflix
Changed definitions to loco and some fixes
106,046
20.06.2020 18:44:33
-7,200
b17663b37ec561d69d7f427da48859903152daf1
Removed wrong 'call' method param from path_request
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -221,7 +221,7 @@ class NetflixSession(NFSessionAccess, DirectoryBuilder):\ndef _path_request(self, paths, use_jsongraph=False):\n\"\"\"Exec...
Python
MIT License
castagnait/plugin.video.netflix
Removed wrong 'call' method param from path_request
106,046
20.06.2020 19:27:26
-7,200
b3f0cab7090743b97505aa676b93cd48eb0c5aeb
Add support for possible re-implement of browsing lists of genres
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/directorybuilder/dir_builder.py", "new_path": "resources/lib/services/directorybuilder/dir_builder.py", "diff": "@@ -131,9 +131,10 @@ class DirectoryBuilder(DirectoryRequests):\nif genre_id:\n# Load the LoCo list of the specified genre\n...
Python
MIT License
castagnait/plugin.video.netflix
Add support for possible re-implement of browsing lists of genres
106,046
21.06.2020 09:37:33
-7,200
187c4b6a4aeda0f76e7cf32bfcb5d267059f7b55
Remove whitespaces from credentials some users inadvertently insert spaces, and this cause issue with MSL side by raising error: Email or password is incorrect
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -110,8 +110,8 @@ def set_credentials(email, password):\nDoes nothing if either email or password are not supplied.\n\"\"\"\nif email and password:\n- g.LOCAL_D...
Python
MIT License
castagnait/plugin.video.netflix
Remove whitespaces from credentials some users inadvertently insert spaces, and this cause issue with MSL side by raising error: Email or password is incorrect
106,046
21.06.2020 09:43:50
-7,200
278453cdf6ea4a9bef216f5282a5afc75c941d8a
Removed return not needed
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -39,10 +39,6 @@ def ask_credentials():\npassword = ask_for_password()\ncommon.verify_credentials(password)\ncommon.set_credentials(email, password)\n- return {\n- 'e...
Python
MIT License
castagnait/plugin.video.netflix
Removed return not needed
106,046
21.06.2020 09:45:29
-7,200
4a09a819d75de0be945f83cfc3fabac63a594964
Add search icon to search menu
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -172,7 +172,7 @@ class GlobalVariables(object):\n'loco_known': False,\n'label_id': 30011,\n'description_id': 30092,\n- 'icon': None,\n+ 'icon': 'DefaultAddonsSearch.png',\n'view': V...
Python
MIT License
castagnait/plugin.video.netflix
Add search icon to search menu
106,046
21.06.2020 15:00:02
-7,200
f615d0c3b521bd45593b95917fb5054d2d39bb31
Version bump (1.5.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.4.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.5.0) (#709)
106,046
24.06.2020 20:08:00
-7,200
8d63f93999eb3a7d58bc1ab232f193cbc8d3d56a
Update automatically ui/client version
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "from __future__ import absolute_import, division, unicode_literals\nimport json\n-from re import compile as recompile, DOTALL, sub\n+from re import search, compile as recompile...
Python
MIT License
castagnait/plugin.video.netflix
Update automatically ui/client version
106,046
24.06.2020 20:09:48
-7,200
b5bbd5b962c5267dc4b7e862f9aa36c6e291abaf
Changed key pair id
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/default_crypto.py", "new_path": "resources/lib/services/msl/default_crypto.py", "diff": "@@ -67,7 +67,7 @@ class DefaultMSLCrypto(MSLBaseCrypto):\n'keydata': {\n'publickey': public_key.decode('utf-8'),\n'mechanism': 'JWK_RSA',\n- 'ke...
Python
MIT License
castagnait/plugin.video.netflix
Changed key pair id
106,046
24.06.2020 20:14:42
-7,200
037549e11999440ef50a6a62906314a2962f6690
Improved some data
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -192,7 +192,7 @@ class MSLHandler(object):\n'supportsUnequalizedDownloadables': True,\n'showAllSubDubTracks': False,\n'titleSpecificData': {\n- vie...
Python
MIT License
castagnait/plugin.video.netflix
Improved some data
106,046
24.06.2020 20:15:51
-7,200
45d2b260bd17af3b93d1d2def036a909aa4e1d4d
Add challenge data to manifest request (only ARM devices)
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/android_crypto.py", "new_path": "resources/lib/services/msl/android_crypto.py", "diff": "@@ -92,10 +92,16 @@ class AndroidMSLCrypto(MSLBaseCrypto):\nraise MSLError('Widevine CryptoSession getKeyRequest failed!')\ncommon.debug('Widevi...
Python
MIT License
castagnait/plugin.video.netflix
Add challenge data to manifest request (only ARM devices)
106,046
26.06.2020 10:00:03
-7,200
e79ecae3e07f7907bc5b0f3e8f5b2a25d30a63fc
Use a single loop
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/directorybuilder/dir_builder.py", "new_path": "resources/lib/services/directorybuilder/dir_builder.py", "diff": "@@ -151,8 +151,11 @@ class DirectoryBuilder(DirectoryRequests):\ndef get_mylist_videoids_profile_switch(self):\n# Special me...
Python
MIT License
castagnait/plugin.video.netflix
Use a single loop
106,046
27.06.2020 09:48:53
-7,200
857fca91ba4a3f00a0e708e0175dd0be17627dc1
Simplified get_metadata and VideoId derive_parent
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -220,39 +220,33 @@ def _update_mylist_cache(videoid, operation, params):\ndef get_metadata(videoid, refresh=False):\n\"\"\"Retrieve additional metadata for the giv...
Python
MIT License
castagnait/plugin.video.netflix
Simplified get_metadata and VideoId derive_parent
106,046
27.06.2020 11:06:14
-7,200
5b6a3b3c96e289ab3528a3e1b9618cae09f7883f
Version bump (1.5.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.5.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.5.1) (#715)
106,046
27.06.2020 15:22:33
-7,200
b9a0ea60c8e4cb55e6680ce347f1207603605d20
Oversight missed return
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -99,6 +99,7 @@ class NetflixSession(NFSessionAccess, DirectoryBuilder):\ncurrent_active_guid = g.LOCAL_DB.get_active_profile_guid()\nif sel...
Python
MIT License
castagnait/plugin.video.netflix
Oversight missed return
106,046
30.06.2020 14:13:18
-7,200
d86c4309ea873f6a89f19252171bf449d85f1333
Renamed ask_for_pin
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -60,13 +60,13 @@ def ask_for_rating():\nreturn None\n-def ask_for_pin(message):\n- \"\"\"Ask the user for the adult pin\"\"\"\n+def show_dlg_input_numeric(message, m...
Python
MIT License
castagnait/plugin.video.netflix
Renamed ask_for_pin
106,046
30.06.2020 14:20:38
-7,200
026db4b5b3a36d4936b3babe36d558c7df1e856f
Implemented select dialog
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -134,3 +134,12 @@ def show_library_task_errors(notify_errors, errors):\nxbmcgui.Dialog().ok(common.get_local_string(0),\n'\\n'.join(['{} ({})'.format(err['task_title...
Python
MIT License
castagnait/plugin.video.netflix
Implemented select dialog
106,046
30.06.2020 17:42:46
-7,200
f6ba117debbade1b7cef83f40631f0e450385aba
Database update for search table
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_update.py", "new_path": "resources/lib/database/db_update.py", "diff": "@@ -17,7 +17,25 @@ def run_local_db_updates(current_version, upgrade_to_version): # pylint: disabl\n\"\"\"Perform database actions for a db version change\"\"\"\n...
Python
MIT License
castagnait/plugin.video.netflix
Database update for search table
106,046
01.07.2020 10:01:48
-7,200
16775efc9300ccdfac8c0beb694cbc4a991fe36a
Add has_show_setting/has_sort_setting to menu options
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -64,19 +64,22 @@ class GlobalVariables(object):\n'''\n--Main Menu key infos--\n- path : passes information to the called method generally structured as follows: [func. name, menu id...
Python
MIT License
castagnait/plugin.video.netflix
Add has_show_setting/has_sort_setting to menu options
106,046
01.07.2020 18:28:07
-7,200
edb87359b7f039af08e1fd7235bc18855500f84e
Add update_container
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodiops.py", "new_path": "resources/lib/common/kodiops.py", "diff": "@@ -120,6 +120,12 @@ def refresh_container(use_delay=False):\nxbmc.executebuiltin('Container.Refresh')\n+def container_update(url, reset_history=False):\n+ \"\"\"Update t...
Python
MIT License
castagnait/plugin.video.netflix
Add update_container
106,046
01.07.2020 18:52:27
-7,200
5b997f369eee9e13bed6b8980f7928b21552c9f1
Implemented context menu edit
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_local.py", "new_path": "resources/lib/database/db_local.py", "diff": "@@ -163,3 +163,10 @@ class NFLocalDatabase(db_sqlite.SQLiteDatabase):\nupdate_query = 'UPDATE search SET LastAccess = ? WHERE ID = ?'\ndate_last_access = common.con...
Python
MIT License
castagnait/plugin.video.netflix
Implemented context menu edit
106,046
02.07.2020 12:00:18
-7,200
37b344fe5788bd5ea6b1fb1dd4c50faacb27d986
Removed not needed check
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -180,7 +180,7 @@ class MSLHandler(object):\npass\nisa_addon = xbmcaddon.Addon('inputstream.adaptive')\n- hdcp_override = isa_addon is not None and ...
Python
MIT License
castagnait/plugin.video.netflix
Removed not needed check
106,046
02.07.2020 12:02:19
-7,200
2a15bedb2793e7e76c11191ee1b994f907c8a9d3
Container update func improvements
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -36,7 +36,7 @@ def catch_api_errors(func):\ndef logout():\n\"\"\"Logout of the current account\"\"\"\n- common.make_call('logout', g.BASE_URL)\n+ common.make_call(...
Python
MIT License
castagnait/plugin.video.netflix
Container update func improvements
106,046
02.07.2020 14:26:34
-7,200
fd409164fd5488136f4cf0867f7f697ea1c450c2
Renamed refresh_container
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodiops.py", "new_path": "resources/lib/common/kodiops.py", "diff": "@@ -109,7 +109,7 @@ def scan_library(path=\"\"):\nreturn json_rpc(method, params)\n-def refresh_container(use_delay=False):\n+def container_refresh(use_delay=False):\n\"\...
Python
MIT License
castagnait/plugin.video.netflix
Renamed refresh_container
106,046
02.07.2020 16:54:08
-7,200
2a83d686f00f046e6ac3ccede90c0e192f80b10d
Removed ProfileGateState and Profile timeout (was test purpose)
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -44,7 +44,6 @@ PAGE_ITEMS_INFO = [\n'models/serverDefs/data/BUILD_IDENTIFIER',\n'models/esnGeneratorModel/data/esn',\n'models/memberContext/data/geo/preferredLocale'\n- # 'm...
Python
MIT License
castagnait/plugin.video.netflix
Removed ProfileGateState and Profile timeout (was test purpose)
106,046
04.07.2020 18:06:16
-7,200
1a33430f74cd6b90166a8ccc489cc6e7b3e81587
Version bump (1.6.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.5.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.6.0) (#732)
106,046
06.07.2020 20:06:14
-7,200
b594fde0afbb6b1a7b99139ca52e9ac093ee0b83
Update README.md Copied log rules also here
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -109,7 +109,12 @@ If something doesn't work for you:\n4. Open a new github issue (of type *Problem report*) by following the instructions in the report\nWe can't help you if you don't provide detailed informatio...
Python
MIT License
castagnait/plugin.video.netflix
Update README.md Copied log rules also here
106,031
07.07.2020 22:08:00
-7,200
c8347996e032013a15b88280919de2f3fa0e33d6
fix: Add search table on to sqlite db on fresh installs
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_create_sqlite.py", "new_path": "resources/lib/database/db_create_sqlite.py", "diff": "@@ -65,6 +65,15 @@ def _create_local_database(db_file_path):\n'Value TEXT);')\ncur.execute(table)\n+ table = str('CREATE TABLE search ('\n+ 'ID INTE...
Python
MIT License
castagnait/plugin.video.netflix
fix: Add search table on to sqlite db on fresh installs
106,046
07.07.2020 18:29:28
-7,200
8fb3984377416d9b6806b3a8432a1b374c9b9013
Removed not more needed condition
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -254,8 +254,6 @@ class MSLHandler(object):\n# Save the manifest to the cache to retrieve it during its validity\nexpiration = int(manifest['expirat...
Python
MIT License
castagnait/plugin.video.netflix
Removed not more needed condition
106,046
07.07.2020 18:30:21
-7,200
284df750ad5cf59d47aba90553f3902941ced086
Removed profile name from debug info
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -65,7 +65,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
Removed profile name from debug info
106,046
08.07.2020 08:15:40
-7,200
30a807b2a393b9947627e5005e4f328b3290b5cc
Version bump (1.6.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.6.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.6.1) (#745)
106,046
07.07.2020 18:24:16
-7,200
70100891ea7d09014932e3a81accffa214e56609
Optimized request for internal my list data
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/paths.py", "new_path": "resources/lib/api/paths.py", "diff": "@@ -15,9 +15,13 @@ import resources.lib.common as common\nfrom resources.lib.globals import g\nfrom .exceptions import InvalidReferenceError\n-MAX_PATH_REQUEST_SIZE = 47 # Stands f...
Python
MIT License
castagnait/plugin.video.netflix
Optimized request for internal my list data
106,046
18.07.2020 08:35:06
-7,200
24c896f3f2dac239a45ab7da9c1474064b1c5c89
Add missing request size argument
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/directorybuilder/dir_builder_requests.py", "new_path": "resources/lib/services/directorybuilder/dir_builder_requests.py", "diff": "@@ -285,8 +285,8 @@ class DirectoryRequests(object):\n'paths': paths,\n'length_params': ['stdlist', [conte...
Python
MIT License
castagnait/plugin.video.netflix
Add missing request size argument
106,046
21.07.2020 18:24:31
-7,200
b21f074b72a5c0c05ed97867c8e04dd2949cfede
Improved import unescape cases
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -368,6 +368,11 @@ def parse_html(html_value):\n\"\"\"Parse HTML entities\"\"\"\ntry: # Python 2\nfrom HTMLParser import HTMLParser\n- except ImportError: # Python 3\n+ retur...
Python
MIT License
castagnait/plugin.video.netflix
Improved import unescape cases
106,046
23.07.2020 09:55:48
-7,200
127b2dfb3c5c39a3f7eda9afa6ef5591ac07b5b6
Avoid add guid parameter to folders Not used in folder case
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_builder_items.py", "diff": "@@ -290,7 +290,7 @@ def _create_video_item(videoid_value, video, video_list, perpetual_range...
Python
MIT License
castagnait/plugin.video.netflix
Avoid add guid parameter to folders Not used in folder case
106,046
23.07.2020 09:59:23
-7,200
c96ee636ef280e512300b742f449d2b4f0b20485
Initial changes to different path for STRM files
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -14,7 +14,6 @@ import xbmcgui\nfrom resources.lib.api.exceptions import MetadataNotAvailable, InputStreamHelperError\nfrom resources.lib.api.paths import EVENT_P...
Python
MIT License
castagnait/plugin.video.netflix
Initial changes to different path for STRM files
106,046
23.07.2020 10:02:26
-7,200
5057837c2876cb2b19999284b4140d8a86b369fc
Fixed limit case of TypeError
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/library_updater.py", "new_path": "resources/lib/services/library_updater.py", "diff": "@@ -67,8 +67,12 @@ class LibraryUpdateService(xbmc.Monitor):\n\"\"\"\nCheck if Kodi has been idle for 5 minutes\n\"\"\"\n+ try:\nif not g.ADDON.getSet...
Python
MIT License
castagnait/plugin.video.netflix
Fixed limit case of TypeError
106,046
24.07.2020 11:22:01
-7,200
9eea683647da6d814b6a2155842488a293b575b3
Add load/save a file on a different path
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -78,28 +78,48 @@ def copy_file(from_path, to_path):\npass\n-def save_file(filename, content, mode='wb'):\n+def save_file_def(filename, content, mode='wb'):\n\"\"\"\n- ...
Python
MIT License
castagnait/plugin.video.netflix
Add load/save a file on a different path
106,046
24.07.2020 11:22:37
-7,200
747d4cbc2d487df8fedb580121fe1428172e9a1c
Add delete folder method
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -168,6 +168,14 @@ def delete_folder_contents(path, delete_subfolders=False):\nxbmcvfs.rmdir(os.path.join(path, directory))\n+def delete_folder(path):\n+ \"\"\"Delete a...
Python
MIT License
castagnait/plugin.video.netflix
Add delete folder method
106,046
23.07.2020 11:58:43
-7,200
6472a97f944f0d46ce9b63eb13a02c6069a85d51
Raise MetadataNotAvailable instead return empty value
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession_ops.py", "new_path": "resources/lib/services/nfsession/nfsession_ops.py", "diff": "@@ -132,7 +132,6 @@ class NFSessionOperations(SessionPathRequests):\n\"\"\"Retrieve additional metadata for the given VideoId\"\"\"\ni...
Python
MIT License
castagnait/plugin.video.netflix
Raise MetadataNotAvailable instead return empty value
106,046
24.07.2020 08:46:55
-7,200
3d0dff6e7c9392eb579bf3437f736c8ed1226602
Use the new path to playing STRM files
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -188,7 +188,7 @@ def write_strm_file(videoid, file_path):\nfilehandle = xbmcvfs.File(xbmc.translatePath(file_path), 'wb')\ntry:\nfilehandle.write(bytearray(build_url(v...
Python
MIT License
castagnait/plugin.video.netflix
Use the new path to playing STRM files
106,046
24.07.2020 11:43:41
-7,200
c93c831a8d0cfced50c6d1da3d673902f1e7bdee
New import existing library feature
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -561,7 +561,7 @@ msgid \"Enable IPC over HTTP (use when Addon Signals timeout messages appear)\"\nmsgstr \"\"\nmsgctxt \"#3...
Python
MIT License
castagnait/plugin.video.netflix
New import existing library feature
106,046
24.07.2020 11:52:46
-7,200
82134a3844460d710334b3b295e7944c94bde184
Move delay_anti_ban to right place
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -27,8 +27,7 @@ from resources.lib.kodi.library_tasks import LibraryTasks\nfrom resources.lib.kodi.library_utils import (request_kodi_library_update, get_library_path,\nFOL...
Python
MIT License
castagnait/plugin.video.netflix
Move delay_anti_ban to right place
106,046
24.07.2020 14:02:11
-7,200
16170a916d27e79216e2395a4086d6a22c069186
Migrate library to new format on upgrade
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_actions.py", "new_path": "resources/lib/upgrade_actions.py", "diff": "@@ -14,9 +14,11 @@ import os\nimport xbmc\nimport xbmcvfs\n-from resources.lib.common.fileops import delete_folder_contents\n-from resources.lib.common.logging import d...
Python
MIT License
castagnait/plugin.video.netflix
Migrate library to new format on upgrade
106,046
24.07.2020 14:45:23
-7,200
ac51812c6346f8d67ab1ed4aa608c11a8da16400
Avoid video playback from library after STRM migration
[ { "change_type": "MODIFY", "old_path": "resources/lib/run_addon.py", "new_path": "resources/lib/run_addon.py", "diff": "@@ -204,11 +204,21 @@ def run(argv):\nif success:\ntry:\nif _check_valid_credentials():\n+ cancel_playback = False\n+ pathitems = [part for part in g.PATH.split('/') if part]\nif g...
Python
MIT License
castagnait/plugin.video.netflix
Avoid video playback from library after STRM migration
106,046
24.07.2020 15:39:01
-7,200
e721a072e918902c505c6ae00a453d8565fd01b3
Fixed unicodedecode errors on py2
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -158,14 +158,14 @@ def delete_folder_contents(path, delete_subfolders=False):\n\"\"\"\ndirectories, files = list_dir(xbmc.translatePath(path))\nfor filename in files:\...
Python
MIT License
castagnait/plugin.video.netflix
Fixed unicodedecode errors on py2
106,046
24.07.2020 15:44:20
-7,200
c2aae0032673cbbfedbd7932f9d178538fdf1a25
Removed delete_ndb_files
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -176,13 +176,6 @@ def delete_folder(path):\nxbmcvfs.rmdir(xbmc.translatePath(path))\n-def delete_ndb_files(data_path=g.DATA_PATH):\n- \"\"\"Delete all .ndb files in a ...
Python
MIT License
castagnait/plugin.video.netflix
Removed delete_ndb_files
106,046
24.07.2020 17:15:36
-7,200
7f6fb27117bea4e2b45df5e11d957ce999241784
Update README.md Shortened feature list some complain is too long
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "This plugin is not officially commissioned/supported by Netflix.\nThe trademark \"Netflix\" is registered by \"Netflix, Inc.\"\n-## Features\n-\n-- Access to multiple profiles\n-- Search Netflix including suggestio...
Python
MIT License
castagnait/plugin.video.netflix
Update README.md Shortened feature list some complain is too long
106,046
25.07.2020 09:59:43
-7,200
460238390f402114d0367ca51fef2e41c2ee6e5a
Show also the class name when an error occurs
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_utils.py", "new_path": "resources/lib/services/msl/msl_utils.py", "diff": "@@ -50,6 +50,7 @@ AUDIO_CHANNELS_CONV = {1: '1.0', 2: '2.0', 6: '5.1', 8: '7.1'}\ndef display_error_info(func):\n\"\"\"Decorator that catches errors raise...
Python
MIT License
castagnait/plugin.video.netflix
Show also the class name when an error occurs
106,046
26.07.2020 01:25:41
-7,200
5e6e2a4ccbf52b9b33d579b900cf2ac96f4bc18a
Moved sync nf watched status setting on top
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "<setting id=\"viewmodeexportedid\" type=\"number\" label=\"30143\" visible=\"eq(-1,1) + eq(-20,true)\" enable=\"eq(-20,true)\" subsetting=\"true\"/>\n</category>\n<category label=\"30078\"...
Python
MIT License
castagnait/plugin.video.netflix
Moved sync nf watched status setting on top
106,046
26.07.2020 02:31:06
-7,200
d9fb4ba80899198794dd4945bda0e960c7e46ed0
Fixed possible error when there are no subtitles
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/am_stream_continuity.py", "new_path": "resources/lib/services/playback/am_stream_continuity.py", "diff": "@@ -103,7 +103,7 @@ class AMStreamContinuity(ActionManager):\ncurrent_stream = self.current_streams['subtitle']\nplayer_st...
Python
MIT License
castagnait/plugin.video.netflix
Fixed possible error when there are no subtitles
106,046
26.07.2020 02:32:43
-7,200
836eb90578d782a71cba8d5d8ced25df627aa306
Avoid crash due to Kodi 19 JSON-RPC Player.GetProperties bug
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/action_controller.py", "new_path": "resources/lib/services/playback/action_controller.py", "diff": "@@ -178,7 +178,8 @@ class ActionController(xbmc.Monitor):\n'percentage',\n'time']\n})\n- except IOError:\n+ except IOError as ex...
Python
MIT License
castagnait/plugin.video.netflix
Avoid crash due to Kodi 19 JSON-RPC Player.GetProperties bug
106,046
28.07.2020 20:29:07
-7,200
315958b1a1843cf16f2cea5e4aaadbd29e63ec47
Version bump (1.7.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.6.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.7.0) (#769)
106,046
30.07.2020 15:30:51
-7,200
c4615efd8fe5bafae291a6ef4943d3fa5e84d6dc
Deleted unused global COOKIES
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cookies.py", "new_path": "resources/lib/common/cookies.py", "diff": "@@ -34,7 +34,6 @@ def save(account_hash, cookie_jar, log_output=True):\n\"\"\"Save a cookie jar to file and in-memory storage\"\"\"\nif log_output:\nlog_cookie(cookie_jar...
Python
MIT License
castagnait/plugin.video.netflix
Deleted unused global COOKIES
106,046
30.07.2020 16:11:09
-7,200
36bf31657b67e6c1b26d8c082b0f6f4ecc902c0f
Improved speed of add-on sequential executions Saved about 250ms in add-on sequential executions (e.g. when browsing lists)
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -217,30 +217,49 @@ class GlobalVariables(object):\nself.CACHE_MYLIST_TTL = None\nself.CACHE_METADATA_TTL = None\n- def init_globals(self, argv, reinitialize_database=False):\n- \"\"...
Python
MIT License
castagnait/plugin.video.netflix
Improved speed of add-on sequential executions Saved about 250ms in add-on sequential executions (e.g. when browsing lists)
106,046
31.07.2020 09:31:45
-7,200
48e9b927398c9c44e6c0343f4655de7a0e8382ec
Removed is_profile_session_active not working anymore
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -94,43 +94,6 @@ def extract_session_data(content, validate=False, update_profiles=False):\nloco_root = falcor_cache['loco']['value'][1]\ng.LOCAL_DB.set_value('loco_root_id',...
Python
MIT License
castagnait/plugin.video.netflix
Removed is_profile_session_active not working anymore
106,046
31.07.2020 17:11:26
-7,200
5bb06b11c2fd018ce9e5eaf759d9b6c8455a8bf1
Improved initial fetch data and better managed profile issues
[ { "change_type": "MODIFY", "old_path": "resources/lib/run_addon.py", "new_path": "resources/lib/run_addon.py", "diff": "@@ -219,10 +219,11 @@ def run(argv):\n'InputStream Helper has generated an internal error:\\r\\n{}\\r\\n\\r\\n'\n'Please report it to InputStream Helper github.'.format(exc)))\nsuc...
Python
MIT License
castagnait/plugin.video.netflix
Improved initial fetch data and better managed profile issues
106,046
01.08.2020 10:50:46
-7,200
e85258d634f105a55088c878a2d1a05631d2b0da
Removed cookie check fallback Long forgotten, the old system used on v0.14 referred to this:
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/cookie.py", "new_path": "resources/lib/services/nfsession/session/cookie.py", "diff": "@@ -47,11 +47,9 @@ class SessionCookie(SessionBase):\nreturn False\nfor cookie_name in LOGIN_COOKIES:\nif cookie_name not in list(se...
Python
MIT License
castagnait/plugin.video.netflix
Removed cookie check fallback Long forgotten, the old system used on v0.14 referred to this: https://github.com/CastagnaIT/plugin.video.netflix/commit/ac939c83f94aacd9a0a44f61bf21234c10df341c#diff-d9b1c04f1ba34affea80b51845c48a27
106,046
02.08.2020 09:45:35
-7,200
5eceefd25d955640fc97855d923c9ee6729bf03b
Fixed select first unwatched issue on Kodi 18.x
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -169,7 +169,11 @@ def auto_scroll(list_data):\nif total_items:\n# Delay a bit to wait for the completion of the screen update\nxbmc.sleep(100)\...
Python
MIT License
castagnait/plugin.video.netflix
Fixed select first unwatched issue on Kodi 18.x
106,046
02.08.2020 15:59:17
-7,200
d97f98c3a3b6417eeed155d336c8dead34ee568f
Removed double translatePath
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cookies.py", "new_path": "resources/lib/common/cookies.py", "diff": "@@ -55,7 +55,7 @@ def delete(account_hash):\ndef load(account_hash):\n\"\"\"Load cookies for a given account and check them for validity\"\"\"\nfilename = cookie_filename...
Python
MIT License
castagnait/plugin.video.netflix
Removed double translatePath
106,046
02.08.2020 16:34:30
-7,200
a3063a5a91776990efe8264c67354671938f7580
Avoid exception in cookie clear
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/cookies.py", "new_path": "resources/lib/common/cookies.py", "diff": "@@ -74,10 +74,8 @@ def load(account_hash):\nfinally:\ncookie_file.close()\n# Clear flwssn cookie if present, as it is trouble with early expiration\n- try:\n+ if 'flwssn'...
Python
MIT License
castagnait/plugin.video.netflix
Avoid exception in cookie clear
106,046
02.08.2020 16:50:45
-7,200
bc27b48e12f5b3ffd73f3cacc34cf2deec840258
Set crypto handler in a better way
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_request_builder.py", "new_path": "resources/lib/services/msl/msl_request_builder.py", "diff": "@@ -12,26 +12,11 @@ from __future__ import absolute_import, division, unicode_literals\nimport json\nimport base64\nimport random\n-im...
Python
MIT License
castagnait/plugin.video.netflix
Set crypto handler in a better way
106,046
02.08.2020 17:20:20
-7,200
9e3859ad36e9d86d2f45589f386faaaf16170e68
Moved imports out
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import base64\n+\nfrom resources.lib.globals import G\nfrom resources.lib.api.excepti...
Python
MIT License
castagnait/plugin.video.netflix
Moved imports out
106,046
03.08.2020 10:28:42
-7,200
07b9d58222ddcb6ff9d784a52782555fedba4c01
Small fix and improved comments
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -130,21 +130,23 @@ class MSLRequests(MSLRequestBuilder):\nif not force_auth_credential:\nif current_profile_guid == owner_profile_guid:\n- # It i...
Python
MIT License
castagnait/plugin.video.netflix
Small fix and improved comments
106,046
04.08.2020 14:00:40
-7,200
8de0465baa07ff56c95065d799c360e520ee4927
Moved update_loco_context and update_videoid_bookmark to nfsession
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/api_requests.py", "new_path": "resources/lib/api/api_requests.py", "diff": "@@ -16,7 +16,6 @@ from future.utils import itervalues\nimport resources.lib.common as common\nimport resources.lib.kodi.ui as ui\nfrom resources.lib.common import cac...
Python
MIT License
castagnait/plugin.video.netflix
Moved update_loco_context and update_videoid_bookmark to nfsession
106,046
04.08.2020 14:31:57
-7,200
953864c5d1ff8a285ec9b50fd59fb73c3c0f862e
Moved esn.py to utils
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/__init__.py", "new_path": "resources/lib/common/__init__.py", "diff": "@@ -22,4 +22,3 @@ from .device_utils import * # pylint: disable=redefined-builtin\nfrom .misc_utils import * # pylint: disable=redefined-builtin\nfrom .data_conversion ...
Python
MIT License
castagnait/plugin.video.netflix
Moved esn.py to utils
106,046
04.08.2020 16:06:12
-7,200
bb97ded4214c0b10e9d962be38b585cb6abc0476
Moved get_esn to esn.py
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -343,12 +343,6 @@ class GlobalVariables(object):\n\"\"\"\nreturn G.LOCAL_DB.get_value('suspend_settings_monitor', 'False')\n- def get_esn(self):\n- \"\"\"Get the generated esn or if...
Python
MIT License
castagnait/plugin.video.netflix
Moved get_esn to esn.py
106,046
04.08.2020 20:16:17
-7,200
773ff9c6e0cc583042b6929ff64ad5d098aad2df
Moved cookies.py to utils
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession_ops.py", "new_path": "resources/lib/services/nfsession/nfsession_ops.py", "diff": "@@ -17,7 +17,8 @@ import resources.lib.common as common\nfrom resources.lib.utils.exceptions import (NotLoggedInError, MissingCredenti...
Python
MIT License
castagnait/plugin.video.netflix
Moved cookies.py to utils
106,046
05.08.2020 09:40:51
-7,200
68ac22cb5d2d8a3d37096b0faee0648bcb2c7623
Removed old Lolomo code
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/directorybuilder/dir_path_requests.py", "new_path": "resources/lib/services/nfsession/directorybuilder/dir_path_requests.py", "diff": "@@ -12,12 +12,12 @@ from __future__ import absolute_import, division, unicode_literals\nfrom...
Python
MIT License
castagnait/plugin.video.netflix
Removed old Lolomo code
106,046
05.08.2020 11:14:55
-7,200
b1e080e8362af9c921c903a5af26c3de4f3ef968
When http error 401 happen try refresh session only with shakti endpoint
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/http_requests.py", "new_path": "resources/lib/services/nfsession/session/http_requests.py", "diff": "@@ -62,15 +62,17 @@ class SessionHTTPRequests(SessionBase):\ndata=data)\nLOG.debug('Request took {}s', perf_clock() - ...
Python
MIT License
castagnait/plugin.video.netflix
When http error 401 happen try refresh session only with shakti endpoint
106,046
05.08.2020 13:16:03
-7,200
25aa05f4f2952a90a89651bb0f08e29c035d0222
Changed args to file_exists
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -55,13 +55,13 @@ def create_folder(path):\nxbmcvfs.mkdirs(path)\n-def file_exists(filename, data_path=G.DATA_PATH):\n+def file_exists(file_path):\n\"\"\"\nChecks if a ...
Python
MIT License
castagnait/plugin.video.netflix
Changed args to file_exists
106,046
06.08.2020 12:45:29
-7,200
ecefb537cdffa368e104864b313fbcc010b44b68
Removed wrong 1e-6 multiplication wrong calculation
[ { "change_type": "MODIFY", "old_path": "resources/lib/utils/logging.py", "new_path": "resources/lib/utils/logging.py", "diff": "@@ -19,12 +19,11 @@ import xbmc\ndef perf_clock():\n+ if hasattr(time, 'perf_counter'):\n+ return time.perf_counter() # pylint: disable=no-member\nif hasattr(time, 'clock')...
Python
MIT License
castagnait/plugin.video.netflix
Removed wrong 1e-6 multiplication wrong calculation
105,981
07.08.2020 23:06:46
-7,200
4ce6de5ac173bfb5b630400a06671b5510d75649
Update pull_request_template.md `CONTRIBUTING` and `Pull Requests` was not working and i made a tiny tweak too :)
[ { "change_type": "MODIFY", "old_path": ".github/pull_request_template.md", "new_path": ".github/pull_request_template.md", "diff": "### Check if this PR fulfills these requirements:\n* [ ] My changes respect the [Kodi add-on development rules](https://kodi.wiki/view/Add-on_rules)\n-* [ ] I have read...
Python
MIT License
castagnait/plugin.video.netflix
Update pull_request_template.md (#795) `CONTRIBUTING` and `Pull Requests` was not working and i made a tiny tweak too :)
106,046
08.08.2020 10:16:00
-7,200
78daae8d3aa769a7daaa02e86f396ecbfae6f557
Removed hardcoded plugin id
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "<settings>\n<category label=\"30031\"><!--General-->\n<setting label=\"30014\" type=\"lsep\"/><!--Account-->\n- <setting id=\"logout\" type=\"action\" label=\"30017\" action=\"RunPlugin(pl...
Python
MIT License
castagnait/plugin.video.netflix
Removed hardcoded plugin id
106,046
08.08.2020 10:19:30
-7,200
f377d3258e7ba3676224660a5d3dcc7d465fe1d6
Moved watched status sync setting to main settings page
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "<setting id=\"logout\" type=\"action\" label=\"30017\" action=\"RunPlugin(plugin://$ID/action/logout/)\" option=\"close\"/>\n<setting id=\"parental_control\" type=\"action\" label=\"30062\...
Python
MIT License
castagnait/plugin.video.netflix
Moved watched status sync setting to main settings page
106,046
08.08.2020 11:19:39
-7,200
d88dcf6e8af83a08146037aa7e7be1f4bd417fa9
Fixed cache service regression The service cache must not be reinitialized every time
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -286,7 +286,7 @@ class GlobalVariables(object):\nself.CACHE_TTL = self.ADDON.getSettingInt('cache_ttl') * 60\nself.CACHE_MYLIST_TTL = self.ADDON.getSettingInt('cache_mylist_ttl') * ...
Python
MIT License
castagnait/plugin.video.netflix
Fixed cache service regression The service cache must not be reinitialized every time
106,046
08.08.2020 11:21:24
-7,200
9dfbf1a0980bce03d291eb600870b2c3214dbca4
Invalidate cache when page results setting change
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/settings_monitor.py", "new_path": "resources/lib/services/settings_monitor.py", "diff": "@@ -88,8 +88,15 @@ class SettingsMonitor(xbmc.Monitor):\nG.LOCAL_DB.set_value('menu_{}_sortorder'.format(menu_id),\nmenu_sortorder_new_setting,\nTAB...
Python
MIT License
castagnait/plugin.video.netflix
Invalidate cache when page results setting change
106,046
08.08.2020 11:33:32
-7,200
c01e425648125c6920afbe10b03b05cb56e44876
Fixed pylint too-many-branches
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/settings_monitor.py", "new_path": "resources/lib/services/settings_monitor.py", "diff": "@@ -62,7 +62,7 @@ class SettingsMonitor(xbmc.Monitor):\nif not use_mysql_after and use_mysql_old:\nG.LOCAL_DB.set_value('use_mysql', False, TABLE_SE...
Python
MIT License
castagnait/plugin.video.netflix
Fixed pylint too-many-branches
106,046
08.08.2020 12:58:53
-7,200
32429fab5b04930caf92333179dd93562db01d04
Changes for Code Climate
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory_utils.py", "new_path": "resources/lib/navigation/directory_utils.py", "diff": "@@ -163,23 +163,12 @@ def auto_scroll(list_data):\nworks only with Sync of watched status with netflix\n\"\"\"\n# A sad implementation to a Kodi f...
Python
MIT License
castagnait/plugin.video.netflix
Changes for Code Climate
106,046
09.08.2020 11:09:49
-7,200
8618f77768f577107865c239e60fba2315374eb4
Protect settings when auto-update is running
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/library.py", "new_path": "resources/lib/navigation/library.py", "diff": "@@ -68,6 +68,8 @@ class LibraryActionExecutor(object):\n\"\"\"\nSelect a profile for the synchronization of Kodi library with Netflix \"My List\"\n\"\"\"\n+ if _c...
Python
MIT License
castagnait/plugin.video.netflix
Protect settings when auto-update is running
106,046
10.08.2020 09:26:25
-7,200
45a77be6ad6c9601564e5832660fc43eecc8d118
Removed partial HUB integration code
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -196,7 +196,6 @@ class GlobalVariables(object):\n])\nMODE_DIRECTORY = 'directory'\n- MODE_HUB = 'hub'\nMODE_ACTION = 'action'\nMODE_PLAY = 'play'\nMODE_PLAY_STRM = 'play_strm'\n" ...
Python
MIT License
castagnait/plugin.video.netflix
Removed partial HUB integration code
106,046
10.08.2020 09:55:36
-7,200
43b47e3d2e89b018d8055c109580c04fe1deab29
Protect nfsession service from possible errors
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -13,6 +13,7 @@ import resources.lib.common as common\nfrom resources.lib.globals import G\nfrom resources.lib.services.nfsession.directoryb...
Python
MIT License
castagnait/plugin.video.netflix
Protect nfsession service from possible errors
106,046
12.08.2020 10:23:58
-7,200
e384240fff00b775a46daaad6473f16e53d9e601
Version bump (1.7.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.7.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.7.1) (#796)
106,046
17.08.2020 15:24:57
-7,200
19e6e9ffc8260c02e0eb770f83d49e352670f5d2
Fixed http IPC switch regression
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -276,11 +276,11 @@ class GlobalVariables(object):\nself.ADDON.getSettingString('debug_log_level'),\nself.ADDON.getSettingBool('enable_timing'))\n+ self.IPC_OVER_HTTP = self.ADDON.ge...
Python
MIT License
castagnait/plugin.video.netflix
Fixed http IPC switch regression
106,046
17.08.2020 15:25:44
-7,200
f1878ad9c105eedc49ec9105f092904a179531c7
Moved cache ttl values to cache mngmnt and other changes
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -255,6 +255,8 @@ class GlobalVariables(object):\nself.IS_SERVICE = True\nself.BASE_URL = '{scheme}://{netloc}'.format(scheme='plugin',\nnetloc=self.ADDON_ID)\n+ from resources.lib.c...
Python
MIT License
castagnait/plugin.video.netflix
Moved cache ttl values to cache mngmnt and other changes
106,046
17.08.2020 18:27:17
-7,200
e27c5b8859118dd141dc76ff62548a6c1dc44512
Deleted code of settings that no longer exist
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/access.py", "new_path": "resources/lib/services/nfsession/session/access.py", "diff": "@@ -139,14 +139,11 @@ class SessionAccess(SessionCookie, SessionHTTPRequests):\nG.ADDON.setSettingBool('lib_sync_mylist', False)\nG....
Python
MIT License
castagnait/plugin.video.netflix
Deleted code of settings that no longer exist
106,046
18.08.2020 10:34:52
-7,200
1e07aa8cd85a0394030477267e767a0e477a4c6d
Reimplemented "All Movies","All TV shows","Browse subgenres" menus
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -171,7 +171,7 @@ class Directory(object):\ncall_args = {\n'pathitems': pathitems,\n'menu_data': menu_data,\n- 'sub_genre_id': self.params.get('genre_id'), ...
Python
MIT License
castagnait/plugin.video.netflix
Reimplemented "All Movies","All TV shows","Browse subgenres" menus
106,046
20.08.2020 16:05:18
-7,200
6dad16f86df443e5c665efd635f53f582a96ecf1
Version bump (1.8.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.7.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=\...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (1.8.0) (#814)
106,046
24.08.2020 13:39:16
-7,200
5fbe642f87aa8f04b69c1f072c7e0d86fc526164
Avoid warn log msg when there are no credentials
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/access.py", "new_path": "resources/lib/services/nfsession/session/access.py", "diff": "@@ -18,7 +18,8 @@ import resources.lib.utils.cookies as cookies\nimport resources.lib.kodi.ui as ui\nfrom resources.lib.utils.esn im...
Python
MIT License
castagnait/plugin.video.netflix
Avoid warn log msg when there are no credentials
106,046
24.08.2020 15:00:26
-7,200
e8114ce4cf3ec14b64c75cde078bc5558e1259a7
Add Dialog().browse stub
[ { "change_type": "MODIFY", "old_path": "tests/xbmcgui.py", "new_path": "tests/xbmcgui.py", "diff": "@@ -139,6 +139,10 @@ class Dialog:\n\"\"\"A stub implementation for the xbmcgui Dialog class select() method\"\"\"\nreturn -1\n+ def browse(self, type, heading, shares, mask=None, useThumbs=False, tre...
Python
MIT License
castagnait/plugin.video.netflix
Add Dialog().browse stub
106,046
24.08.2020 14:48:09
-7,200
d36ef7ec701bb4aa3e3186854961b9022b258baa
Add show_browse_dialog
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/dialogs.py", "new_path": "resources/lib/kodi/ui/dialogs.py", "diff": "@@ -133,6 +133,22 @@ def show_library_task_errors(notify_errors, errors):\nfor err in errors]))\n+def show_browse_dialog(title, browse_type=0, default_path=None, multi_...
Python
MIT License
castagnait/plugin.video.netflix
Add show_browse_dialog
106,046
24.08.2020 14:53:10
-7,200
21fba46890ad14936c4752f9e552734e0ca54297
Implemented browse library path to import
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -303,7 +303,7 @@ class Library(LibraryTasks):\ndelay_anti_ban()\nreturn True\n- def import_library(self):\n+ def import_library(self, path):\n\"\"\"\nImports an already ex...
Python
MIT License
castagnait/plugin.video.netflix
Implemented browse library path to import
106,046
25.08.2020 15:41:45
-7,200
f7990cb9d5f854257a24a05945d195a2195e21f4
Add some data to http requests and login
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_requests.py", "new_path": "resources/lib/services/msl/msl_requests.py", "diff": "@@ -41,7 +41,8 @@ class MSLRequests(MSLRequestBuilder):\nself.session.headers.update({\n'User-Agent': common.get_user_agent(),\n'Content-Type': 'tex...
Python
MIT License
castagnait/plugin.video.netflix
Add some data to http requests and login
106,046
25.08.2020 20:11:40
-7,200
9d9c486244f8b7aa9f11e6804d9901585d2a1e43
Save credentials only when login successfully Fixes add-on startup problems when unexpected exceptions happens in the login action
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/credentials.py", "new_path": "resources/lib/common/credentials.py", "diff": "@@ -90,14 +90,12 @@ def check_credentials():\nreturn False\n-def set_credentials(email, password):\n+def set_credentials(credentials):\n\"\"\"\n- Encrypt account ...
Python
MIT License
castagnait/plugin.video.netflix
Save credentials only when login successfully Fixes add-on startup problems when unexpected exceptions happens in the login action
106,046
25.08.2020 20:20:35
-7,200
68d3924b7e76db1a8e538db47421dc86e2d5a804
Changed "rememberMe" to False in login payload
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/session/access.py", "new_path": "resources/lib/services/nfsession/session/access.py", "diff": "@@ -179,10 +179,12 @@ def _login_payload(credentials, auth_url, react_context):\ncountry_code = '+' + next(dict_item for dict_item i...
Python
MIT License
castagnait/plugin.video.netflix
Changed "rememberMe" to False in login payload
106,046
26.08.2020 20:32:45
-7,200
0b82b97809c224e088f0f2f756d0cd7815146c39
Add _executemany_non_query
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_base_sqlite.py", "new_path": "resources/lib/database/db_base_sqlite.py", "diff": "@@ -107,6 +107,19 @@ class SQLiteDatabase(db_base.BaseDatabase):\nif self.conn:\nself.conn.close()\n+ def _executemany_non_query(self, query, params, cu...
Python
MIT License
castagnait/plugin.video.netflix
Add _executemany_non_query
106,046
27.08.2020 18:37:20
-7,200
e6dcd3827fafa37e0416304f5caea1e2edd27026
Permanently disabled cacheToDisc The benefit is not clear apparently not seem works good when enabled is shown the cached directory items, but the add-on is always recalled to get the list, for what reason?
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -68,7 +68,7 @@ class Directory(object):\n# Do not perform the profile switch if navigation come from a page that is not the root url,\n# prevents profile s...
Python
MIT License
castagnait/plugin.video.netflix
Permanently disabled cacheToDisc The benefit is not clear apparently not seem works good when enabled is shown the cached directory items, but the add-on is always recalled to get the list, for what reason?