|
a/upmpd/ohplaylist.hxx |
|
b/upmpd/ohplaylist.hxx |
|
... |
|
... |
64 |
bool makestate(unordered_map<string, string> &st);
|
64 |
bool makestate(unordered_map<string, string> &st);
|
65 |
void maybeWakeUp(bool ok);
|
65 |
void maybeWakeUp(bool ok);
|
66 |
// State variable storage
|
66 |
// State variable storage
|
67 |
unordered_map<string, string> m_state;
|
67 |
unordered_map<string, string> m_state;
|
68 |
UpMpd *m_dev;
|
68 |
UpMpd *m_dev;
|
69 |
UpMpdRenderCtl *m_ctl;
|
|
|
70 |
|
69 |
|
71 |
// Storage for song metadata, indexed by URL. This used to be
|
70 |
// Storage for song metadata, indexed by URL. This used to be
|
72 |
// indexed by song id, but this does not survive MPD restarts.
|
71 |
// indexed by song id, but this does not survive MPD restarts.
|
73 |
// The data is the DIDL XML string.
|
72 |
// The data is the DIDL XML string.
|
74 |
std::unordered_map<std::string, std::string> m_metacache;
|
73 |
std::unordered_map<std::string, std::string> m_metacache;
|