|
CoverArt Browser
v2.0
Browse your cover-art albums in Rhythmbox
|
Public Member Functions | |
| def | __init__ |
| def | load_albums |
| def | do_albums_load_finished |
| def | do_model_load_finished |
Public Attributes | |
| entry_changed_id | |
| entry_added_id | |
| entry_deleted_id | |
Loads and updates Rhythmbox's tracks and albums, updating the model accordingly. :param album_manager: `AlbumManager` responsible for this loader.
Definition at line 1109 of file coverart_album.py.
| def coverart_album.AlbumLoader.load_albums | ( | self, | |
| query_model | |||
| ) |
Loads and creates `Track` instances for all entries on query_model, assigning them into their correspondant `Album`.
Definition at line 1283 of file coverart_album.py.