Kodi Smart Playlist Example

Filename.xsp should look something like this

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="songs">
  <name>My Smart Playlist</name>
  <match>one</match>
  <rule field="albumartist" operator="contains"><value>Bob Marley</value></rule>
  <rule field="albumartist" operator="contains"><value>James Brown</value></rule>
  <rule field="albumartist" operator="contains"><value>Squirrel Nut Zippers</value></rule>
</smartplaylist>