|
MPD
0.17~git
|
The meta information about a song file. More...
#include <tag.h>
Data Fields | |
| int | time |
| The duration of the song (in seconds). | |
| 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, ...).
| struct tag_item** tag::items |
| unsigned tag::num_items |
| int tag::time |
1.7.5.1