View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009775 | MMW v4 | DLNA/UPnP | public | 2012-10-03 17:32 | 2012-10-11 14:38 |
Reporter | lowlander | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.0.7 | ||||
Summary | 0009775: Multi-Value fields not send correctly to DLNA/UPnP clients | ||||
Description | It seems MediaMonkey doesn't send a multiple-value field (like Artist) correctly as clients only display the last value. Other servers are reported to not have this problem. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=20&t=68020 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
MediaMonkey does it according to standard, upnp:artist is multi-value property, it means that it can appear more than once in the DIDL-Lite XML, see details here: http://upnp.org/specs/av/UPnP-av-ContentDirectory-v3-Service.pdf (pages 42, 177) It means that MM presents Artist1;Artist2;Artist3 as <upnp:artist role="Performer">Artist1</upnp:artist> <upnp:artist role="Performer">Artist2</upnp:artist> <upnp:artist role="Performer">Artist3</upnp:artist> which is correct and the issue is with the BubbleUPnP client that cannot reads mutli-values and reads only the last artist (Artist3). |
|
Note that Sony and Samsung TV's also only display last value. |