-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhd-trailers-submenu.xml
44 lines (39 loc) · 1.13 KB
/
hd-trailers-submenu.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
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="HD_TRAILERS">
<button>
<type>VIDEO</type>
<text>Latest</text>
<description>Play the Latest Trailers</description>
<action>MENU hd-trailers-latest.xml</action>
</button>
<button>
<type>VIDEO</type>
<text>Opening</text>
<description>Play the Opening Trailers</description>
<action>MENU hd-trailers-opening-this-week.xml</action>
</button>
<button>
<type>VIDEO</type>
<text>Coming Soon</text>
<description>Play the Coming Soon Trailers</description>
<action>MENU hd-trailers-coming-soon.xml</action>
</button>
<button>
<type>VIDEO</type>
<text>New Netflix</text>
<description>Play the New at Netflix Trailers</description>
<action>MENU hd-trailers-netflix-new-releases.xml</action>
</button>
<button>
<type>VIDEO</type>
<text>Most Watched</text>
<description>Play the Most Watched Trailers</description>
<action>MENU hd-trailers-most-watched.xml</action>
</button>
<button>
<type>VIDEO</type>
<text>Top 10</text>
<description>Play the Top 10 Trailers</description>
<action>MENU hd-trailers-top-movies.xml</action>
</button>
</mythmenu>