-
Notifications
You must be signed in to change notification settings - Fork 344
/
musicmenu.xml
60 lines (51 loc) · 1.53 KB
/
musicmenu.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
60
<mythmenu name="MUSIC">
<button>
<type>MUSIC_PLAY</type>
<text>Play Music</text>
<description>Play music files</description>
<action>MUSIC_PLAY</action>
</button>
<button>
<type>STREAM_PLAY</type>
<text>Play Radio Streams</text>
<description>Play an internet radio stream</description>
<action>STREAM_PLAY</action>
</button>
<button>
<type>MUSIC_PLAYLIST</type>
<text>Select Music</text>
<description>Choose which tracks to play</description>
<action>MUSIC_CREATE_PLAYLIST</action>
</button>
<button>
<type>MUSIC_RIP</type>
<text>Import CD</text>
<description>Rip a CD</description>
<action>MUSIC_RIP</action>
</button>
<button>
<type>MUSIC_IMPORT</type>
<text>Import Files</text>
<description>Import new tracks</description>
<action>MUSIC_IMPORT</action>
</button>
<button>
<type>MUSIC_SCAN</type>
<text>Scan for New Music</text>
<description>Look for new music files</description>
<action>SETTINGS_SCAN</action>
</button>
<button>
<type>EJECT</type>
<text>Eject media</text>
<description>Eject a CD</description>
<action>EJECT</action>
</button>
<!-- Keep this in synch with mythtv/themes/defaultmenu/media_settings.xml -->
<button>
<type>SETTINGS_MUSIC</type>
<text>Music Settings</text>
<description>Configure playback and CD ripping</description>
<action>CONFIGPLUGIN mythmusic</action>
</button>
</mythmenu>