Kodi Community Forum

Full Version: Long time issue with <order>dateadded</order> for smart playlists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm facing this issue since the introduction of the dynamic content lists:
If 2 or more videos have the same DATEADDED value, the position will be different in HOME (widget) and MyVideo.

Example:

playlist
Quote:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Recently Added Movies</name>
<match>all</match>
<rule field="dateadded" operator="after">
<value>2000-01-01</value>
</rule>
<limit>50</limit>
<order direction="descending">dateadded</order>
</smartplaylist>

home widget order direction
Quote:1. The Fast and the Furious: Toyko Drift
2. The Fast and the Furious
3. Fast and Furious Five
...


myvideonav order direction
Quote:1. The Fast and the Furious: Toyko Drift
2. 2 Fast 2 Furious
3. Fast and Furious Five
...

All of them were added to the library on the same day.