diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/itdb.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ these values along with the corresponding artist/album... fields if a particular sort order is required. + * src/itdb.h: corrected description for "BPM" (beats per minute) + 2007-06-14 Jorg Schuler <jcsjcs at users.sourceforge.net> * po/es.po: new version updated by Alejandro Lamas DaviƱa. @@ -771,7 +771,7 @@ struct _Itdb_Track playcount. */ guint32 recent_playcount; /* times track was played since last sync */ gboolean transferred; /* has file been transferred to iPod? */ - gint16 BPM; /* supposed to vary the playback speed */ + gint16 BPM; /* BPM (beats per minute) of this track */ guint8 app_rating; /* star rating set by appl. (not * iPod). If the rating set on the iPod and the rating field above differ, the |