mherger wrote: > > Also, as mentioned previously, Material does not show 'Title > information > > on Radio Paradise' even when accessed via the the 'More' entry of a > > track's context menu. Is there some flag I need to pass to the > > 'trackinfo' command to see this in the list? > > It's currently only available in the web UI where the UI is rendered > server side. Material is technically more like the controllers. I > haven't figured out how to do this for the Controllers yet, as > Slim::Control::XMLBrowser doesn't handle the "weblink" item. I'm tempted > > to add this, but as it's very client specific, I've always hesitated. > Eg. I'd need to maintain a list of compatible clients in LMS. Not all > controllers can display HTML, in particular not LMS "native" clients > like Squeezeplay and SP based hardware. > > I've implemented workarounds in the past. I'll have to look into how I > did this in other of my plugins... It seems I always introduced another > > menu level. Which is ugly for a single link. > > -- > > Michael
Fair enough. What about allowing clients to specify "want_links:1" or something similar? This could be standardised, allowing other control points to also handle links. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=108189 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
