Kodi Community Forum

Full Version: Reverse order of container?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

If I use the dynmaic list content to for example load the movies from your library:

Code:
<content target="video">videodb://movies/titles</content>

The order of the movies presented is from Z-A in a vertical list.

There must be a way to reverse this??
Use a smart playlist and set up the rules for ordering there. Then put it in the skin/extras/playlists folder and reference it like so:
Code:
<content target="video">special://skin/extras/playlists/NameOfPlaylist.xsp</content>
Or wait for this to get merged: https://github.com/xbmc/xbmc/pull/7882
Great, thanks guys.