Kodi Community Forum
Auto play smart playlist only - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Auto play smart playlist only (/showthread.php?tid=323676)



Auto play smart playlist only - Tippon - 2017-11-07

Hi all Smile

I'm having some trouble setting up a smart playlist for some kids TV shows. I want some shows to play randomly, as they would on live TV, and also play continuously. The problem is, I only want this playlist to automatically play. We only get to watch one or two episodes of our shows during the evening, so I don't want all videos to start automatically. I've made a smart playlist, but I don't know what to do next. Any help would be appreciated.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
   <name>Alice</name>
   <match>all</match>
   <rule field="tvshow" operator="contains">
       <value>PJ Masks</value>
       <value>My Little Pony</value>
    <value>Cat in the Hat</value>
   </rule>
   <rule field="playcount" operator="is">
       <value>0</value>
   </rule>
   <order direction="ascending">random</order>
</smartplaylist>


Thanks in advance for any help Smile