summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/menu-xml/HOST_SETTINGS.xml
blob: 895c337ec35f3bc2d53342a238055b9760ba2603 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<mythmenu name="HOST_SETTINGS">

   <button>
      <type>MV_ACCESS_SETUP_MENU</type>
      <text>Access Control</text>
      <action>EXEC  mythinstall -s accesscontrol </action>
   </button>
   
   <button>
      <type>MV_ADVANCED_SETUP_MENU</type>
      <text>Advanced</text>
      <action>EXEC  mythinstall -s advanced</action>
   </button>

   <button>
      <type>MV_AUDIO_SETUP_MENU</type>
      <text>Audio</text>
       <action>EXEC  mythinstall -s sound </action>
   </button>

   <button>
      <type>MV_ADVANCED_X_SETUP_MENU</type>
      <text>Display</text>
      <action>EXEC  mythinstall -s advancedX</action>
   </button>
   
   <button>
      <type>MV_NETWORK_SETUP_MENU</type>
      <text>Dynamic DNS</text>
      <action>EXEC  mythinstall -s ddns </action>
   </button>
   
   <button>
      <type>MV_MISC_SETUP_MENU</type>
      <text>Miscellanous</text>
      <action>EXEC  mythinstall -s misc </action>
   </button>
   
   <button>
      <type>MV_NETWORK_SETUP_MENU</type>
      <text>Network</text>
      <action>EXEC  mythinstall -s network </action>
   </button>
   
   <button>
      <type>MV_IR_SETUP_MENU</type>
      <text>Remotes</text>
       <action>EXEC  mythinstall -s ir </action>
   </button>
   
   <button>
      <type>MV_SCREENSAVER_SETUP_MENU</type>
      <text>Screensaver</text>
      <action>EXEC  mythinstall -s screensaver </action>
   </button>
   
   <button>
      <type>MV_SHUTDOWN_SETUP_MENU</type>
      <text>Shutdown</text>
      <action>EXEC  mythinstall -s sleep </action>
   </button>
   
   <button>
      <type>MV_SOFTWARE_MENU</type>
      <text>Software</text>
      <action>EXEC  mythinstall -s  plugins,software </action>
   </button>
   
   <button>
      <type>MV_SYSTEM_SETUP_MENU</type>
      <text>System Type</text>
      <action>EXEC  mythinstall -s hostype </action>
   </button>   
   
   <button>
      <type>MV_USER_SETUP_MENU</type>
      <text>User Accounts</text>
      <action>EXEC  mythinstall -s user </action>
   </button>

   <button>
      <type>MV_WEBACCESS_SETUP_MENU</type>
      <text>Web Security</text>
      <action>EXEC  mythinstall -s webuser </action>
   </button>

   <!--
   <button>
      <type>SETUP_MENU</type>
      <text>Settings Profile Manager</text>
      <action>EXEC  mythinstall -t </action>
   </button>
   -->

</mythmenu>