-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanage_recordings.xml
32 lines (27 loc) · 951 Bytes
/
manage_recordings.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="MANAGE_RECORDINGS">
<button>
<type>TV_SCHEDULE_RECORDINGS</type>
<text>Schedule Recordings</text>
<description>Pick shows to record</description>
<action>MENU tv_schedule.xml</action>
</button>
<button>
<type>TV_RECORDING_RULES</type>
<text>Recording Rules</text>
<description>Edit or delete any recording rule</description>
<action>TV_MANAGE_RECORDING_RULES</action>
</button>
<button>
<type>TV_UPCOMING_RECORDINGS</type>
<text>Upcoming Recordings</text>
<description>See what will be recorded next</description>
<action>TV_FIX_CONFLICTS</action>
</button>
<button>
<type>TV_PREVIOUS</type>
<text>Previously Recorded</text>
<description>See what you have recorded</description>
<action>TV_PREVIOUS</action>
</button>
</mythmenu>