With all tested versions of the server, the result was a linear list of the following item tags: icon, cmd, weight, name and type. We used the "icon" tag to split the linear tag list into the separate app/plugin items...
> > Users with server versions 7.9.0-061 are sending us log file that show > the response structure has changed and now, the resulting tags appear to > be in arbitrary order:
This is not a change in LMS, but in Perl. It doesn't sort hashes the same way as earlier versions did. I would suggest you should use jsonrpc rather than the raw CLI to query LMS. It would return structured and tagged results which are much reliable to parse. You wouldn't have to rely on some result order.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
