Posts: 166
Joined: Nov 2019
Reputation:
1
vonson
Senior Member
Posts: 166
To me it seems that all the video-customizations only work when accessed from the video-menu. It is the same with movies. When entering 'movies' from the main menu I get an unfiltered list; when I step up a level the elements (genre, title etc.) are the unaltered default ones, no customization present. One step up again in the menu leads to the video menu, and when now entering movies the customization is there.
So it seems the main menu simply does not link to userdata\library\video\movies and userdata\library\video\musicvideos.
Posts: 7
Joined: Feb 2015
Reputation:
1
Hi,
i have the same problem like some others here in this thread moving category nodes with the library node editor. I get an empty node list when i try to move a node (like the picture a few posts above).
I used the default Estuary skin with Kodi 19.4 64bit on Windows 10 64bit, and did also some test installations under Windows 8.1 64bit (Kodi 19.4 32 + 64bit), Windows 7 64bit. On all tested Windows versions i got a empty node list while i try to move some category nodes (eg. sets or recently added). On my linux clients (coreelec 19.x) there is not such a problem.
I found out as soon as the library node editor is installed the index.xml files below Userdata\library\video\movies / musicvideos / tvshows will not written correctly.
The default index.xml files from the installation directory shows like:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" visible="Library.HasContent(Movies)">
<label>342</label>
<icon>DefaultMovies.png</icon>
</node>
With the addon installed these index.xml will be overwritten on every startup with something like:
<node order="17" visible="Library.HasContent(Movies)">
<label>342</label>
<icon>DefaultMovies.png</icon>
</node>
The first line "<?xml version="1.0"...." is missing on all index.xml files. This happends on my coreelec clients too, but its look like linux doesent care about the xml version string.
Posts: 549
Joined: Mar 2022
Reputation:
32
Hello,
Not sure if anybody can help or point me in the right direction?
I have a lot of music videos in two folders: 'Music Videos' and 'Music Concerts' all as type 'Music Videos'.
Within each folder there are sub folders for artists: Genesis, Chvrches, Muse etc.
I've created the following parent node to just show content from the Music Concerts folder:
Rule Path contains nfs://xxx.xxx.x.xx/volume1/Media/Music Concerts
Within the parent node I've created a node:
Content: Music videos
Rule: Path contains concerts
All well and good, It just shows Music Concerts. However this shows a long a-z list of every Music concert within 'Music Concerts' (eg Chvrches - Concert A, Chvrches - Concert B, Genesis - Concert A etc etc)
I want to show Artists listed alphabetically, and when I click on an artist, a list of concerts for the particular artist.
If I add a grouping to the node:
Grouping: Artists
I get a list of artists (Genesis, Chvrches etc) as I want , but when I select an artist, it shows ALL the Music concerts and Music videos for the artist, not just the concerts.
What am I doing wrong? Can anybody give me some advice please?
Thanks
Posts: 166
Joined: Nov 2019
Reputation:
1
vonson
Senior Member
Posts: 166
Is there a way to get my custom music nodes (which filter my music library) to work in yatse?
Posts: 36
Joined: Nov 2012
Reputation:
0
Hi
I am trying to organize my nodes but i can't move them. When i click on move node option, a new blank window appears with any option, only de 'Cancel' button.
I have tried to delete addon and the addon_data folder too, the reinstall addon, but the move node windows still blank.
How can i to fix this?
Thanks
Posts: 166
Joined: Nov 2019
Reputation:
1
vonson
Senior Member
Posts: 166
2023-01-13, 22:59
(This post was last modified: 2023-01-13, 23:00 by vonson. Edited 1 time in total.)
Hello everyone,
I have some problems. I have raised these before, but so far I was unable to solve them. I do not know if these are bugs or I am just making stupid mistakes, but so far I cannot find any solution, and other users have the same issues.
I'll try to give very detailed descriptions, because when I asked this before I am not sure if I was understood correctly.
There is some strange behaviour with the custom nodes in specific situations, I have two issues I'd like to address:
1. Issue: Artists get filtered, but not an artist's songs.
Description:
I tried to separate my library into different sections. I have separate music video source folders for short clips and long concert videos, and I have created custom nodes to filter for the path to have both sections (short clips and long concerts) separated in Kodi. The artist list is indeed filtered as expected, but when entering an artist all videos, short clips and long concerts, of this artist are shown. Obviously the filter rule is applied to the node itself, but not to the result.
This issue seems to be specific to the music videos section; at least in movies (and tv-series) I can create separate filtered sections, and in each of those the 'directors' node is filtered correctly and shows correctly filtered results.
2. Issue: Navigation to parent node does not work correctly.
Description:
I have modified my main menu to access custom nodes. When entering a custom node and exiting it via the two dots at the top of the list (not via return key) I'd expect to be placed in the parent node folder. But that does not happen, Kodi exits to some default node.
Let's say I have modified the movies node, there are only the categories
/library/video/movies/genres.xml
/library/video/movies/titles.xml
/library/video/movies/titles_by_year.xml
All are set up with filter rules.
I enter '/library/video/movies/titles_by_year.xml' from Kodi's main menu and get my filtered result. So far everything is fine.
Now I exit via the two dots on top of the list. I'd expect to be placed in my '/library/video/movies/' base node folder (parent folder of of 'titles_by_year.xml') and should see my categories 'genres', 'titles' and 'titles_by_year'. But that does not happen.
Instead Kodi exits to a default node setup with all the default categories (which, when entered, are all unfiltered).
I have to again exit this via the two dots on top of the list, this brings me to the base node folder '/library/video/', from here I can now access the movies node and finally have my custom filtered nodes availabe.
This issue happens with movies, series and music videos.
I haven't checked if it happens in the music section as well.
I hope my descriptions are comprehensible.
I would not know what a debug log would help since i do not get any errors, just unintuitive behaviour that can be reproduced quite easily.
Thanks,
vonson
Posts: 3
Joined: Nov 2023
Reputation:
0
This is a great add on and very helpful! Thanks for the devs who worked on it!
Am I right in saying that it's effectively a filter against any material in the database? That is to say, when you have added sources as 'None', you can't create a video node against it since there is nothing in the library?
I was able to create a main menu item which then has sub menu items which are video nodes (e.g. kids, Christmas) and that all works great but I can't seem to create a node for my None media (e.g. documentaries)