Fetching db information for nodes
#1
Hello,

I've set up some nodes with Library Node Editor -fe. ActivateWindow(Videos,library://video/movies/anime.xml) works as expected.
Now a question - how do I define call to fetch all library nodes - the ones set up by me?
How do I fetch default subsections (year, genre etc.) for such node?
Reply
#2
OK, if no one knows how to do it - how does Estuary determine list of genres to display in its Filter> Genre dialog?
Reply
#3
Some hypothesis:

I think it is via button id=19 from Includes_MediaMenu included in MyVideoNav
Then I think click on the button runs Filter command, which is invisibly fed to the button by Kodi.
Filter displays DialogSettings with grouplist id=5 with contents automagically populated by Kodi.
Then again selecting Genre displays DialogSelect with container id=3 automagically populated by Kodi with Genres.
Selecting a genre and accepting the dialog makes movies automagically filtered in MyVideoNav

AND

Making something like in my original post is essentially impossible, except for nasty tinkering with DialogSettings and DialogSelect, which I am going to do, to be able to filter by genre (and couple other things) in C menu without any extra dialogs.
Reply

Logout Mark Read Team Forum Stats Members Help
Fetching db information for nodes0