CoverArt Browser  v2.0
Browse your cover-art albums in Rhythmbox
coverart_album.Track Class Reference

List of all members.

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

Detailed Description

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Functions