-
Notifications
You must be signed in to change notification settings - Fork 344
/
media_settings.xml
59 lines (51 loc) · 1.78 KB
/
media_settings.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="MEDIA_SETUP">
<button>
<type>SETTINGS_MUSIC</type>
<text>Music Settings</text>
<description>Configure playback and CD ripping</description>
<action>CONFIGPLUGIN mythmusic</action>
<depends>mythmusic</depends>
</button>
<button>
<type>MUSIC_PLAYLIST</type>
<text>Music Tools</text>
<description>Select, import, or play music</description>
<action>PLUGIN mythmusic</action>
<depends>mythmusic</depends>
</button>
<button>
<type>SETTINGS_VIDEO</type>
<text>Videos Settings</text>
<description>Configure playback and metadata</description>
<action>MENU video_settings.xml</action>
</button>
<button>
<type>SETTINGS_IMAGES</type>
<text>Old Gallery Settings</text>
<description>Configure display of images (deprecated plugin)</description>
<action>CONFIGPLUGIN mythgallery</action>
<depends>mythgallery</depends>
</button>
<button>
<type>SETTINGS_GAME</type>
<text>Game Settings</text>
<description>Configure playback of games</description>
<action>CONFIGPLUGIN mythgame</action>
<depends>mythgame</depends>
</button>
<button>
<type>SETTINGS_STREAM</type>
<text>MythStream Settings</text>
<description></description>
<action>CONFIGPLUGIN mythstream</action>
<depends>mythstream</depends>
</button>
<button>
<type>SETTINGS_ARCHIVE</type>
<text>Archive Files Settings</text>
<description>Configure how to archive video to DVD</description>
<action>CONFIGPLUGIN mytharchive</action>
<depends>mytharchive</depends>
</button>
</mythmenu>