Kodi Community Forum

Full Version: TVShows smart playlist sort not working in 15.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HW: Linux and Pi2
Version: Kodi 15.2
Backend: MySQL database

Steps to reproduce:
Generate Smart Playlist
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name>Anime</name>
<match>all</match>
<rule field="path" operator="startswith">
<value>smb://##############</value>
</rule>
<group>years</group>
<order direction="descending">year</order>
</smartplaylist>

Expected result:
TVshows displayed, grouped by year, starting with 2016 at first row and then counting years descending.

Bug:
TVshows displayed, grouped by year, starting with 2010 at first row and then counting years ascending.

HtH,

SK