| 
    CoverArt Browser
    v2.0
    
   Browse your cover-art albums in Rhythmbox 
   | 
  
  
  
 
Public Member Functions | |
| def | __init__ | 
| def | create_menu | 
Public Attributes | |
| menu | |
| section_name | |
| at_position | |
| supported_plugins | |
| menu_name | |
This is the key class called to initialise all supported plugins :param section_name: `str` unique name of the section holding the menu items :param at_position: `int` position within the GtkMenu to create menu - ignored for RB2.99 :param popup: `Menu` whole popupmenu including sub-menus
Definition at line 169 of file coverart_external_plugins.py.
| def coverart_external_plugins.CreateExternalPluginMenu.create_menu | ( | self, | |
| menu_name, | |||
for_album = False  | 
        |||
| ) | 
method to create the menu items for all supported plugins :param menu_name: `str` unique name (GtkMenu) id for the menu to create :for_album: `bool` - create a menu applicable for Albums by default a menu is assumed to be applicable to a track in an EntryView
Definition at line 220 of file coverart_external_plugins.py.