Skip to content

Commit

Permalink
Version bump (1.12.15) (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Dec 18, 2022
1 parent 52dcae7 commit 4589c35
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
14 changes: 10 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.netflix" name="Netflix" version="1.12.14" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.12.15" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.addon.signals" version="0.0.3"/>
Expand Down Expand Up @@ -84,9 +84,15 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.12.14 (2022-09-26)
- Fixed MSL error when playing videos from non-owner Netflix profiles
<news>v1.12.15 (2022-12-17)
- IMPORTANT NOTICE: New changes to website is causing video quality to drop to 540p after about 20h,
this add-on update implements a workaround to fix this problem by changing ESNs every 20h.
The workaround works only when "Manual ESN" is not set, so if needed remove the previously Manual ESN set.
You can find the new setting under add-on Expert settings.
If necessary, you can manually generate new ESN's by selecting "Reset ESN" setting, or you can also disable the 540p workaround.
- IMPORTANT NOTICE FOR ANDROID: Do NOT USE the ESN of the original app with the add-on, or will cause video quality drop
to 540p also on the original android app for an unknown period of time. This problem cannot be solved by the add-on,
there are no know solutions yet, so you can only report the 540p problem to customer service.
</news>
</extension>
</addon>
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.12.15 (2022-12-17)
- IMPORTANT NOTICE: New changes to website is causing video quality to drop to 540p after about 20h,
this add-on update implements a workaround to fix this problem by changing ESNs every 20h.
The workaround works only when "Manual ESN" is not set, so if needed remove the previously Manual ESN set.
You can find the new setting under add-on Expert settings.
If necessary, you can manually generate new ESN's by selecting "Reset ESN" setting, or you can also disable the 540p workaround.
- IMPORTANT NOTICE FOR ANDROID: Do NOT USE the ESN of the original app with the add-on, or will cause video quality drop
to 540p also on the original android app for an unknown period of time. This problem cannot be solved by the add-on,
there are no know solutions yet, so you can only report the 540p problem to customer service.

v1.12.14 (2022-09-26)
- Fixed MSL error when playing videos from non-owner Netflix profiles

Expand Down

0 comments on commit 4589c35

Please sign in to comment.