Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 227
Release Netflix Add-on [input-stream]
Hello,

same to me. Addon is running flawless on my HTPC on linux (ubuntu 18.04. with kernel 4.19-rc5) system based on ryzen g2200.
But streams are only running at 1080p. What is needed to get 4k working?
Reply
Hi

I tried searching the thread for this and didn't find it. My List in this add-on does not match with My List in Netflix website. Has anyone else seen this? I verified I am using same profile and even logged out and back into add-on to see if it would update it, but no luck.

P.S. Also the continue watching doesn't match up either.
Reply
Hi guys, I am desperate...

I searched everywhere on the internet since this morning and I have no answer.

I love Kodi and all its features but I miss one thing: make netflix works on kodi

I have a Xiaomi Box, everything works on Kodi, all my extensions, my library is fine, everything is ok, but I just cant make Netflix work in kodi.....

I followed all the instructions, I manage to install the extension, I manage to launch the film, but as soon as I run it, it works for 2 or 3 seconds and then the video hangs and the screen freezes

If I restart the video this time I have a black screen and I hear the sound of the video, but just the sound ....

I tried everything, I'm on kodi 18, I enabled InputStreamVideo, I tried all versions of the Netflix plugin and I even uninstalled then reinstall Kodi ...

but still the same problem, please help me ...

Or is it just impossible to run this addon on an Android Box?

thanks, and sorry for my bad english
Reply
(2018-10-02, 17:59)Adebisi_33 Wrote: Hi guys, I am desperate...
 
 You say you are desperate, but you failed to even post a log file. 

Bug reports are useless without a log file....
Reply
(2018-10-01, 20:16)mzup Wrote: Hi

I tried searching the thread for this and didn't find it. My List in this add-on does not match with My List in Netflix website. Has anyone else seen this? I verified I am using same profile and even logged out and back into add-on to see if it would update it, but no luck.

P.S. Also the continue watching doesn't match up either.
 OK So by a fluke i figured out what my issue is. I usually have my settings to show only unwatched shows and hide the watched ones. For some reason I had changed it to show all videos in my movies section. Then I happened to go back into netflix and saw all the shows I had put in My List!!. Only issue is they are mark as watched when they really aren't. I tried to go into context menu and mark them as unwatched but there is no option for that. 

So this isn't really a bug but more a quirk I guess. Depends on how you look at it.
Reply
i have the same issue but on z7+ forumuler
Reply
Great addon! There is only one problem for me so far. If I load the series " Escobar el Patron del Mal"  it only lists 42 episodes in season one while there are of 70.
  There seems to be embedded some sort of limit in episodes to cache/load.
If that bug is smashed I ll be even more happy Smile
Reply
Anybody using this in Windows that could tell me if 1080p playback is provided? What about multichannel audio?
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
(2018-10-11, 14:17)menno Wrote: Great addon! There is only one problem for me so far. If I load the series " Escobar el Patron del Mal"  it only lists 42 episodes in season one while there are of 70.
  There seems to be embedded some sort of limit in episodes to cache/load.
If that bug is smashed I ll be even more happy Smile
The fix for this problem is easy, if you are using windows, use this workaround (it might slow down the browsing speed, but for me it working great), go to this path

C:\Users\Essam\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib

and open "NetflixSession.py" with Notepad++, and replace

def fetch_episodes_by_season(self, season_id, list_from=-1, list_to=40):

with

def fetch_episodes_by_season(self, season_id, list_from=-1, list_to=200):

Or you can use this modified release, Uninstall Kodi and make sure to choose:
“Yes, I am sure and grant permission to also delete the profile folder”
when you uninstalling the program.

https://mega.nz/#!h58ADChJ!67l95sobRc3oK...6quAQCp_20

Image


Image
Reply
(2018-10-11, 14:38)ashlar Wrote: Anybody using this in Windows that could tell me if 1080p playback is provided? What about multichannel audio?
Yes, 1080p playback is provided but not for every movie or TV show, stand on the movie title and look at the bottom right corner and you will see the resolution which the movie will be played in it.

Image
Reply
Just a heads up that inputstream was broken in the last few nightly releases, it should be fixed now though.
Reply
(2018-10-11, 21:34)essam315 Wrote:
(2018-10-11, 14:17)menno Wrote: Great addon! There is only one problem for me so far. If I load the series " Escobar el Patron del Mal"  it only lists 42 episodes in season one while there are of 70.
  There seems to be embedded some sort of limit in episodes to cache/load.
If that bug is smashed I ll be even more happy Smile
The fix for this problem is easy, if you are using windows, use this workaround (it might slow down the browsing speed, but for me it working great), go to this path

C:\Users\Essam\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib

and open "NetflixSession.py" with Notepad++, and replace

def fetch_episodes_by_season(self, season_id, list_from=-1, list_to=40):

with

def fetch_episodes_by_season(self, season_id, list_from=-1, list_to=200):

Or you can use this modified release, Uninstall Kodi and make sure to choose:
“Yes, I am sure and grant permission to also delete the profile folder”
when you uninstalling the program.

https://mega.nz/#!h58ADChJ!67l95sobRc3oK...6quAQCp_20ImageImage 
Thanks, I suspected something like this, @ developer plz remove this limit Smile
Reply
Dear Team,

I'm using a RPi 3 with Milhouse latest libreelec Kodi 18 Alpha build (see logs).

I noticed when I enable "Options"> "Expert" > "check SSL" (german "SSL-Überprüfung"), my Netflix Addon doesn't work anymore and in the logs it throws a

10:00:15.310 T:1666093936   ERROR: /storage/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:858: InsecureRequestWarning: Unverified HTTPS request is bei
ng made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest...l-warnings
                                              InsecureRequestWarning)

error (see attached logs).

So my question is:

When will you fix the error above and  re-enable the SSL check under Libreelec?

Or is it a libreelec-based problem?

I would love to know that my Netflix connection stays safe under any conditions Wink.

You'll find my log here
Reply
Dear Team,

i have to add that I can't access some menu entrys of the Nextflix Addon at times (same RPI like in the former post).

When I try to select "Netflix originale"(Netflix originals), "Derzeit beliebt" (current most viewed?), "Beliebt auf Netflix" (current most viewed on netflix?) I receive an error popup "Netflix Error".

Logs are here .

Hope you can find the reason for this Smile

If it's okay I would like to add a change request:

Is it possible to implement a "update database manually" function? I don't use my RPI on a daily basis so a scheduled update doesn't fit my "user experience" Wink . That would be a great feature.

Kind Regards,

Germeleon
Reply
I want this on windows ples help me how to use this.
Reply
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 227

Logout Mark Read Team Forum Stats Members Help
Netflix Add-on [input-stream]14