Skip to content

Commit

Permalink
Version bump (1.20.4) (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Jan 14, 2023
1 parent f9f0a18 commit e47b172
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
25 changes: 10 additions & 15 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.3+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.20.4+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,20 +85,15 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<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>v1.20.4 (2023-01-14)
- NOTICE FOR ANDROID DEVICES: Due to new changes to the website, many Android devices will not be able to play videos
with this addon, at the moment there are no solutions, we hope this is a temporary problem.
- On android, replaced MSL idtoken auth with netflixid auth (for "Email or password is incorrect" error problem)
- Add new audio offset setting
- Fix Kodi crash on Android when play a video
- Fix STRM resume workaround for Kodi v19.5
- Fix wrong mediaflag info on episodes
- Update translations it, de, pt_br, sv_se
</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.20.4 (2023-01-14)
- NOTICE FOR ANDROID DEVICES: Due to new changes to the website, many Android devices will not be able to play videos
with this addon, at the moment there are no solutions, we hope this is a temporary problem.
- On android, replaced MSL idtoken auth with netflixid auth (for "Email or password is incorrect" error problem)
- Add new audio offset setting
- Fix Kodi crash on Android when play a video
- Fix STRM resume workaround for Kodi v19.5
- Fix wrong mediaflag info on episodes
- Update translations it, de, pt_br, sv_se

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.
Expand Down

0 comments on commit e47b172

Please sign in to comment.