Skip to content

Instantly share code, notes, and snippets.

@Here-Be-Dragons
Created November 6, 2017 00:53
Show Gist options
  • Save Here-Be-Dragons/654506deea2849bd427617e638c47a52 to your computer and use it in GitHub Desktop.
Save Here-Be-Dragons/654506deea2849bd427617e638c47a52 to your computer and use it in GitHub Desktop.
Kodi Movies in Progress
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>In progress movies</name>
<match>all</match>
<rule field="inprogress" operator="true" />
<order direction="descending">lastplayed</order>
</smartplaylist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment