![]() |
|
Scrobbeling composer instead of Artist - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Scrobbeling composer instead of Artist (/showthread.php?tid=358) |
Scrobbeling composer instead of Artist - clasch66 - 21-11-2012 20:25 Using Minim 0.63 SkrobbleDS is sending the composer Tag to lastfm instead of the Artist Tag. Crosschecking the Same Song with twonky Works Fine. Can that be solved by the upnpComposer property somehow? Cheers Claus RE: Scrobbeling composer instead of Artist - simoncn - 21-11-2012 20:43 (21-11-2012 20:25)clasch66 Wrote: Using Minim 0.63 SkrobbleDS is sending the composer Tag to lastfm instead of the Artist Tag. Crosschecking the Same Song with twonky Works Fine. Can that be solved by the upnpComposer property somehow? That's interesting. I moved the order of these tags in DIDL-Lite because WD TV Live was choosing the last one in the list as the real Artist. From this report, it seems that SkrobbleDS is choosing the first one in the list as the real Artist. You could change the upnpComposer property from 'artist' to 'author'. That should solve this problem, but it would also mean that Kinsky isn't aware of any Composer information. In the next release, I'm planning to add a new property 'artistRoles'. When I do that, I'll include the capabilty to control whether the real Artist comes first or last in the list. RE: Scrobbeling composer instead of Artist - clasch66 - 21-11-2012 20:57 This indeed made it work. Composer can still be browsed by Kinsky! (21-11-2012 20:43)simoncn Wrote:(21-11-2012 20:25)clasch66 Wrote: Using Minim 0.63 SkrobbleDS is sending the composer Tag to lastfm instead of the Artist Tag. Crosschecking the Same Song with twonky Works Fine. Can that be solved by the upnpComposer property somehow? RE: Scrobbeling composer instead of Artist - clasch66 - 21-11-2012 21:01 ... but wait a minute, could be a frontend issue, mobile lastfm seems to behave different as the internet one. I'll check ... (21-11-2012 20:57)clasch66 Wrote: This indeed made it work. Composer can still be browsed by Kinsky! RE: Scrobbeling composer instead of Artist - clasch66 - 21-11-2012 21:11 No, not (only) a frontend issue, indeed your workaround made it work correctly! Thanks! RE: Scrobbeling composer instead of Artist - simoncn - 21-11-2012 22:39 (21-11-2012 20:57)clasch66 Wrote: This indeed made it work. Composer can still be browsed by Kinsky! With upnpComposer set to 'author', you'll be able to see the Composer index when browsing in Kinsky, but Kinsky won't display Composer information in album or track listings. RE: Scrobbeling composer instead of Artist - clasch66 - 23-11-2012 09:57 Ah, OK. I can live with that. (21-11-2012 22:39)simoncn Wrote:(21-11-2012 20:57)clasch66 Wrote: This indeed made it work. Composer can still be browsed by Kinsky! |