2019-03-21, 01:42
(2019-03-20, 16:19)dargnine Wrote: Hi i have tried the Library Node Editor.
He shows me the addons, but I can't open the add-on, I just come to the menu like in the Library node editor itself.
There is also no icon of the add-on, just the text.
Look:
is it possible to deactivate the "*add rule", "*New node..." and the "*New parent node..." ?
thanks a lot
Library Node Editor is an editor for your library.
I think you linked the widget to it, you will have to link to the library location.
After creating them you can uninstall the editor if you want.
And in the editor on context menu of every node you have the option to choose an icon for every node.
You can also rearrange them or even to create "addons" from Youtube channels (this is why I use it).
This is what I have created in the editor.
A new parent node named Custom Addons.
I added Youtube, Twitch and Dailymotion on it.
You don't even have to use the editor if you know how to make nodes manually.
This is how the xml of a youtube node would like
Code:
<?xml version='1.0' encoding='UTF-8'?>
<node order="10" type="folder">
<label>Youtube</label>
<rule field="title" operator="contains">
<value />
</rule>
<path>plugin://plugin.video.youtube/</path>
<icon>C:\youtube-icon.png</icon>
</node>
How it looks in the editor
How it looks in my library
Then in AZ I chose to make a widget from the new node in my video library.