I'm not sure if this is a le, kodi or skin problem (i.e. a problem for me at least).
My main library contains all films that are 4K, 3D, FHD or SD and I have set up the Version feature to contain 4K and 3D where there are 2 versions of the same film in those formats.
I also have a Favourites list that filters 4K and 3D (amongst others) using .xsp files.
4K.xsp:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>4K Films</name>
<match>all</match>
<rule field="videoresolution" operator="greaterthan">
<value>1200</value>
</rule>
<rule field="filename" operator="doesnotcontain">
<value>3D</value>
</rule>
<order direction="ascending">title</order>
</smartplaylist>
Display More
3D.xsp:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>3D</name>
<match>all</match>
<rule field="filename" operator="contains">
<value>3D</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>
The problem is that if I set the 4K film as the default in the Version setup then the 3D version of that film doesn't show up in the Favourites 3D list - but the 4K version does show in the 4K list.
If I set the 3D film as the default then the 4K version doesn't show up in the Favourites 4K list - 3D version shows in the 3D list.
I'm unsure if this is intended or is just a side effect of the way the Version system works and if there is a way round it.
Anyone with an idea that could fix this?
p.s. Using RPi5 with latest le12 nightly and Aeon Nox Silvo skin (version 9.99.3).