cpd73 wrote: > There is no way currently. However, Material allows you to add custom > entries to the main menu, and to a player's menu (see the 'Custom menu > entries' section of > https://github.com/CDrummond/lms-material/wiki/Detailed-Information). > What I can do is expand this to allow a custom entry to the context-menu > of the now-playing cover. (Currently this menu has 'Show image', 'Show > track information', 'Go to artist', etc). So, when I've implemented the > changes, you would need to crate a file named > -material-skin/actions.json- within your LMS's prefs folder. This would > need something like: > > > Code: -------------------- > > > { > "track":[ > { > "title":"Album details", > "weblink":"http://mycloudplayer.herokuapp.com/album#$ALBUMID" > } > ] > } > -------------------- > > > > This would add an 'Album details' entry in the relevant menu that when > clicked would take you to > http://mycloudplayer.herokuapp.com/album#$ALBUMID - with $ALBUMID > replaced by the track's album id. > > Make sense? If so, I'll see about adding this for 1.8.6
It makes perfect sense, and that would be great ! Thanks ------------------------------------------------------------------------ hopkins's Profile: http://forums.slimdevices.com/member.php?userid=68982 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
