Home | History | Annotate | Download | only in src

Lines Matching refs:album

595   /** Default Album folder */
631 char *album; /**< Album name for track */
663 * MTP Album structure
668 uint32_t storage_id; /**< ID of storage holding this album */
669 char *name; /**< Name of album */
670 char *artist; /**< Name of album artist */
672 char *genre; /**< Genre of album */
673 uint32_t *tracks; /**< The tracks in this album */
674 uint32_t no_tracks; /**< The number of tracks in this album */
675 LIBMTP_album_t *next; /**< Next album or NULL if last album */
903 * @defgroup albums The audio/video album management API.