|
CoverArt Browser
v2.0
Browse your cover-art albums in Rhythmbox
|
Public Member Functions | |
| def | __init__ |
| def | initialise |
| def | do_selected |
| def | connect_library_signals |
| def | do_impl_activate |
| def | clear_playsource |
| def | shuffle_playsource |
Public Attributes | |
| external_plugins | |
| hasActivated | |
| plugin | |
| shell | |
| source | |
| entryview | |
Source utilized by the plugin to show all it's ui.
Definition at line 92 of file coverart_play_source.py.
| def coverart_play_source.CoverArtPlaySource.__init__ | ( | self, | |
| kwargs | |||
| ) |
Initializes the source.
Definition at line 97 of file coverart_play_source.py.
Called by do_selected the first time the source is activated. It creates all the source ui and connects the necessary signals for it correct behavior.
Definition at line 129 of file coverart_play_source.py.
Called by Rhythmbox when the source is selected. It makes sure to create the ui the first time the source is shown.
Definition at line 110 of file coverart_play_source.py.