Auto play smart playlist only
#1
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
Reply

Logout Mark Read Team Forum Stats Members Help
Auto play smart playlist only0