The meta information about a song file. More...
#include <tag.h>
Data Fields | |
int | time |
The duration of the song (in seconds). | |
bool | has_playlist |
Does this file have an embedded playlist (e.g. | |
struct tag_item ** | items |
an array of tag items | |
unsigned | num_items |
the total number of tag items in the items array |
The meta information about a song file.
It is a MPD specific subset of tags (e.g. from ID3, vorbis comments, ...).
Definition at line 82 of file tag.h.
bool tag::has_playlist |
struct tag_item** tag::items [read] |
unsigned tag::num_items |
int tag::time |