|
a/src/mediaserver/cdplugins/plgwithslave.cxx |
|
b/src/mediaserver/cdplugins/plgwithslave.cxx |
|
... |
|
... |
324 |
JSONTOUPS(parentid, pid);
|
324 |
JSONTOUPS(parentid, pid);
|
325 |
JSONTOUPS(title, tt);
|
325 |
JSONTOUPS(title, tt);
|
326 |
JSONTOUPS(artUri, upnp:albumArtURI);
|
326 |
JSONTOUPS(artUri, upnp:albumArtURI);
|
327 |
JSONTOUPS(artist, upnp:artist);
|
327 |
JSONTOUPS(artist, upnp:artist);
|
328 |
JSONTOUPS(upnpClass, upnp:class);
|
328 |
JSONTOUPS(upnpClass, upnp:class);
|
|
|
329 |
JSONTOUPS(date, dc:date)
|
329 |
// tp is container ("ct") or item ("it")
|
330 |
// tp is container ("ct") or item ("it")
|
330 |
string stp = decoded[i].get("tp", "").asString();
|
331 |
string stp = decoded[i].get("tp", "").asString();
|
331 |
if (!stp.compare("ct")) {
|
332 |
if (!stp.compare("ct")) {
|
332 |
song.iscontainer = true;
|
333 |
song.iscontainer = true;
|
333 |
string ss = decoded[i].get("searchable", "").asString();
|
334 |
string ss = decoded[i].get("searchable", "").asString();
|