Web on LinHES

Web on LinHES adds several websites that offer a 10' UI to the Play Online Streams. These include, Vimeo, YouTube, TuneIn and several others. These sites can be operated with a remote. To install Web on LinHES, use the following command:
sudo pacman -Sy web-on-linhes
In order to use your remote, you'll need to supply wol-lircrc. This file should be place in /home/mythtv/.mythtv. Here is an example (used with the Radio Shack 15-2116):

begin
prog = irxevent
button = PLAY
repeat = 0
config = Key space CurrentWindow
end
begin
prog = irxevent
button = PAUSE
repeat = 0
config = Key space CurrentWindow
end
begin
prog = irxevent
button = LEFT
repeat = 0
config = Key Left CurrentWindow
end
begin
prog = irxevent
button = RIGHT
repeat = 0
config = Key Right CurrentWindow
end

begin
prog = irxevent
button = STOP
repeat = 0
config = Key ctrl-w CurrentWindow
end
begin
prog = irxevent
button = CH+
repeat = 0
config = Key Up CurrentWindow
end
begin
prog = irxevent
button = CH-
repeat = 0
config = Key Down CurrentWindow
end

begin
prog = irxevent
button = SELECT
repeat = 0
config = Key Return CurrentWindow
end
begin
prog = irxevent
button = HOME
repeat = 0
config = Key F11 CurrentWindow
end
begin
prog = irxevent
button = LAST
repeat = 0
config = Key Escape CurrentWindow
end