Solved How to start XBMC to auto play movie?
#16
Sorry for thread necromancy, but trying to keep things consolidated. Is this still the appropriate way to auto play a play list? I tried this on a recent openelec and nothing happened.

Still surprised there isn't a simple addon to select an autoplay.
Reply
#17
Yet you provide no details of logs.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#18
I have a folder "Play" which contains music videos and music both. I want to play the contents of the folder. I am making a "mixed" playlist and tried various smart playlist options like "path is", "path contains" etc and pointed to the folder. But the playlist turns out blank! What am I doing wrong here? xml as below

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="mixed">
    <name>All</name>
    <match>all</match>
    <rule field="path" operator="startswith">
        <value>/var/media/Data/Play/</value>
    </rule>
</smartplaylist>
Reply

Logout Mark Read Team Forum Stats Members Help
How to start XBMC to auto play movie?0