[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
Is there any plans to add socks proxy support directly into plugin? I don't want to proxy whole xbmc or whole system Wink

edit:
It seems that settings "Use an HTTP proxy server to access the internet" with SOCK5 proxy doesn't affect plugin calls.
I believe adding socket support is super-easy - I get it working using only 3 LOC added right after "import socket"

Code:
import socks
socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, 'socks proxy ip or host', socks proxy port)
socket.socket = socks.socksocket

As I'm not a Pyhton programmer, so I don't want to add shit-code into main branch - could someone who know XBMC & Python add support for SOCKS proxy in this plugin (with proper exception handling and option in settings)? It looks like 10-minutes job.

edit2:
Is it normal that navigation is painfully slow? Sometimes I need to wait for about 40-60 seconds to get movies list.
Why can't we use eg. Apple TV or Roku API keys? It's agains EULA ofc but who cares in this case Smile
Reply


Messages In This Thread
RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - by kiler129 - 2013-12-25, 17:04
Search empty? - by cgrey - 2014-01-11, 06:13
Not working on windows 7 - by dandiodati - 2014-02-26, 21:55
Problems with this addon - by builderjer - 2014-11-30, 19:55
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)7