v17 Default Movies view isn't obeying filter
#1
I'm trying out Kodi 17 with the Estuary skin. I love it overall, but there's a problem that may be a deal breaker for me.

In my library, I've added a lot of types of movies: regular movies, exercise, and concerts to name a few. I don't want Exercise and concerts showing up in my main movie list, so I edited all the default nodes to filter by path:

titles.xml:

<?xml version='1.0' encoding='UTF-8'?>
<node order="2" type="filter">
<label>369</label>
<icon>DefaultMovieTitle.png</icon>
<content>movies</content>
<order direction="ascending">sorttitle</order>
<rule field="path" operator="contains">
<value>Movies</value>
</rule>
</node>

With the new skin, when I highlight Movies and then hit OK, it shows all movies in the library. If I instead click over to "Title" under Categories, it shows the correct, filtered list. I've setup custom categories for these other types of movies and they work fine, but how do i exclude these from the default? I've tried adding rules in various places, but nothing seems to be working.
Reply
#2
I have the same "question/problem".

@benmwatson
Did you find a solution?
Kodi & Tvheadend
Reply

Logout Mark Read Team Forum Stats Members Help
Default Movies view isn't obeying filter0