|
CoverArt Browser
v2.0
Browse your cover-art albums in Rhythmbox
|
Public Member Functions | |
| def | __init__ |
| def | __eq__ |
| def | title |
| def | artist |
| def | album |
| def | album_artist |
| def | genre |
| def | year |
| def | rating |
| def | rating |
| def | duration |
| def | location |
| def | composer |
| def | track_number |
| def | disc_number |
| def | album_artist_sort |
| def | album_sort |
| def | is_saveable |
| def | create_ext_db_key |
Public Attributes | |
| entry | |
A music track. Provides methods to access to most of the tracks data from
Rhythmbox's database.
:param entry: `RB.RhythmbDBEntry` rhythmbox's database entry for the track.
:param db: `RB.RhythmbDB` instance. It's needed to update the track's
values.
Definition at line 153 of file coverart_album.py.
| def coverart_album.Track.create_ext_db_key | ( | self | ) |
Returns an `RB.ExtDBKey` that can be used to acces/write some other track specific data on an `RB.ExtDB`.
Definition at line 252 of file coverart_album.py.