Web on LinHES

Version 1 (cecil, 02/27/2012 06:53 pm)

1 1
h1. Web on LinHES
2 1
3 1
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:
4 1
@sudo pacman -Sy web-on-linhes@
5 1
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):
6 1
7 1
@begin
8 1
    prog = irxevent
9 1
    button = PLAY
10 1
    repeat = 0
11 1
    config = Key space CurrentWindow
12 1
end
13 1
begin
14 1
    prog = irxevent
15 1
    button = PAUSE
16 1
    repeat = 0
17 1
    config = Key space CurrentWindow
18 1
end
19 1
begin
20 1
    prog = irxevent
21 1
    button = LEFT
22 1
    repeat = 0
23 1
    config = Key Left CurrentWindow
24 1
end
25 1
begin
26 1
    prog = irxevent
27 1
    button = RIGHT
28 1
    repeat = 0
29 1
    config = Key Right CurrentWindow
30 1
end@
31 1
@begin
32 1
    prog = irxevent
33 1
    button = STOP
34 1
    repeat = 0
35 1
    config = Key ctrl-w CurrentWindow
36 1
end
37 1
begin
38 1
    prog = irxevent
39 1
    button = CH+
40 1
    repeat = 0
41 1
    config = Key Up CurrentWindow
42 1
end
43 1
begin
44 1
    prog = irxevent
45 1
    button = CH-
46 1
    repeat = 0
47 1
    config = Key Down CurrentWindow
48 1
end@
49 1
@begin
50 1
    prog = irxevent
51 1
    button = SELECT
52 1
    repeat = 0
53 1
    config = Key Return CurrentWindow
54 1
end
55 1
 begin
56 1
    prog = irxevent
57 1
    button = HOME
58 1
    repeat = 0
59 1
    config = Key F11 CurrentWindow
60 1
end
61 1
begin
62 1
    prog = irxevent
63 1
    button = LAST
64 1
    repeat = 0
65 1
    config = Key Escape CurrentWindow
66 1
end@