Kodi Community Forum

Full Version: Smart playlist don't order the right way
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a smart playlist that shows movies I have started to watch but are unfinished, it looks like this.
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>RecentlyMovies</name>
    <match>all</match>
    <rule field="lastplayed" operator="inthelast">2 weeks</rule>
    <limit>10</limit>
    <order direction="descending">lastplayed</order>
</smartplaylist>
I works fine but it don't order the files by last played date, instead it order by name.

When I was running Dharma RC2 on Linux it worked but now on Final its broken =\ on windows it don't work on RC2 or final.

Can this be fixed to Eden please =) Shall I create a Ticket?