Custom Node filter on first character of SortName not possible?
#1
I'm trying to break up my artists, following the example of zag (A-Z first letter nodes, https://forum.kodi.tv/showthread.php?tid...pid2222418).
It works, but the filter is based on the artist-name.
The following rule:
 
Code:
<?xml version='1.0' encoding='UTF-8'?>
<node order="1" type="filter">
<label>A</label>
<content>artists</content>
<rule field="artist" operator="startswith">
<value>A</value>
</rule>
</node>
selects for instance the composer Alban Berg.

I would like to change the rule to select the first character of the SortName (a "B" for Alban Berg).

It seems that I cannot use the field SortName in Smart Playlists or filter nodes??
Reply
#2
Correct.  Not currently defined as a filter field.  I don't see any record of it coming up as an issue when sort artists were added, so don't know if it was intentional, an oversight, or just not considered.

scott s.
.
maintainer of skin  Aeon MQ5 mods for post-Gotham Kodi releases:
Matrix see: Aeon MQ5 Mod Matrix release thread
Nexus see: Aeon MQ5 Mod Nexus release thread
Aeon MQ 5 skin and addon repo 11.1.0
Reply

Logout Mark Read Team Forum Stats Members Help
Custom Node filter on first character of SortName not possible?0
This forum uses Lukasz Tkacz MyBB addons.