Stan Pulsar wrote: > nope, it's really "fire & forget", just like my "mailto" example. The OS > understands what it should do with the protocol, but I could just as > well copy and paste the URL in my browser's address field. Still not sure what you want to do but here's my guess.
I would change the URL parameter to point to a routine and not an real URL. I would save the parameters somewhere (e.g. plugindata attached to $song if it is related) and then call your process using Proc::Background ((with the saved parameters) which will run until completion separate form LMS and so will not hang LMS. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=111851 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
