I wonder if it might be related to this ... in Slim/Control/XMLBrowser.pm
https://github.com/Logitech/slimserver/blob/359cd3a1d08a1fa86c954d1f6ac412714783522f/Slim/Control/XMLBrowser.pm#L539 Code: -------------------- # This is a leaf item, so show as much info as we have and go packing after that. if ( $isItemQuery && ( ($subFeed->{'type'} && $subFeed->{'type'} eq 'audio') || $subFeed->{'enclosure'} || # Bug 17385 - rss feeds include description at non leaf levels ($subFeed->{'description'} && $subFeed->{'type'} ne 'rss') ) ) { -------------------- Maybe if I cheat and say it is "rss" rather than "audio" perhaps it will work ... but then I would have to work out all of the other attributes that might be needed and any other side-effects. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland ------------------------------------------------------------------------ Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
