v17 library node not updating
#1
Hi,

I created this node:

<?xml version='1.0' encoding='UTF-8'?>
<node order="10" type="filter">
        <label>Bogart</label>
        <content>movies</content>
        <rule field="actor" operator="is">
                <value>Humphrey Bogart</value>
        </rule>
        <order direction="ascending">sorttitle</order>
</node>

since creating the node, I have added two further movies by bogart, but they do not appear when I select this node.
I have tried contains and is for the operator, but they give the same set of movies.
Reply
#2
Try creating a smart playlist to test it out inside Kodi.
Reply
#3
Tried a playlist. Gives the same subset of movies.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>bogie</name>
    <match>all</match>
    <rule field="actor" operator="contains">
        <value>humphrey bogart</value>
    </rule>
    <order direction="ascending">sorttitle</order>
</smartplaylist>
Reply
#4
Capitilsation of the actor name needed perhaps?
Reply
#5
No difference.

If I choose one of his movies (i) and select him from the actors at the top, I get 21 movies.
The node and smart playlist only show 15.
Reply

Logout Mark Read Team Forum Stats Members Help
library node not updating0