Switch to unified view
a/src/upmpdutils.hxx | b/src/upmpdutils.hxx | ||
---|---|---|---|
... |
... |
||
44 | std::string artist; // Reused as annot for containers |
44 | std::string artist; // Reused as annot for containers |
45 | std::string album; |
45 | std::string album; |
46 | std::string title; |
46 | std::string title; |
47 | std::string tracknum; |
47 | std::string tracknum; |
48 | std::string genre; |
48 | std::string genre; |
49 | std::string artUri; // This does not come from mpd, but we sometimes add it |
49 | std::string artUri; |
50 | 50 | ||
51 | unsigned int duration_secs; |
51 | unsigned int duration_secs; |
52 | int mpdid; |
52 | int mpdid; |
53 | bool iscontainer; |
53 | bool iscontainer; |
54 | bool searchable; |
54 | bool searchable; |