On Windows, to open a new browser windows with a specific URL - which will run separate from LMS use Proc::Background and the command line "start "fmp18://192.168.0.151/Music.fmp12?script=findtrack¶m="" Then just return a string to say "done".
Please note that this would only work on the server, not the client. If you wanted to launch the browser on a different computer, then you'd have to hook in to the UI.
Alas, unfortunately it's not easy to create links for SlimBrowse based menus (not to mention the fact that they wouldn't work on a device). You'd either have to stick with the default web UIs (which you don't want to), or get in touch with Craig about how to integrate with Material.
However I don't understand what will be executing the fmp18:// - the browser will not recognise it.
You can register custom URI schemas nowadays. On mobile phones that's pretty much how one application would launch another one. And it's how application shell out to the browser to do oauth, then are sent back to the application. It does work if done correctly. But in this case it might be difficult to link to a server side application or whatever.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
