[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
You will also want

libnss3-nssdb_3.16.3-1ubuntu1_all.deb

or you'll break dependencies and be unable to install or update every again.

I also added the following lines to "~/.lircrc". The button lines are for MCEUSB, if you have a different remote find the correct buttons using irw. You will of course need lircd and irxevent running in the background.

Keyboard shortcuts are a bit wonky with the HTML5 player. Space works as expected to play/pause. Right and left to seek only work when paused. Up, down, forward, and reverse don't seem to work at all. But if you have pause, seek, and quit, that's all you really need.

Code:
#### BEGIN GOOGLE CHROME - NETFLIX CONTROLS
begin
    prog = irxevent
    button = KEY_PAUSE
    repeat = 0
    config = Key space Focus Netflix
end
begin
    prog = irxevent
    button = KEY_PLAY
    repeat = 0
    config = Key space Focus Netflix
end
begin
    prog = irxevent
    button = KEY_UP
    config = Key Up Focus Netflix
end
begin
    prog = irxevent
    button = KEY_DOWN
    config = Key Down Focus Netflix
end
begin
    prog = irxevent
    button = KEY_LEFT
    config = Key Left Focus Netflix
end
begin
    prog = irxevent
    button = KEY_RIGHT
    config = Key Right Focus Netflix
end
begin
    prog = irxevent
    button = KEY_STOP
    repeat = 0
    config = Key ctrl-w Focus Netflix
end
begin
    prog = irxevent
    button = KEY_REWIND
    repeat = 0
    config = Key shift-left Focus Netflix
end
begin
    prog = irxevent
    button = KEY_FORWARD
    repeat = 0
    config = Key shift-right Focus Netflix
end

#### END GOOGLE CHROME - NETFLIX CONTROLS
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 rodalpho - 2014-08-11, 03:16
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