41 linhas
1.3 KiB
XML
41 linhas
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- RB 2.99 and later -->
|
|
<menu id="popup_menu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Play All</attribute>
|
|
<attribute name="action">win.play_album_menu_item</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Add to playing</attribute>
|
|
<attribute name="action">win.add_to_playing_menu_item</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Queue All</attribute>
|
|
<attribute name="action">win.queue_album_menu_item</attribute>
|
|
</item>
|
|
<submenu>
|
|
<attribute name="label" translatable="yes">Add to Playlist</attribute>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">New Playlist</attribute>
|
|
<attribute name="action">win.new_playlist</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<attribute name="rb-plugin-menu-link">playlist_section</attribute>
|
|
</section>
|
|
</submenu>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Search for covers</attribute>
|
|
<attribute name="action">win.artist_cover_search_menu_item</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|