summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-30/mythtv/menu-xml/info_menu.xml
blob: 017f90b784ae9578fc8d017ff60d7c287b4d7416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="INFO">

    <button>
        <type>NEWS</type>
        <text>News Feeds</text>
        <description>Keep up with the news</description>
        <action>PLUGIN mythnews</action>
        <depends>mythnews</depends>
    </button>

    <button>
        <type>MYTHTWITTER_TIMELINE</type>
        <text>Twitter</text>
        <description>Send and receive tweets</description>
        <action>JUMP MythTwitter_Timeline</action>
        <depends>mythtwitter</depends>
    </button>

    <button>
        <type>WEATHER</type>
        <text>Weather</text>
        <action>PLUGIN mythweather</action>
        <description>Local weather forecast</description>
        <depends>mythweather</depends>
    </button>

    <button>
       <type>WEATHER</type>
        <text>Weather Station</text>
        <action>PLUGIN mythwstation</action>
        <depends>mythwstation</depends>
    </button>

    <button>
        <type>WEBPAGE</type>
        <text>Web</text>
        <description>Browse the web</description>
        <action>PLUGIN mythbrowser</action>
        <depends>mythbrowser</depends>
    </button>

    <button>
        <type>RECIPE</type>
        <text>Recipes</text>
        <description>Start cooking!</description>
        <action>PLUGIN mythRecipe</action>
        <depends>mythrecipe</depends>
    </button>

    <button>
        <type>TV_STATUS</type>
        <text>System Status</text>
        <description>See what your system is doing</description>
        <action>TV_STATUS</action>
    </button>

    <button>
        <type>ZONEMINDER</type>
        <text>ZoneMinder</text>
        <description>Home surveillance</description>
        <action>PLUGIN mythzoneminder</action>
        <depends>mythzoneminder</depends>
 </button>

<!-- 
 <button>
        <type>SMOLT</type>
        <text>Hardware profile</text>
        <description>Tell us what hardware you have so we can support it</description>
        <action>PLUGIN mythsmolt</action>
        <depends>mythsmolt</depends>
 </button>
 -->

</mythmenu>