[Solved]Video Looping instead of playing next
#1
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
    <name>TV aired in last 7 days</name>
    <match>all</match>
    <rule field="airdate" operator="inthelast">7 days</rule>
    <order direction="ascending">airdate</order>
</smartplaylist>

If I start playing from a video in the list it just keeps looping it instead of going to the next video. :/

XBMC 12.2
Windows 7 64 bit
Reply
#2
hell it's looping all the videos. i just noticed. I can't figure out why it's looping.
Code:
<myvideos>
        <startwindow>10025</startwindow>
        <stackvideos>false</stackvideos>
        <watchmodemovies>0</watchmodemovies>
        <watchmodetvshows>0</watchmodetvshows>
        <watchmodemusicvideos>0</watchmodemusicvideos>
        <needsupdate>0</needsupdate>
        <flatten>false</flatten>
        <playlist>
            <repeat>false</repeat>
            <shuffle>false</shuffle>
        </playlist>
repeat is false in there i'll keep looking.

http://todayguesswhat.blogspot.com/2010/...os-in.html i'll try this and let ya know if this fixes it.
Reply
#3
that fixed it.
even though
Code:
<videoplayer>
        <adjustrefreshrate>0</adjustrefreshrate>
        <autoplaynextitem>true</autoplaynextitem>

it isn't going to the next video file in the smart playlist. i guess that should be another post Tongue
Reply

Logout Mark Read Team Forum Stats Members Help
[Solved]Video Looping instead of playing next0