This might be suggested before, or there might already be a known way of doing it, but is there a way to get all the…
This might be suggested before, or there might already be a known way of doing it, but is there a way to get all the tags associated with a script? If not, it would be nice to see such method in the scripting api :).
]]>
« I found that getItems() return the list of items from a container in a comma separated format. (Previous Post)
(Next Post) Hi »
< ![CDATA[
There is a way, although it is not well known. You can find it in here http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_multitool
]]>
< ![CDATA[
I saw you did it with items, but does this work with scripts to? If so, what do I have to do with nutrition exactly to select that option?
]]>
< ![CDATA[
Read in the script file and search for the tags.
]]>
< ![CDATA[
More specifically: Parse the file as JSON, then you’ll find the tags in a field named “tags”
]]>
< ![CDATA[
Ah got it! The parsed script file looks amazing! Thank you very much!
]]>