haschmich wrote: > Ah, I should have shown the current state: > > Right now, there is neither a sub-menu nor are there play icons in the > sub-toolbar. You just click on "Play this mix" and it will replace the > current playlist. Yes, I'd be happy with a sub-menu on a result header > including a "play next" option.
Ah! The mention of 'Search' confused me (which does not take much!). The code checks if the 1st item in a list is an audio track, if so the add/play icons are added to the toolbar. Here you have an action. I really need to update the code to check for actions such as these, and place in the toolbar. (Problem is, AFAIK, there is no reliable way to know that an entry is an action...). I'll have to install MusicIP, and its plugins, before I can fix this. I've created an issue (#204) on Material's github page so that it is not forgotten. As to missing the 'Play next' actions; these are not in the toolbar, as they should be in the context menu of the parent item. eg. when browsing Artist/Album/Tracks there are not at this level, but if you go back one step and use the 'Album's context menu, it will be in there. For me play now, and append to end of list, are the two most common actions - hence these are added. For 1.3.0 I've added them to the search result header context menus. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
