After using <order direction="ascending">time</order> in my smart playlists, the films lasting less than 100 minutes are shown after the movies longer than 100 minutes.
For example, the list starts with 100, 101, 102 ... 105, but should start with 91. The worst part is that only after the last film in the hundred (105 minutes) films less than 100 minutes to appear (91, 92, 93 ... 99).
What am I doing wrong now?:
Code:
<? xml version = "1.0" encoding = "UTF-8" standalone = "yes"?>
<smartplaylist type="movies">
<name> 1h31min to 1h45min </ name>
<match> one </ match>
<rule field="time" operator="greaterthan"> 01:30 </ rule>
<rule field="time" operator="lessthan"> 01:46 </ rule>
<order direction="[b]ascending[/b]"> time </ order>
</ smartplaylist>
Search
Help