Skip to content

Commit

Permalink
Version bump (1.20.3) (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Dec 18, 2022
1 parent b0ec304 commit 972a913
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
25 changes: 15 additions & 10 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.20.2+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.20.3+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.addon.signals" version="0.0.6+matrix.1"/>
Expand Down Expand Up @@ -85,15 +85,20 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.20.2 (2022-11-12)
- Fixed 4k HDR
- Fixed missing plot
- Fix/workaround for error "ReadError [Errno 11] Try again"
- Fixed broken Clean cache menu
- Fix year/premiered date on NFO files.
Only the year is available, required optional full resync for existing files, on new files will be add by default.
- Update translations pl, it, de, hu, zh_tw
<news>v1.20.3 (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.
If necessary, you can open "Widevine / ESN settings" on the Expert settings, to manually generate new ESN's
by selecting the "Reset" button, 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.
- FOR ANDROID, KNOWN SIDE EFFECTS: You will receive a notification that a new device has logged in every time ESN changes.
- Add new 540p workaround setting to "Widevine / ESN settings" on the Expert settings
- Supplemental plot info are now consistent in all use cases
- Fix a possible website JSON parsing problem on login/refresh session
- Fix "hdrType" TypeError (Kodi 20)
- Update translations hu, zh_cn, ro, it
</news>
</extension>
</addon>
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v1.20.3 (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.
If necessary, you can open "Widevine / ESN settings" on the Expert settings, to manually generate new ESN's
by selecting the "Reset" button, 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.
- FOR ANDROID, KNOWN SIDE EFFECTS: You will receive a notification that a new device has logged in every time ESN changes.
- Add new 540p workaround setting to "Widevine / ESN settings" on the Expert settings
- Supplemental plot info are now consistent in all use cases
- Fix a possible website JSON parsing problem on login/refresh session
- Fix "hdrType" TypeError (Kodi 20)
- Update translations hu, zh_cn, ro, it, de

v1.20.2 (2022-11-12)
- Fixed 4k HDR
- Fixed missing plot
Expand Down

0 comments on commit 972a913

Please sign in to comment.