2020-05-06, 17:29
So if this is in the wrong section, I apologize and please move
I'm trying to add Once Upon a Time... in Hollywood to my Oscar's playlist but no matter what it will not display .. and yes I do have a copy of the movie in my DB.
Officially it got scrapped as "Once Upon a Time... in Hollywood". When I try this:
I only get Green Book displaying. When I change the operator="in" to "contains", same thing. If I use contains and change title to "Once Upon a Time" I get green book, and a bunch of my movies that start with Once Upon a time, including in Hollywood. Finally, I tried contains "Once Upon a Time..." and in that scenario I just get Green Book. Its like the ... is messing things up.
EDIT:
Ohh sorry, forgot to say I'm using Kodi 18.6. If logs are necessary I can upload but I glanced at it and there isn't really anything in there.
I'm trying to add Once Upon a Time... in Hollywood to my Oscar's playlist but no matter what it will not display .. and yes I do have a copy of the movie in my DB.
Officially it got scrapped as "Once Upon a Time... in Hollywood". When I try this:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Best Supporting Actor</name>
<match>one</match>
<rule field="title" operator="in">
<value>Green Book</value>
<value>Once Upon a Time... in Hollywood</value>
</rule>
<order direction="ascending">year</order>
</smartplaylist>
EDIT:
Ohh sorry, forgot to say I'm using Kodi 18.6. If logs are necessary I can upload but I glanced at it and there isn't really anything in there.