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
08.06.2019 21:21:04
-7,200
9e0bad3670e81dd66a6dd6a032c9042f310e9de6
Version bump (14.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.14.3\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (14.4)
106,046
08.06.2019 22:44:02
-7,200
afc7775199ca243bccc7edc20e1cb21cd27a8af9
Forgotten metadata variable for trailers
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -330,7 +330,7 @@ def update_my_list(videoid, operation):\n@common.time_execution(immediate=False)\ndef metadata(videoid):\n\"\"\"Retrieve additional metadata for the given Vid...
Python
MIT License
castagnait/plugin.video.netflix
Forgotten metadata variable for trailers
105,991
09.06.2019 14:25:39
-7,200
a85e584e42409bd779a821752489055dccd43fcc
Fix Show or other missing metadata
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -330,7 +330,7 @@ def update_my_list(videoid, operation):\n@common.time_execution(immediate=False)\ndef metadata(videoid):\n\"\"\"Retrieve additional metadata for the given Vid...
Python
MIT License
castagnait/plugin.video.netflix
Fix Show or other missing metadata
106,046
14.06.2019 21:43:23
-7,200
f0c42bc770f0b16653127ef38d3b574822f81961
Updated profiles Removed playready-heaac-2-dash often cause problems often on android devices and some rpi, audio tracks are silented, several errors in reading the stream. Readded ddplus-5.1hq-dash it's working again very good! sound quality up to 640kbps Added heaac-2hq-dash stereo sound quality up to 128kbps
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/profiles.py", "new_path": "resources/lib/services/msl/profiles.py", "diff": "@@ -34,11 +34,10 @@ PROFILES = {\n'base': [\n# Audio\n'heaac-2-dash',\n- 'playready-heaac-2-dash',\n+ 'heaac-2hq-dash',\n# Unknown\n'BIF240', 'BIF320'],\n- ...
Python
MIT License
castagnait/plugin.video.netflix
Updated profiles -Removed playready-heaac-2-dash often cause problems often on android devices and some rpi, audio tracks are silented, several errors in reading the stream. -Readded ddplus-5.1hq-dash it's working again very good! sound quality up to 640kbps -Added heaac-2hq-dash stereo sound quality up to 128kbps
106,046
15.06.2019 10:55:13
-7,200
b2baa3a50ffb65800be7173ce6649010bf14ed3c
Fixed rating value conversion to UpNext Addon
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -178,6 +178,8 @@ def _find_next_episode(videoid, metadata):\ndef upnext_info(videoid, infos, art):\n\"\"\"Create a data dict for upnext signal\"\"\"\n+ # Double ...
Python
MIT License
castagnait/plugin.video.netflix
Fixed rating value conversion to UpNext Addon
106,046
18.06.2019 20:34:14
-7,200
ba56b170962a9fa8e7f92aeb8584ac3242d7b85a
Hide subtitle workaround more precise I found the example of an episode that had forced subtitles in other languages except the one being listened to
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/converter.py", "new_path": "resources/lib/services/msl/converter.py", "diff": "@@ -223,11 +223,7 @@ def _get_default_audio_language(manifest):\nchannelList = {'1.0': '1', '2.0': '2'}\nchannelListDolby = {'5.1': '6', '7.1': '8'}\n- # ...
Python
MIT License
castagnait/plugin.video.netflix
Hide subtitle workaround more precise I found the example of an episode that had forced subtitles in other languages except the one being listened to
106,046
19.06.2019 21:43:54
-7,200
5ed88c8c48ac016c55a76d5c121506058d80d918
API_BASE_URL model path changed
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -22,7 +22,7 @@ PAGE_ITEMS = [\n'models/serverDefs/data/BUILD_IDENTIFIER',\n'models/serverDefs/data/ICHNAEA_ROOT',\n'models/serverDefs/data/API_ROOT',\n- 'models/serverDefs/d...
Python
MIT License
castagnait/plugin.video.netflix
API_BASE_URL model path changed Co-authored-by: Jaker MX <jakermx@users.noreply.github.com> Co-authored-by: Smeulf <smeulf@hotmail.fr>
106,046
19.06.2019 21:55:48
-7,200
3e83e416453b1117bcc89e7b43371a16fe72627b
Version bump (14.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.14.4\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (14.5)
106,046
23.06.2019 15:38:01
-7,200
55860266575d8b23804a2525bdd11f1ec154c67f
Moved audio/subtitle/fix_locale functions to kodiops
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodiops.py", "new_path": "resources/lib/common/kodiops.py", "diff": "@@ -123,3 +123,67 @@ def play_media(media):\ndef stop_playback():\n\"\"\"Stop the running playback\"\"\"\nxbmc.executebuiltin('PlayerControl(Stop)')\n+\n+\n+def get_kodi_...
Python
MIT License
castagnait/plugin.video.netflix
Moved audio/subtitle/fix_locale functions to kodiops
106,046
23.06.2019 15:51:33
-7,200
0ff432fb8e6d511792f311481f95de80b3f7fab3
Moved forced subtitle workaround to stream_continuity In slow systems it could happen that the workaround didn't work because the player started too late
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/stream_continuity.py", "new_path": "resources/lib/services/playback/stream_continuity.py", "diff": "@@ -8,6 +8,8 @@ from __future__ import unicode_literals\nimport xbmc\n+import json\n+\nfrom resources.lib.globals import g\nimpo...
Python
MIT License
castagnait/plugin.video.netflix
Moved forced subtitle workaround to stream_continuity In slow systems it could happen that the workaround didn't work because the player started too late
106,046
23.06.2019 20:13:56
-7,200
d616fffb9ecb1f7bb3ee0153fbbb9967d24244fc
Fixed type error File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 45, in error_catching_wrapper netflix_error=isinstance(exc, MSLError)) File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/kodi/ui/dialogs.py", line 113, in show_error_info line3=common.get_local_string(30103)) TypeError: argument "line2" for method "ok" must be unicode or str
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -40,7 +40,7 @@ def display_error_info(func):\ntry:\nreturn func(*args, **kwargs)\nexcept Exception as exc:\n- ui.show_error_info(common.get_local_s...
Python
MIT License
castagnait/plugin.video.netflix
Fixed type error File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 45, in error_catching_wrapper netflix_error=isinstance(exc, MSLError)) File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/kodi/ui/dialogs.py", line 113, in show_error_info line3=common.get_local_string(30103)) TypeError: argument "line2" for method "ok" must be unicode or str
105,991
24.06.2019 20:30:31
-7,200
e21a56f313b904c81b31088c36309956ba52f797
Implemented NFO Export
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -743,3 +743,51 @@ msgstr \"\"\nmsgctxt \"#30181\"\nmsgid \"Disable subtitles if there are no forced subtitles streams (Work...
Python
MIT License
castagnait/plugin.video.netflix
Implemented NFO Export Co-authored-by: Stefano Gottardo <gottardo.stefano.83@gmail.com>
105,991
24.06.2019 03:01:09
-7,200
c4cb319592f187ee4803c45241234a25d36aed02
Fix export path os.path.join under windows uses a '\' to join, but it can break the names if they contains special characters as '%' Using '/' for join fixes the issue, and xbmc.makeLegalFilename will translate '/' to '\' for pure windows folders
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -275,13 +275,13 @@ def export_item(item_task, library_home):\nlibrary_home, item_task['section'], item_task['destination']))\n_create_destination_folder(destination_folder...
Python
MIT License
castagnait/plugin.video.netflix
Fix export path os.path.join under windows uses a '\' to join, but it can break the names if they contains special characters as '%' Using '/' for join fixes the issue, and xbmc.makeLegalFilename will translate '/' to '\' for pure windows folders
105,991
25.06.2019 21:54:08
-7,200
8ac6391b89e413811500936e80c7c2e30b547705
Renumbering of NFO strings
[ { "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,50 +744,50 @@ msgctxt \"#30181\"\nmsgid \"Disable subtitles if there are no forced subtitles streams (Works only if Ko...
Python
MIT License
castagnait/plugin.video.netflix
Renumbering of NFO strings
106,046
26.06.2019 21:09:22
-7,200
388fd74b82dd5439271afc947cd6bb465bb22e56
Cleanup get chunked response
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -241,9 +241,9 @@ class MSLHandler(object):\n@common.time_execution(immediate=True)\ndef _chunked_request(self, endpoint, request_data, esn):\n\"\"\...
Python
MIT License
castagnait/plugin.video.netflix
Cleanup get chunked response
106,046
29.06.2019 17:10:48
-7,200
3287f4a92c0cd6b306cd9d19aecb4a94c1d8c05e
Version bump (14.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.14.5\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (14.6)
106,046
29.06.2019 17:48:28
-7,200
e832d6f1911ac1545a57a3824bc523d5c3317882
Dropout UniversalAnalytics we no need to measure users activity with google analytics
[ { "change_type": "MODIFY", "old_path": ".codeclimate.yml", "new_path": ".codeclimate.yml", "diff": "@@ -19,7 +19,6 @@ ratings:\nexclude_paths:\n- \"docs\"\n- \"resources/test/\"\n- - \"resources/lib/UniversalAnalytics/\"\n- \"resources/language/\"\n- \"resources/media/\"\n- \"resources/skins/\"\n" ...
Python
MIT License
castagnait/plugin.video.netflix
Dropout UniversalAnalytics we no need to measure users activity with google analytics
105,991
06.07.2019 13:33:12
-7,200
554595473fa4130e94d04dff8b269690a7fc84ac
Fix settings enabled or visible VP9 can't be enabled if HEVC is enabled HEVC can't be enabled if VP9 is enabled |eq(0,true) allows HEVC or VP9 to be disabled if both are already enabled Export NFO extra settings visibility: hidden if export NFO is false instead of disabled
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "<setting id=\"update_running\" type=\"text\" visible=\"false\" default=\"false\"/>\n<setting label=\"30184\" type=\"lsep\"/><!--NFO Files-->\n<setting id=\"enable_nfo_export\" type=\"bool\...
Python
MIT License
castagnait/plugin.video.netflix
Fix settings enabled or visible - VP9 can't be enabled if HEVC is enabled - HEVC can't be enabled if VP9 is enabled |eq(0,true) allows HEVC or VP9 to be disabled if both are already enabled - Export NFO extra settings visibility: hidden if export NFO is false instead of disabled
106,046
08.07.2019 20:37:50
-7,200
0f298d2352379c0551bd76543cdbf8621f87e1cb
Fixed error when numbers of items are equal to response_size
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/pathops.py", "new_path": "resources/lib/common/pathops.py", "diff": "@@ -63,3 +63,16 @@ def _branch(path, search_space, default):\nreturn {k: get_multiple_paths([k] + path[1:], search_space, default)\nfor k in path[0]\nif k in search_space...
Python
MIT License
castagnait/plugin.video.netflix
Fixed error when numbers of items are equal to response_size
105,991
08.07.2019 22:25:08
-7,200
ef54626f73f8bc2062e639c5cf360b4f66d99e3e
Update languages Add PT_BR to (Thanks Lower Remove not more necessary text in Update Addon Provider Update Report-Msgid-Bugs-To Update PO-Revision-Date
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.de_de/strings.po", "new_path": "resources/language/resource.language.de_de/strings.po", "diff": "# Kodi Media Center language file\n# Addon Name: Netflix\n# Addon id: plugin.video.netflix\n-# Addon Provider: libdev + jojo +...
Python
MIT License
castagnait/plugin.video.netflix
Update languages https://github.com/CastagnaIT/plugin.video.netflix/issues/124 - Add PT_BR #30181 to #30193 (Thanks @MediaBrasil) - Lower #30173 - Remove not more necessary text in #30137 - Update Addon Provider - Update Report-Msgid-Bugs-To - Update PO-Revision-Date
105,991
14.07.2019 01:31:56
-7,200
9a4f3243094dc54a8886ae42c8f48f0db115fa87
Fix Playback services frozen Sending 'noop' action allows the modal window to close correctly, and the service to keep running
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/xmldialogs.py", "new_path": "resources/lib/kodi/ui/xmldialogs.py", "diff": "@@ -11,7 +11,7 @@ import xbmcgui\nACTION_PLAYER_STOP = 13\nOS_MACHINE = machine()\n-CMD_AUTOCLOSE_DIALOG = 'AlarmClock(closedialog,Dialog.Close(all,true),' \\\n+C...
Python
MIT License
castagnait/plugin.video.netflix
Fix Playback services frozen https://github.com/CastagnaIT/plugin.video.netflix/issues/130 Sending 'noop' action allows the modal window to close correctly, and the service to keep running
106,046
14.07.2019 19:11:17
-7,200
8c9c6de99483282f6d2f5fede4da7b1e06e87da8
Try to fix 404 Client Error: Not Found for url
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -316,7 +316,6 @@ class NetflixSession(object):\nmerged_response['_perpetual_range_selector'] = {'previous_start': previous_start}\nreturn m...
Python
MIT License
castagnait/plugin.video.netflix
Try to fix 404 Client Error: Not Found for url
106,046
15.07.2019 21:30:53
-7,200
9799fec0f8e33efd111f83ff9702d2911a6f8a94
Added stream resolution limit
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -7,7 +7,7 @@ msgstr \"\"\n\"Project-Id-Version: plugin.video.netflix\\n\"\n\"Report-Msgid-Bugs-To: https://github.com/Casta...
Python
MIT License
castagnait/plugin.video.netflix
Added stream resolution limit Co-authored-by: Jaker MX <jakermx@users.noreply.github.com> Co-authored-by: Smeulf <smeulf@hotmail.fr>
105,991
18.07.2019 01:36:46
-7,200
3a4c32be9fd1c9e925d8b6481fcf524b93b2c63d
Fix auto login disabled issue Previously, when auto login was disabled, it was necessary to restart the add-on to see profiles again. Disabling disc cache for the home directory when auto login is active avoid restarting. Auto login can't be enabled from settings anymore.
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/directory.py", "new_path": "resources/lib/navigation/directory.py", "diff": "@@ -39,7 +39,7 @@ class DirectoryBuilder(object):\ncommon.debug('Performing auto-login for selected profile {}'\n.format(profile_id))\napi.activate_profile(pr...
Python
MIT License
castagnait/plugin.video.netflix
Fix auto login disabled issue Previously, when auto login was disabled, it was necessary to restart the add-on to see profiles again. Disabling disc cache for the home directory when auto login is active avoid restarting. Auto login can't be enabled from settings anymore.
105,991
27.07.2019 06:26:12
-7,200
f696eda09186c62069729ca4dfd1cc4fa356aea5
Skip xml dialog: Fix exit keys After fixing service frozen, it became impossible to exit the form the dialog. This fixes the issue, and adding ACTION_NAV_BACK allows the remote to work as expected.
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/xmldialogs.py", "new_path": "resources/lib/kodi/ui/xmldialogs.py", "diff": "@@ -8,7 +8,11 @@ from platform import machine\nimport xbmc\nimport xbmcgui\n+ACTION_PREVIOUS_MENU = 10\nACTION_PLAYER_STOP = 13\n+ACTION_NAV_BACK = 92\n+ACTION_NO...
Python
MIT License
castagnait/plugin.video.netflix
Skip xml dialog: Fix exit keys After fixing service frozen, it became impossible to exit the form the dialog. This fixes the issue, and adding ACTION_NAV_BACK allows the remote to work as expected.
106,040
10.08.2019 20:53:43
-7,200
3e7c164d2bdcb6fb0ef4daec99efb458b63a7632
Fix wrong reference to common.debug() in kodiops The plugin was exiting with an error ("NameError: global name 'common' is not defined") when writing debug output for AdjustLocale.
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodiops.py", "new_path": "resources/lib/common/kodiops.py", "diff": "@@ -185,5 +185,5 @@ def _adjust_locale(locale_code, lang_code_without_country_exists):\nif locale_code in locale_conversion_table:\nreturn locale_conversion_table[locale_...
Python
MIT License
castagnait/plugin.video.netflix
Fix wrong reference to common.debug() in kodiops The plugin was exiting with an error ("NameError: global name 'common' is not defined") when writing debug output for AdjustLocale.
106,046
11.08.2019 15:32:45
-7,200
8cacee0fb629a6c2c46ba310784e42aa03a496d3
Added en-GB to the mapping conversion for locale
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/kodiops.py", "new_path": "resources/lib/common/kodiops.py", "diff": "@@ -169,14 +169,16 @@ def fix_locale_languages(data_list):\ndef _adjust_locale(locale_code, lang_code_without_country_exists):\n\"\"\"\nLocale conversion helper\n- Conver...
Python
MIT License
castagnait/plugin.video.netflix
Added en-GB to the mapping conversion for locale
106,046
14.08.2019 15:43:14
-7,200
8a50ba8a797699df5322445835f9f200396599fb
Fixed KeyError 'lists' to VideoList
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/data_types.py", "new_path": "resources/lib/api/data_types.py", "diff": "@@ -64,6 +64,12 @@ class VideoList(object):\ndef __init__(self, path_response, list_id=None):\nself.perpetual_range_selector = path_response.get('_perpetual_range_selecto...
Python
MIT License
castagnait/plugin.video.netflix
Fixed KeyError 'lists' to VideoList
106,046
28.07.2019 02:17:27
-7,200
9f0e2c8eff16131fd7c9c4a9b40e033e348c7694
Fixed file exists function
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -29,9 +29,9 @@ def file_exists(filename, data_path=g.DATA_PATH):\n\"\"\"\nChecks if a given file exists\n:param filename: The filename\n- :return: True if so\n+ :retur...
Python
MIT License
castagnait/plugin.video.netflix
Fixed file exists function
106,046
21.07.2019 15:26:02
-7,200
be1bd3bc9ae644a3fed5b228b43937b2d0798a19
Added file copy
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/fileops.py", "new_path": "resources/lib/common/fileops.py", "diff": "@@ -34,6 +34,20 @@ def file_exists(filename, data_path=g.DATA_PATH):\nreturn xbmcvfs.exists(xbmc.translatePath(os.path.join(data_path, filename)))\n+def copy_file(from_pa...
Python
MIT License
castagnait/plugin.video.netflix
Added file copy
106,046
21.07.2019 15:27:41
-7,200
3c0fd60f97c1932c1edd25438eca1c524df1b550
Added addon data path
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -190,7 +190,8 @@ class GlobalVariables(object):\nself.VERSION = self.ADDON.getAddonInfo('version')\nself.DEFAULT_FANART = self.ADDON.getAddonInfo('fanart')\nself.ICON = self.ADDON.g...
Python
MIT License
castagnait/plugin.video.netflix
Added addon data path
106,046
28.07.2019 02:30:13
-7,200
2f6f41af3cbe1b38e0d9615e9cb233ab71676081
Added database instances to globals
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -215,6 +215,17 @@ class GlobalVariables(object):\nself.TIME_TRACE_ENABLED = self.ADDON.getSettingBool('enable_timing')\nself.IPC_OVER_HTTP = self.ADDON.getSettingBool('enable_ipc_ov...
Python
MIT License
castagnait/plugin.video.netflix
Added database instances to globals
106,046
28.07.2019 02:32:53
-7,200
bb00c79f24c911eda849727c2b6bb3e173c661f6
Added is_less_version utils
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -271,10 +271,15 @@ def is_edge_esn(esn):\ndef is_minimum_version(version, min_version):\n- \"\"\"Rrturn True if version is equal or greater to min_version\"\"\"\...
Python
MIT License
castagnait/plugin.video.netflix
Added is_less_version utils
106,046
10.08.2019 10:57:47
-7,200
b7cb5e0ccf54d3b0832c1ef49af84bdb0e44b9a1
Implemented version upgrade controller
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -19,6 +19,7 @@ from resources.lib.globals import g\ng.init_globals(sys.argv)\nimport resources.lib.common as common\n+import resources.lib.upgrade_controller as upgrade_ctrl\nimport resources.lib.api.shakti as api...
Python
MIT License
castagnait/plugin.video.netflix
Implemented version upgrade controller
106,046
28.07.2019 19:17:18
-7,200
ffb2e0fd5beccab5f7a0761d3f6829c47c91c212
Refactor credentials, profiles, session data to use db
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -59,12 +59,6 @@ def login():\nreturn True\n-@common.time_execution(immediate=False)\n-def profiles():\n- \"\"\"Retrieve the list of available user profiles\"\"\"\n- return com...
Python
MIT License
castagnait/plugin.video.netflix
Refactor credentials, profiles, session data to use db
106,046
28.07.2019 02:44:05
-7,200
5c922dbbaa91b7743b969916000d2100258c3b37
Removed menu items no longer used
[ { "change_type": "MODIFY", "old_path": "resources/settings.xml", "new_path": "resources/settings.xml", "diff": "<setting id=\"purge_library\" type=\"action\" label=\"30125\" action=\"RunPlugin(plugin://plugin.video.netflix/library/purge/)\"/>\n<setting id=\"migrate_library\" type=\"action\" label=\"...
Python
MIT License
castagnait/plugin.video.netflix
Removed menu items no longer used
106,046
28.07.2019 18:04:28
-7,200
7d80a7e2316333e76705fa425be43bd4078b5ea4
Added remove_html_tags to utils
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -296,6 +296,12 @@ def convert_seconds_to_hms_str(time):\nreturn '{:02d}:{:02d}:{:02d}'.format(h, m, s)\n+def remove_html_tags(raw_html):\n+ h = re.compile('<.*?>...
Python
MIT License
castagnait/plugin.video.netflix
Added remove_html_tags to utils
106,046
28.07.2019 18:13:44
-7,200
0b5176d0eed2789614b732d73136639765b5e1fa
Implemented management of login errors This include also a basic validator used when addon starts this allows to manage credential verification even when we do not using a method within of nfsession
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -29,7 +29,7 @@ import resources.lib.navigation.player as player\nimport resources.lib.navigation.actions as actions\nimport resources.lib.navigation.library as library\n-from resources.lib.api.exceptions import No...
Python
MIT License
castagnait/plugin.video.netflix
Implemented management of login errors This include also a basic validator used when addon starts this allows to manage credential verification even when we do not using a method within of nfsession
106,046
28.07.2019 18:48:34
-7,200
f139de8455b2163c99c5b4219494f2fbcf7b2c45
Fixed logout reset problems After many requests, finally fixed, now users will be able to re-enter their credentials after logout, or exit. Once out, the account profiles will no longer be shown (which was the main problem before)
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -39,11 +39,9 @@ def activate_profile(profile_id):\ndef logout():\n\"\"\"Logout of the current account\"\"\"\n- try:\n- common.make_call('logout')\n+ url = common.build_url(['r...
Python
MIT License
castagnait/plugin.video.netflix
Fixed logout reset problems After many requests, finally fixed, now users will be able to re-enter their credentials after logout, or exit. Once out, the account profiles will no longer be shown (which was the main problem before)
106,046
01.08.2019 21:01:21
-7,200
b5d1c42dfc9e159401608f3f7324d3d78da41846
Refactor menu_data to use db Also removed profile_have_mylist_menu in its place is used isKids value of the current profile
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_utils.py", "new_path": "resources/lib/database/db_utils.py", "diff": "@@ -17,6 +17,7 @@ SHARED_DB_FILENAME = 'nf_shared.sqlite3'\n# Table mapping: ( Table name, [ columns ] )\nTABLE_APP_CONF = ('AppConfig', ['Name', 'Value'])\nTABLE_S...
Python
MIT License
castagnait/plugin.video.netflix
Refactor menu_data to use db Also removed profile_have_mylist_menu in its place is used isKids value of the current profile
106,046
06.08.2019 20:35:32
-7,200
9e5465c2c83f89ed2906ca2c97da3c08033bd775
Added db_shared library methods
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_base.py", "new_path": "resources/lib/database/db_base.py", "diff": "@@ -50,7 +50,7 @@ def sql_connect():\nreturn time_execution_decorator\n-class NFBaseDatabase:\n+class NFBaseDatabase(object):\ndef __init__(self, db_file_path=db_util...
Python
MIT License
castagnait/plugin.video.netflix
Added db_shared library methods
106,046
04.08.2019 19:06:26
-7,200
06dd116ec5e1884ef5d78a56caa95e4e9038854b
Refactor library to use db
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/context_menu.py", "new_path": "resources/lib/kodi/context_menu.py", "diff": "@@ -78,23 +78,20 @@ def _generate_library_ctx_items(videoid):\nif videoid.mediatype == common.VideoId.SUPPLEMENTAL:\nreturn library_actions\n- if g.ADDON.getSetting...
Python
MIT License
castagnait/plugin.video.netflix
Refactor library to use db
106,046
04.08.2019 17:54:51
-7,200
4b5593cc28ce0ed273d9cbf90b798f4655a03b52
Refactor settings_monitor to use db The new "SettingMonitor" table should only be used to verify changes to settings, currently kodi does not offer a better solution
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_utils.py", "new_path": "resources/lib/database/db_utils.py", "diff": "@@ -17,6 +17,7 @@ SHARED_DB_FILENAME = 'nf_shared.sqlite3'\nTABLE_APP_CONF = ('AppConfig', ['Name', 'Value'])\nTABLE_SESSION = ('Session', ['Name', 'Value'])\nTABLE...
Python
MIT License
castagnait/plugin.video.netflix
Refactor settings_monitor to use db The new "SettingMonitor" table should only be used to verify changes to settings, currently kodi does not offer a better solution
106,046
04.08.2019 18:43:57
-7,200
3d336409f02f04f6abf861a4407685c3b95fee80
Refactor SETTINGS_MONITOR_IGNORE to use db
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -183,7 +183,6 @@ class GlobalVariables(object):\nThis is an ugly hack because Kodi doesn't execute statements defined on\nmodule level if reusing a language invoker.\"\"\"\nself._li...
Python
MIT License
castagnait/plugin.video.netflix
Refactor SETTINGS_MONITOR_IGNORE to use db
106,046
04.08.2019 18:53:27
-7,200
90930199a74e88aa6460bbad94ada4c3d58cd69b
Completely deleted the PERSISTENT_STORAGE
[ { "change_type": "MODIFY", "old_path": "resources/lib/globals.py", "new_path": "resources/lib/globals.py", "diff": "@@ -240,7 +240,6 @@ class GlobalVariables(object):\npass\nself._init_cache()\n- self.init_persistent_storage()\ndef _init_cache(self):\nif not os.path.exists(\n@@ -336,25 +335,6 @@ cla...
Python
MIT License
castagnait/plugin.video.netflix
Completely deleted the PERSISTENT_STORAGE
106,046
04.08.2019 21:47:21
-7,200
edce9df48d72fa82154c4e4b7101f8de3ad5238d
Added create VideoId instance from a dict
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/videoid.py", "new_path": "resources/lib/common/videoid.py", "diff": "@@ -68,6 +68,20 @@ class VideoId(object):\nreturn cls(supplementalid=pathitems[1])\nreturn cls(videoid=pathitems[0])\n+ @classmethod\n+ def from_dict(cls, dict_items):\n+...
Python
MIT License
castagnait/plugin.video.netflix
Added create VideoId instance from a dict
106,046
04.08.2019 21:47:38
-7,200
02d80919f8fb12fdcf34f0d91ccc4388f835e782
Refactor stream_continuity to use db
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_shared.py", "new_path": "resources/lib/database/db_shared.py", "diff": "@@ -246,3 +246,31 @@ class NFSharedDatabase(db_local.NFLocalDatabase):\n'SET ' + enum_vid_prop.value + ' = ? WHERE TvShowID = ?')\nvalue = common.convert_to_strin...
Python
MIT License
castagnait/plugin.video.netflix
Refactor stream_continuity to use db
106,046
05.08.2019 20:00:42
-7,200
df2f57b6a8612e802d1d6aecf87d11bb1c6e4292
Completely deleted the library cache
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "@@ -30,10 +30,9 @@ CACHE_SUPPLEMENTAL = 'cache_supplemental'\nCACHE_METADATA = 'cache_metadata'\nCACHE_INFOLABELS = 'cache_infolabels'\nCACHE_ARTINFO = 'cache_artinfo'\n-CACHE_LIBRARY = 'l...
Python
MIT License
castagnait/plugin.video.netflix
Completely deleted the library cache
105,991
08.08.2019 20:44:28
-7,200
f1f7352e5bade1d695304b4b32dbb9bffe814d0b
Refactor compile_tasks functions are now divided into subsections and no unecessary calls will be made to the netflix server for metadata when something is removed from the library
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_shared.py", "new_path": "resources/lib/database/db_shared.py", "diff": "\"\"\"Local database access and functions\"\"\"\nfrom __future__ import unicode_literals\n+import sqlite3 as sql\n+\nimport resources.lib.common as common\nimport...
Python
MIT License
castagnait/plugin.video.netflix
Refactor compile_tasks functions are now divided into subsections and no unecessary calls will be made to the netflix server for metadata when something is removed from the library
105,991
08.08.2019 20:48:02
-7,200
4a0632a4815950b6838f59619b5bd0a3f7c1432c
Fixed issue with paths containing % os.path.join it is the cause of issues with paths containing '%' (like for '3 %' tvshow) so instead use: xbmc.makeLegalFilename('/'.join
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -412,8 +412,8 @@ def export_new_item(item_task, library_home):\ndef export_item(item_task, library_home):\n\"\"\"Create strm file for an item and add it to the library\"\"...
Python
MIT License
castagnait/plugin.video.netflix
Fixed issue with paths containing % os.path.join it is the cause of issues with paths containing '%' (like for '3 %' tvshow) so instead use: xbmc.makeLegalFilename('/'.join
106,046
09.08.2019 20:58:54
-7,200
1ed7a1aa1f1262e78a5ff2c35f713ec4b9c3e00a
Reintroduced manual ESN
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -57,7 +57,10 @@ def extract_session_data(content):\napi_data = extract_api_data(react_context)\n# Save only some info of the current profile from user data\ng.LOCAL_DB.set_v...
Python
MIT License
castagnait/plugin.video.netflix
Reintroduced manual ESN
105,991
11.08.2019 16:51:17
-7,200
2800133c6d939b7dd3041b9cd7fc2d54e8b92bed
Migrate old file cache library to database at addon upgrade
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -419,7 +419,7 @@ def export_item(item_task, library_home):\nif item_task['is_strm']:\nexport_filename = xbmc.makeLegalFilename('/'.join(\n[destination_folder.decode('utf-8...
Python
MIT License
castagnait/plugin.video.netflix
Migrate old file cache library to database at addon upgrade
105,991
06.08.2019 03:11:22
-7,200
4c3cf2c92225bb7e0b79435f545e49493776e5fe
Fix upnext from library
[ { "change_type": "MODIFY", "old_path": "resources/lib/navigation/player.py", "new_path": "resources/lib/navigation/player.py", "diff": "@@ -11,6 +11,7 @@ from resources.lib.globals import g\nimport resources.lib.common as common\nimport resources.lib.api.shakti as api\nimport resources.lib.kodi.info...
Python
MIT License
castagnait/plugin.video.netflix
Fix upnext from library
105,991
06.08.2019 07:43:29
-7,200
2490792820ef6773ed029dc7ffb9ea7d292ca92e
Display progress bar when exporting new episodes manually
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -807,3 +807,7 @@ msgstr \"\"\nmsgctxt \"#30197\"\nmsgid \"Include in auto update\"\nmsgstr \"\"\n+\n+msgctxt \"#30198\"\n+m...
Python
MIT License
castagnait/plugin.video.netflix
Display progress bar when exporting new episodes manually
106,046
11.08.2019 18:30:56
-7,200
0be5d97cf9812803fd0fa346505b2ce3a4b65554
Simplified code for manual ESN
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -57,10 +57,7 @@ def extract_session_data(content):\napi_data = extract_api_data(react_context)\n# Save only some info of the current profile from user data\ng.LOCAL_DB.set_v...
Python
MIT License
castagnait/plugin.video.netflix
Simplified code for manual ESN
106,046
15.08.2019 18:21:29
-7,200
3707affd7fe663d872d80c6a4329bdc749bcffd4
Renamed table names to make them compatible to different MySQL MariaDB and MySQL server have different requirements
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_local.py", "new_path": "resources/lib/database/db_local.py", "diff": "@@ -12,7 +12,7 @@ class NFLocalDatabase(db_sqlite.SQLiteDatabase):\nsuper(NFLocalDatabase, self).__init__(db_utils.LOCAL_DB_FILENAME)\ndef _get_active_guid_profile(...
Python
MIT License
castagnait/plugin.video.netflix
Renamed table names to make them compatible to different MySQL MariaDB and MySQL server have different requirements
106,046
17.08.2019 14:40:43
-7,200
47b4f0773d1ca11581c79c0317f715414f573a80
Implemented create MySQL database
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_base_mysql.py", "new_path": "resources/lib/database/db_base_mysql.py", "diff": "@@ -9,6 +9,7 @@ import mysql.connector\nimport resources.lib.common as common\nimport resources.lib.database.db_base as db_base\nimport resources.lib.data...
Python
MIT License
castagnait/plugin.video.netflix
Implemented create MySQL database
106,046
17.08.2019 14:42:05
-7,200
dcf82ccf570ea7a48fcd1ee1711d4f9071210fee
Fixed datetime in auto update library
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -511,13 +511,11 @@ def _remove_videoid_from_db(videoid):\ng.SHARED_DB.delete_episode(videoid.tvshowid, videoid.seasonid, videoid.episodeid)\n-\ndef _export_all_new_episode...
Python
MIT License
castagnait/plugin.video.netflix
Fixed datetime in auto update library
106,046
16.08.2019 10:14:22
-7,200
43b0b54e1a73fcff252fc1a98d5c3dd3c2e83b42
Device selection for library auto-updates prevents possible concurrency if updates to the library are active on multiple devices
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -843,3 +843,27 @@ msgstr \"\"\nmsgctxt \"#30206\"\nmsgid \"ERROR: The MySQL database is not reachable - check the connectio...
Python
MIT License
castagnait/plugin.video.netflix
Device selection for library auto-updates prevents possible concurrency if updates to the library are active on multiple devices
106,046
17.08.2019 12:05:15
-7,200
5a23c96dd8e43f663ac1793631667ed093b27f11
Fixed missing value converter in get/set profile config
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_local.py", "new_path": "resources/lib/database/db_local.py", "diff": "\"\"\"Local database access and functions\"\"\"\nfrom __future__ import unicode_literals\n+import resources.lib.common as common\nimport resources.lib.database.db_b...
Python
MIT License
castagnait/plugin.video.netflix
Fixed missing value converter in get/set profile config
105,991
17.08.2019 01:28:09
-7,200
0d97629090c3547627e065045cb66f4e054098cc
Fix stream_continuity for tvshows Saved VideoId was the episodeid instead of the showid
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/playback/stream_continuity.py", "new_path": "resources/lib/services/playback/stream_continuity.py", "diff": "@@ -57,7 +57,9 @@ class StreamContinuityManager(PlaybackActionManager):\nvideoid = common.VideoId.from_dict(data['videoid'])\nif...
Python
MIT License
castagnait/plugin.video.netflix
Fix stream_continuity for tvshows Saved VideoId was the episodeid instead of the showid
106,046
18.08.2019 11:05:20
-7,200
b98cba577676a060460acdaf1eed1e76553d26f5
Added possibility to convert an old videoid class instance
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/videoid.py", "new_path": "resources/lib/common/videoid.py", "diff": "@@ -144,6 +144,24 @@ class VideoId(object):\nEither movie, show, season, episode, supplemental or unspecified\"\"\"\nreturn self._mediatype\n+ def convert_old_videoid_typ...
Python
MIT License
castagnait/plugin.video.netflix
Added possibility to convert an old videoid class instance Co-authored-by: Smeulf <smeulf@hotmail.fr>
106,046
18.08.2019 11:11:50
-7,200
69bf70ca4da47a1fa16ac41c082e78f0410850ae
Fixed migrate library error on old videoid class instance
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_actions.py", "new_path": "resources/lib/upgrade_actions.py", "diff": "@@ -27,7 +27,7 @@ def migrate_library_to_db():\nlib = pickle.loads(handle.read())\nhandle.close()\nfor item in lib['content'].values():\n- videoid = item['videoid']\n+ ...
Python
MIT License
castagnait/plugin.video.netflix
Fixed migrate library error on old videoid class instance Co-authored-by: Smeulf <smeulf@hotmail.fr>
105,991
17.08.2019 22:39:20
-7,200
c754ccc6a074b8541756861035d09f829d7007bf
Fix library encoding issues
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -414,16 +414,16 @@ def export_item(item_task, library_home):\n\"\"\"Create strm file for an item and add it to the library\"\"\"\n# Paths must be legal to ensure NFS compa...
Python
MIT License
castagnait/plugin.video.netflix
Fix library encoding issues
106,046
18.08.2019 10:59:33
-7,200
f5d27290128299854b27a4e88e661358f6a13db1
Improved checks for MySQL connection
[ { "change_type": "MODIFY", "old_path": "resources/language/resource.language.en_gb/strings.po", "new_path": "resources/language/resource.language.en_gb/strings.po", "diff": "@@ -813,7 +813,7 @@ msgid \"Exporting new episodes\"\nmsgstr \"\"\nmsgctxt \"#30199\"\n-msgid \"Shared library (Need Kodi MySq...
Python
MIT License
castagnait/plugin.video.netflix
Improved checks for MySQL connection
106,046
19.08.2019 21:07:40
-7,200
4dc745ebdabec2f6fda17e8a9dde69b3c5d133b9
Updated readme Update guide for MySQL, shared library and auto-update
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -111,6 +111,19 @@ Only add/remove to My List from within the addon keeps the Kodi library in sync.\n### My watched status is not being updated?!\nThe addon does not report watched status back to Netflix (yet). T...
Python
MIT License
castagnait/plugin.video.netflix
Updated readme Update guide for MySQL, shared library and auto-update Co-authored-by: Smeulf <smeulf@hotmail.fr>
106,046
20.08.2019 19:47:43
-7,200
c269d3f0a1113255d0f40b1addd85bb94fe2ec0f
Version bump (15.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=\"0.14.6\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (15.0)
106,046
25.08.2019 10:37:13
-7,200
387ef268a2b03da867c47c72ac40482289452649
Cleanup custom_viewmode activate_view the implementation of the method to get the skin id was not well accepted and will not be implemented
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/listings.py", "new_path": "resources/lib/kodi/listings.py", "diff": "@@ -38,28 +38,11 @@ def _activate_view(partial_setting_id):\n\"\"\"Activate the given view if the plugin is run in the foreground\"\"\"\nif 'plugin://{}'.format(g.ADDON_ID)...
Python
MIT License
castagnait/plugin.video.netflix
Cleanup custom_viewmode activate_view the implementation of the method to get the skin id was not well accepted and will not be implemented
106,046
25.08.2019 15:05:35
-7,200
d7cd28070baed3f98b0f22fc0ad1f6367765721d
Version bump (15.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=\"0.15.0\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (15.1)
106,046
25.08.2019 16:54:02
-7,200
14c71edf01fa8952a3c7688f9635b0d4102a8d39
Added more debug profile info and hidden esn
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -17,12 +17,14 @@ from .exceptions import (InvalidProfilesError, InvalidAuthURLError, InvalidMembe\nPAGE_ITEMS_INFO = [\n'models/userInfo/data/name',\n- 'models/userInfo/data...
Python
MIT License
castagnait/plugin.video.netflix
Added more debug profile info and hidden esn
106,046
29.08.2019 21:08:04
-7,200
4f840d3c741c76a39db6a47dff309701f7c2d812
Perform upgrade and configuration checks after login
[ { "change_type": "MODIFY", "old_path": "addon.py", "new_path": "addon.py", "diff": "@@ -103,9 +103,9 @@ if __name__ == '__main__':\nsuccess = False\ntry:\n+ if check_valid_credentials():\nupgrade_ctrl.check_addon_upgrade()\ng.initial_addon_configuration()\n- if check_valid_credentials():\nroute(filt...
Python
MIT License
castagnait/plugin.video.netflix
Perform upgrade and configuration checks after login
106,046
29.08.2019 21:10:04
-7,200
2a3d24590d60a817e3918172eaa91721ca0f6ab6
Implemented create SQLite database
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_base_sqlite.py", "new_path": "resources/lib/database/db_base_sqlite.py", "diff": "@@ -52,24 +52,27 @@ def handle_connection(func):\nclass SQLiteDatabase(db_base.BaseDatabase):\ndef __init__(self, db_filename):\nself.is_mysql_database ...
Python
MIT License
castagnait/plugin.video.netflix
Implemented create SQLite database
106,046
30.08.2019 19:58:44
-7,200
8b534a69e7a59fc136e642c1c1e3c02392439840
Readded superclass methods to shared db class
[ { "change_type": "MODIFY", "old_path": "resources/lib/database/db_shared.py", "new_path": "resources/lib/database/db_shared.py", "diff": "@@ -23,6 +23,19 @@ def get_shareddb_class(force_sqlite=False):\nelse:\nsuper(NFSharedDatabase, self).__init__(db_utils.SHARED_DB_FILENAME)\n+ def get_value(self, ...
Python
MIT License
castagnait/plugin.video.netflix
Readded superclass methods to shared db class
105,991
27.08.2019 19:46:32
-7,200
d6d69c041b4ad44c460465669057ad73b5a2fa20
Fix LibraryUpdateService at first run At service very first run, settings.xml is not created yet and throws an error "update_frequency = g.ADDON.getSettingInt('auto_update') TypeError: Invalid setting type"
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/library_updater.py", "new_path": "resources/lib/services/library_updater.py", "diff": "@@ -96,6 +96,7 @@ class LibraryUpdateService(xbmc.Monitor):\ndef _compute_next_schedule():\n+ try:\nupdate_frequency = g.ADDON.getSettingInt('auto_upd...
Python
MIT License
castagnait/plugin.video.netflix
Fix LibraryUpdateService at first run At service very first run, settings.xml is not created yet and throws an error "update_frequency = g.ADDON.getSettingInt('auto_update') TypeError: Invalid setting type"
106,046
30.08.2019 20:35:24
-7,200
92936582b6ec67fe1a22324694ea4c56a00e482d
If falkor cache profile list is empty do not delete profiles
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/website.py", "new_path": "resources/lib/api/website.py", "diff": "@@ -76,6 +76,10 @@ def extract_profiles(falkor_cache):\n\"\"\"Extract profile information from Netflix website\"\"\"\ntry:\nprofiles_list = OrderedDict(resolve_refs(falkor_cach...
Python
MIT License
castagnait/plugin.video.netflix
If falkor cache profile list is empty do not delete profiles
106,046
30.08.2019 21:00:15
-7,200
dd4a7b0917730a68076908bfa57f4439a701eec2
Version bump (15.2)
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n-<addon id=\"plugin.video.netflix\" name=\"Netflix\" version=\"0.15.1\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (15.2)
106,046
01.09.2019 09:38:20
-7,200
6fc83dde0495e9b0e0e1bb08fc174db0a2fa7868
Updated request data
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -158,10 +158,7 @@ class MSLHandler(object):\n'version': 2,\n'url': '/manifest',\n'id': id,\n- 'esn': esn,\n'languages': [g.LOCAL_DB.get_value('loca...
Python
MIT License
castagnait/plugin.video.netflix
Updated request data
106,046
01.09.2019 10:20:09
-7,200
dd8bc57fd116c5279e3016a0e1e7f8eabf35600e
Added instructions to limit resolution
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -63,6 +63,7 @@ To understand if your device can handle them, you need to check if it has suppor\n- Other platform (Windows, Linux, ...)\nThe video is always software decoded due to Netflix licensing restrictions...
Python
MIT License
castagnait/plugin.video.netflix
Added instructions to limit resolution
106,046
01.09.2019 19:14:13
-7,200
4dd93b8dbd30740d73f9c978100d3ebab748e7e8
New Issue and Pull request templates
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "diff": "+---\n+name: Problem report\n+about: Create an extensive report to help us document a problem\n+\n+---\n+## Bug report\n+\n+#### Your Environment\n+- Netflix add-on version: <!--- e.g. 14.1 -->\n+-...
Python
MIT License
castagnait/plugin.video.netflix
New Issue and Pull request templates
106,046
04.09.2019 19:57:06
-7,200
af6db6acee5b80c7138f5625c2d4577baeae1504
Descriptions for the newbies..
[ { "change_type": "MODIFY", "old_path": ".github/ISSUE_TEMPLATE/bug_report.md", "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "diff": "---\nname: Problem report\n-about: Create an extensive report to help us document a problem\n+about: If something doesn't work\n---\n## Bug report\n" }, { ...
Python
MIT License
castagnait/plugin.video.netflix
Descriptions for the newbies..
105,993
09.09.2019 02:16:59
-7,200
e1a59ce8826ac57f553d85086d749b78b4a6a376
Separate run tests in Makefile
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -18,7 +18,7 @@ blue = \\e[1;34m\nwhite = \\e[1;37m\nreset = \\e[0m\n-all: clean sanity unit docs\n+all: clean test zip\nclean:\nfind . -name '*.pyc' -type f -delete\n@@ -44,13 +44,17 @@ addon: clean\nunit:\n@echo ...
Python
MIT License
castagnait/plugin.video.netflix
Separate run tests in Makefile
105,993
09.09.2019 03:55:03
-7,200
3c3a9f867a3a68009dceebb83ce89e4e20413f78
First integration tests This is the first set of integration tests.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -18,10 +18,19 @@ script:\n- tox\n- tox -e flake8\n- pylint resources/lib/ test/\n-#- kodi-addon-checker . --branch=leia\n-#- coverage run service.py\n-#- coverage run test/run.py /\n-- coverage run -m unitte...
Python
MIT License
castagnait/plugin.video.netflix
First integration tests This is the first set of integration tests.
105,991
10.09.2019 01:24:27
-7,200
c27f437ec4ad70a20151a3f80c459f4c020b3c0e
Improve LibraryUpdateService: wait for settings to be written
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/library_updater.py", "new_path": "resources/lib/services/library_updater.py", "diff": "@@ -62,6 +62,9 @@ class LibraryUpdateService(xbmc.Monitor):\nAs settings changed, we will compute next schedule again\nto ensure it's still correct\n\...
Python
MIT License
castagnait/plugin.video.netflix
Improve LibraryUpdateService: wait for settings to be written
105,991
10.09.2019 17:02:02
-7,200
40828942d9bcd508b02c525f823225468119c71e
Fix library.py _get_item when source is "special://" If the item path is "special://" we need to search both translated and untranslated paths in the kodi library, because it's possible to add a "special://" path to sources
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/library.py", "new_path": "resources/lib/kodi/library.py", "diff": "@@ -81,14 +81,25 @@ def _get_item(mediatype, filename):\n# To ensure compatibility with previously exported items,\n# make the filename legal\nfname = xbmc.makeLegalFilename(...
Python
MIT License
castagnait/plugin.video.netflix
Fix library.py _get_item when source is "special://" If the item path is "special://" we need to search both translated and untranslated paths in the kodi library, because it's possible to add a "special://" path to sources https://github.com/CastagnaIT/plugin.video.netflix/issues/199#issuecomment-529958007
106,046
14.09.2019 13:41:34
-7,200
a3c4ccd66561b95e17156f92f1d6a2cded6f89b9
Removed mac uuid in favour of device uuid This fixes problems with newer androids 9/10 that have random mac address and also with apple devices
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/__init__.py", "new_path": "resources/lib/common/__init__.py", "diff": "@@ -13,3 +13,4 @@ from .kodiops import *\nfrom .pathops import *\nfrom .misc_utils import *\nfrom .data_conversion import *\n+from .uuid_device import *\n" }, { ...
Python
MIT License
castagnait/plugin.video.netflix
Removed mac uuid in favour of device uuid This fixes problems with newer androids 9/10 that have random mac address and also with apple devices
106,046
08.09.2019 19:20:33
-7,200
ae61d7da0cfbab70de908301cac9a82b919830f9
Use randomized uuid with library autoupdate
[ { "change_type": "MODIFY", "old_path": "resources/lib/common/misc_utils.py", "new_path": "resources/lib/common/misc_utils.py", "diff": "@@ -21,16 +21,6 @@ from .logging import debug, info, error\nfrom .kodiops import get_local_string\n-def get_device_uuid():\n- \"\"\"Generate an uuid for the current...
Python
MIT License
castagnait/plugin.video.netflix
Use randomized uuid with library autoupdate
105,993
18.09.2019 17:49:17
-7,200
e67b474b5bdaf71d1960668bcad52d4e2c33960f
Small fixes after pylint/flake cleanup
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_actions.py", "new_path": "resources/lib/upgrade_actions.py", "diff": "@@ -35,7 +35,7 @@ def migrate_library_to_db():\nif videoid.mediatype == common.VideoId.MOVIE:\nlibrary.add_to_library(videoid, item['file'], False, False)\n- elif video...
Python
MIT License
castagnait/plugin.video.netflix
Small fixes after pylint/flake cleanup
105,991
18.09.2019 17:20:55
-7,200
2d3b0e865b7116d2e55bfed9c69dcec789724240
Fix perpetual_path_request after Pylint fixes
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/nfsession/nfsession.py", "new_path": "resources/lib/services/nfsession/nfsession.py", "diff": "@@ -296,7 +296,6 @@ class NetflixSession(object):\n.format(response_type))\nelse:\nrange_end = range_start + request_size\n- break\nif perpetu...
Python
MIT License
castagnait/plugin.video.netflix
Fix perpetual_path_request after Pylint fixes
105,993
19.09.2019 20:07:41
-7,200
d7cec432d45ef9cada7ad07ce0495d9f5f638c95
Add more Dutch translations and fix English spelling
[ { "change_type": "MODIFY", "old_path": "addon.xml", "new_path": "addon.xml", "diff": "<summary lang=\"en_GB\">Netflix</summary>\n<description lang=\"en_GB\">Netflix VOD Services Addon</description>\n<disclaimer lang=\"en_GB\">Some parts of this addon may not be legal in your country of residence - p...
Python
MIT License
castagnait/plugin.video.netflix
Add more Dutch translations and fix English spelling
106,046
19.09.2019 20:13:27
-7,200
c03b3ebbc2fe5178ed3c8e99a8eb323b6c16741e
Version bump (0.15.3)
[ { "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.2\" provider-name=\"libdev + jojo + asciidisco + caphm + castagnait\">\n+<addon id=...
Python
MIT License
castagnait/plugin.video.netflix
Version bump (0.15.3)
106,046
21.09.2019 10:31:28
-7,200
68a79d73675a595ecf0e0017589711524264daea
Fixed skipping sections Netflix has changed the key to skipMarkers this commit also fix the error: Unknown format code 'd' for object of type 'float' in some cases the return value was float, removed superfluous time conversion
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/xmldialogs.py", "new_path": "resources/lib/kodi/ui/xmldialogs.py", "diff": "@@ -15,7 +15,7 @@ ACTION_NOOP = 999\nOS_MACHINE = machine()\n-CMD_CLOSE_DIALOG_BY_NOOP = 'AlarmClock(closedialog,Action(noop),{:02d}:{:02d},silent)'\n+CMD_CLOSE_D...
Python
MIT License
castagnait/plugin.video.netflix
Fixed skipping sections Netflix has changed the key to skipMarkers this commit also fix the error: Unknown format code 'd' for object of type 'float' in some cases the return value was float, removed superfluous time conversion
106,046
22.09.2019 11:42:31
-7,200
9815339fecf717ee823d371c76d74e8db2a2dd7c
Fixed skipping dialog duration time
[ { "change_type": "MODIFY", "old_path": "resources/lib/kodi/ui/xmldialogs.py", "new_path": "resources/lib/kodi/ui/xmldialogs.py", "diff": "\"\"\"XML based dialogs\"\"\"\nfrom __future__ import absolute_import, division, unicode_literals\n+import time\nfrom platform import machine\nimport xbmc\n@@ -15...
Python
MIT License
castagnait/plugin.video.netflix
Fixed skipping dialog duration time
106,046
28.09.2019 07:26:24
-7,200
d0bc8cc26375fa3c95caa988ec37f2db8f376085
Clear cache on addon upgrade
[ { "change_type": "MODIFY", "old_path": "resources/lib/upgrade_controller.py", "new_path": "resources/lib/upgrade_controller.py", "diff": "@@ -37,6 +37,8 @@ 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
Clear cache on addon upgrade
106,046
29.09.2019 15:30:09
-7,200
36d55311a993e77d14797574d463fb692e57bdc8
Added manifests cache bucket
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "@@ -29,9 +29,10 @@ CACHE_SUPPLEMENTAL = 'cache_supplemental'\nCACHE_METADATA = 'cache_metadata'\nCACHE_INFOLABELS = 'cache_infolabels'\nCACHE_ARTINFO = 'cache_artinfo'\n+CACHE_MANIFESTS = ...
Python
MIT License
castagnait/plugin.video.netflix
Added manifests cache bucket
106,046
29.09.2019 15:31:04
-7,200
02652f81716cc12fbf168333704e1a3f2f222d5a
Allow to exclude fallback to disk cache on key missing
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "@@ -155,14 +155,15 @@ class Cache(object):\ntimestamp = int(time())\nreturn str(BUCKET_LOCKED.format(self.plugin_handle, timestamp))\n- def get(self, bucket, identifier):\n+ def get(self, ...
Python
MIT License
castagnait/plugin.video.netflix
Allow to exclude fallback to disk cache on key missing
106,046
29.09.2019 15:32:22
-7,200
df7832fca31e2eafb69c409387f83eb94e5139c1
Added custom eol argument
[ { "change_type": "MODIFY", "old_path": "resources/lib/cache.py", "new_path": "resources/lib/cache.py", "diff": "@@ -167,9 +167,10 @@ class Cache(object):\nself.verify_ttl(bucket, identifier, cache_entry)\nreturn cache_entry['content']\n- def add(self, bucket, identifier, content, ttl=None, to_disk=F...
Python
MIT License
castagnait/plugin.video.netflix
Added custom eol argument
106,046
29.09.2019 15:35:22
-7,200
6d21a43a07666621ab1cd8786bfcfc1f4973cae1
Saving the requested manifests to the cache
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/msl/msl_handler.py", "new_path": "resources/lib/services/msl/msl_handler.py", "diff": "@@ -18,12 +18,18 @@ import xbmcaddon\nfrom resources.lib.globals import g\nimport resources.lib.common as common\nimport resources.lib.kodi.ui as ui\n...
Python
MIT License
castagnait/plugin.video.netflix
Saving the requested manifests to the cache
106,046
29.09.2019 18:22:16
-7,200
83a25da9ffb9af4f271138952a36ac152a6079b3
Purge cache when a content profile setting is changed
[ { "change_type": "MODIFY", "old_path": "resources/lib/services/settings_monitor.py", "new_path": "resources/lib/services/settings_monitor.py", "diff": "@@ -11,6 +11,11 @@ import resources.lib.kodi.ui as ui\nfrom resources.lib.database.db_utils import (TABLE_SETTINGS_MONITOR)\nfrom resources.lib.glob...
Python
MIT License
castagnait/plugin.video.netflix
Purge cache when a content profile setting is changed
106,046
07.10.2019 17:03:57
-7,200
ffe2a652b2510452167cad52e2b9141e67180460
Do not limit obtaining data from my-list this should fix the problem of add/remove to my-list when there are over 92 elements
[ { "change_type": "MODIFY", "old_path": "resources/lib/api/shakti.py", "new_path": "resources/lib/api/shakti.py", "diff": "@@ -256,7 +256,8 @@ def custom_video_list_basicinfo(list_id):\ncallargs = {\n'paths': paths,\n'length_params': ['stdlist', ['lists', list_id]],\n- 'perpetual_range_start': None\n...
Python
MIT License
castagnait/plugin.video.netflix
Do not limit obtaining data from my-list this should fix the problem of add/remove to my-list when there are over 92 elements
105,993
07.10.2019 17:49:41
-7,200
85b58429cdc196d69bed5d68f6fec6a792240c72
Added InputStream Helper settings to settings 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": "@@ -157,7 +157,7 @@ msgid \"ESN (set automatically, can be changed manually)\"\nmsgstr \"\"\nmsgctxt \"#30035\"\n-msgid \"Inpu...
Python
MIT License
castagnait/plugin.video.netflix
Added InputStream Helper settings to settings menu Co-authored-by: Stefano Gottardo <gottardo.stefano.83@gmail.com>