• 1
  • 18
  • 19
  • 20
  • 21(current)
  • 22
Release Library Node Editor
Hi,

Great addon, but I've got difficulties with icons.

Does someone succeeded to define an icon for a parent node ?
For the parent node, it seems there is no way to define it with kodi, you have to modify the index.xml file in the folder corresponding to the node. You will find it in the userdata/library/<your type>/<your parent node> folder.

Thanks
Reply
Hi

I have created some nodes and it works great, but I want to know if it is possible combine in a node the 'recently movied added' and another rule with 'path contains'.

The objective is create a node with the recently movies added in a certain folder, not the whole library.

Thanks a lot.
Reply
(2024-06-09, 13:19)jawatronic Wrote: I have created some nodes and it works great, but I want to know if it is possible combine in a node the 'recently movied added' and another rule with 'path contains'.
If you can create it in a Smart Playlist, you should be able to also create the node.
Copying the code from the smart playlist to the node file usually works.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
While evaluating custom sub menu support for my skin i have the same seemingly known issues with the "Move Node" function (Using clean installs, different Kodi generations tested, Windows):

- Selecting "Move Node" within the Movies section leads to an completely empty dialog

- Selecting "Move Node" within video library root leads to an populated dialog, but it's missing the "OK" button (only "Cancel" is available)


Never worked with the Add-on before and since i don't need custom sub menus for myself any help from a more experienced "Node Editor" user would be appreciated to get things rolling.

Thanks for any hints Smile
⬅️⬅️ Leave 👍 on useful posts  ·  axbmcuser REPO (Easy install)  ·  Confluence ZEITGEIST (intuitive UI for Kodi)
Reply
Update:

Invested some hours and did not have any luck with this Add-on on Windows (tested official Kodi 17-22 - it's broken for me on all generations in ways already described)

Made some (for me rare) Android tests - it seems to work on Android as already mentioned, but that does not help in the end. ^^

Since somebody mentioned that the Windows-version might be fixable when changing something about the libarary xml files, i also made a test and copied all the "working" library files from my Android test to Windows - and the Add-on still does not work on Windows with these copied files.

A real bummer, since the Add-on seems so highly useful if it would work. Sad

Edit:
Just to be sure, the main issue on Windows seems that the "Move Node" dialog is always empty when used on NON-root level - for example:
Video Library > Movies > right-click "Recently added" > Move Node == empty select dialog
⬅️⬅️ Leave 👍 on useful posts  ·  axbmcuser REPO (Easy install)  ·  Confluence ZEITGEIST (intuitive UI for Kodi)
Reply
@axbmcuser
I think the fix you are looking for is in post #250.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro   | Kodi 21.1 + Aeon MQ7 Multi-Mod 1.1.2  |  Kodi 21.1  + Aeon MQ9 Multi-Mod 1.4.4
Reply
I never really used Library Node editor until recently, somehow the addon stopped working on my android device (Kodi 21.1), when I open it the loading icon/swirl will just spin indefinitely.

Already re-installed it, any idea what might be causing this?
Although I never messed with it previously on this device it used to open without issues.

I have several Kodi clients all official/final build all using the same database, only the android version stopped running the addon
Reply
Hello. I try to make a rule that filter my video library by Video resolution type.  The expected value should be something like : 4K or 3840 x 2160.
But when I try to enter a value, it's a numeric pad that is displayed.

The videorules.xml files confirms :
<match name="videoresolution">
            <label>21443</label>
            <movies>True</movies>
            <episodes>True</episodes>
            <musicvideos>True</musicvideos>
            <operator>numeric</operator>

Is it a bug? Is there a table that index the different resolution with a numeric value?
If it's a bug, can I replace numeric by String or "IsorNot" ?

Thanks you for your help.
Reply
(2024-09-04, 19:28)Morpheus9057 Wrote: Hello. I try to make a rule that filter my video library by Video resolution type. 
Maybe you can try this. Copy the following into your own xml file on your system.
Just adjust the <icon> path to the location of your own icon.
I have used a video height of "greater than 1100", but you can adjust that to whatever you need.

xml:
<?xml version='1.0' encoding='UTF-8'?>
<node order="1" type="filter">
<label>4K</label>
<content>movies</content>
<icon>C:\Users\HTPC\AppData\Roaming\Kodi\userdata\library\video\movies\mpaaratings\4k.png</icon>
<order direction="ascending">sorttitle</order>
<group>none</group>
<rule field="videoresolution" operator="greaterthan">
<value>1100</value>
</rule>
</node>
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
Thank you so much for your help.
Reply
Hello 

i installed this add-on with the intention of having 2 independent of each other Movie parent nodes.
In short i like to keep my US movies in the original movies/title Node in kodi and then have my foreign Movies in the other Node.
Im using the skin aeon nox silvo so i have cases of my movies in each node.
I dont want the cases from my foreign movie node to appear in the US movie node and vise versa.

Im quite new t this so if someone like to help me i would appreciate it.
Reply
(2024-11-29, 21:57)Kristian 65 Wrote: Im using the skin aeon nox silvo so i have cases of my movies in each node.
Might be easier to create a Smart Playlist for your Foreign and US movie listing.
How are you separating the two listings? Are you using Tags, or are they in separate Sources or some other method?
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
(2024-11-29, 22:08)Karellen Wrote:
(2024-11-29, 21:57)Kristian 65 Wrote: Im using the skin aeon nox silvo so i have cases of my movies in each node.
Might be easier to create a Smart Playlist for your Foreign and US movie listing.
How are you separating the two listings? Are you using Tags, or are they in separate Sources or some other method?
I would like to avoid smart playlist cause then i need 3 folders.
The movies are separated by folders on my HD ex D:/US Movies and E:/Foreign Movies
Reply
(2024-11-29, 23:37)Kristian 65 Wrote: cause then i need 3 folders.
What is the third folder?

(2024-11-29, 23:37)Kristian 65 Wrote: The movies are separated by folders on my HD ex D:/US Movies and E:/Foreign Movies
Ok, so in the smart playlist, you would create a rule using Path and Contains
Once you get that working, you can either use the smart playlists for your menu items, or you can copy the code from the playlist xsp file into the node xml file.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
(2024-11-29, 23:43)Karellen Wrote:
(2024-11-29, 23:37)Kristian 65 Wrote: cause then i need 3 folders.
What is the third folder?

I tried smart playlist but then the foreign movies end up in the main US movies folderas well. i dont want that. So if i use smart play list i need 1 folder for all movies then split it up
(2024-11-29, 23:37)Kristian 65 Wrote: The movies are separated by folders on my HD ex D:/US Movies and E:/Foreign Movies
Ok, so in the smart playlist, you would create a rule using Path and Contains
Once you get that working, you can either use the smart playlists for your menu items, or you can copy the code from the playlist xsp file into the node xml file.

Where do i find the node and play list xmls?
Reply
  • 1
  • 18
  • 19
  • 20
  • 21(current)
  • 22

Logout Mark Read Team Forum Stats Members Help
Library Node Editor3