Posts: 529
Joined: Mar 2022
Reputation:
32
Scratching my head over this!
As a test, I created a tag called 'Follow' for three of my Music Videos within Music Videos for a single Artist.
I then created a node called 'TESTING' as follows:
<node type="filter">
<label>TESTING</label>
<content>musicvideos</content>
<rule field="tag" operator="contains">
<value>Follow</value>
</rule>
<match>any</match>
<group>artists</group>
</node>
When I add the node as a menu item in my skin (Aeon MQ8), I see the Artist, but when I go into Artist I see all Music Videos for this Artist, not just the three I'm expecting to see.
Can anybody see what I've done wrong in the node please? I just want to show the three I've tagged.
Thanks
Posts: 439
Joined: Nov 2012
Reputation:
9
I want a custom video mode to open Favourites. My aim is to have the same effect as a submenu button with <action>ActivateWindow(Favourites)</action> but instead from calling it from the main menu include it in a customized video node.
I created a folder type node with path <path>favourites://</path>. It listed my favourites, but couldn't open any of the listed items.
Any help?
Posts: 161
Joined: Nov 2019
Reputation:
1
vonson
Senior Member
Posts: 161
2023-01-13, 17:49
(This post was last modified: 2023-01-13, 17:51 by vonson. Edited 1 time in total.)
I have a similar issue. I have separate 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.
Recently I made a few experiments, and this issue seems to be specific to the music videos section (perhaps because it uses the music database, not the video database?); at least in movies I can create separate sections, and in each of those the 'directors' node is filtered correctly and shows correctly filtered results.
I suspect a bug here.
There is another issue (bug maybe): When entering a custom node (I had modified my main menu for this) and exiting it via the two dots at the top of the list (not via return key) Kodi exits to some default node (which is not filtered at all), not to my filtered custom node structure. I have to step up one more level via the two dots at the top of the list, which brings me to the video section. Entering from here back into music videos finally brings my to my custom node structure. (BTW, this second issue happens with 'movies' as well.)
This severely limits the usability of the custom nodes for me.
Posts: 20
Joined: Jan 2022
Reputation:
0
I've been trying to read and follow some threads here, but my knowledge is a stumbling block so I'm just going to ask, hope someone can help and continue reading.
So. I have two sources going into my music library for music and spoken word. I have created 2 music and spokenword nodes that split these out from my music library.
I now want a widget that only shows the genres from the spoken word node. I set up a new node for genres.
Content:Artist
Grouping:Genre
Rule: Path 'contains smb:// etc looking at the music source
This finds exactly what I want but takes a longish time to load up. Theres roughly 12 genres spread over 3000 tracks. Is this usual or am I approaching this incorrectly. Once loaded I can select something but when i go back to that screen it has to load the widget again. or if im in estuary, load the list again when I enter the new node.
Hope someone can help me get the best approach whilst I continue investigating.