(2020-04-28, 17:26)peat Wrote: A really nice plugin. 😎
Too bad it has the same limitations than library nodes. Works great with paths but no support for custom commands. 😔
Tried to make shortcuts to some android apps and other custom commands. 😔
As mentioned, I am planning to look into this (probably after finals next week), and I already have a vague idea of how it'll work.
However, I'd like to take this opportunity to point out that AutoWidget isn't meant to replace or compare to the concept of library nodes, but can be used as a very handy complement if you so desire.
Library nodes serve a really nice purpose, but as far as I know, they can
only handle folder-type paths, which means nothing that should be run using
RunPlugin(...)
. AutoWidget
can handle most of these paths, but I hadn't considered until recently that Kodi itself adds some paths and windows that are called in a (different from my current implementation) specific way, like
ReloadSkin()
and
ActivateWindow(Weather)
.
To return to my previous point as well, AutoWidget
should fully support adding library nodes as paths in either a widget or shortcut group. If you have any issue there, please let me know