That sounds perfect, thanks.   Apologies for my ignorance,  I can't see
where I submit a request for somebody to update the "include.json".  Is
there a forum thread, or do I just ask here?

It's fine, I picked it up and added it already.

I'm a bit cautious (probably unnecessarily) , as I'm new to LMS
development.

Had a quick glance at one of your plugins. I'd strongly suggest you replace using LWP with LMS' own async http calls (Slim::Networking::SimpleAsyncHTTP). The problem with LWP calls is that they're blocking: if the other end doesn't respond quickly, your call might block all of LMS, waiting for the response.

Feel free to ask in the dev forum about it.

--

Michael
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to