[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
For those using this app in another country with a DNS redirector to get US content:

I looked quickly through the Default.py script and figured out why I've been getting the PY script error messages. I'm pretty sure the script reads XBMC's settings for language settings and uses it to determine which content to provide. I came up with a hacky solution (because i like having XBMC set to Canada) and fixed it by adding after:

len(language.split("-"))>1:
country = language.split("-")[1]

country = "US"


----
very simple solution that seems to work. I have no programming experience so I may be wrong in the couple minutes i looked thru the script as to what it uses to determine the country but maybe the creator can add a line in the configuration to allow us to set the country without using XBMC's settings. Seems a few of us using Unlocator or another DNS redirect service.
Reply


Messages In This Thread
Search empty? - by cgrey - 2014-01-11, 06:13
Not working on windows 7 - by dandiodati - 2014-02-26, 21:55
RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - by brewskybeer - 2014-08-16, 11:38
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