I need a smart playlist that shows only films greater than or equal to 120 min. XBMC with the code below shows all the movies over 2 hours, but is also showing all the movies less than 1 hour e 40 minutes.
Code:
<? Xml version = "1.0" encoding = "UTF-8" standalone = "yes"?>
<smartplaylist type="movies">
<name> Greater than or equal to 120 min </ name>
<match> one </ match>
<rule field="time" operator="greaterthan"> 119 </ rule>
<rule field="time" operator="is"> 120 </ rule>
<order direction="ascending"> time </ order>
</ smartplaylist>I'm using XBMC Pre-11 (Git-20110902-64DBB08) with Confluence.
What am I doing wrong?
Thanks in advance to anyone who can help.
PASTBIN

![[Image: watched-fanart.jpg]](http://trakt.tv/user/clubby/widget/watched-fanart.jpg)



Search
Help