Playlist issue - not showing as it should
#1
Hi

i am running openelec with aeon mq5.

i have several playlists : 3D , Kids , Concerts and Movies.

the first 3 work perfect , but the Movies part doesn't work as it should . Here are the details :


Code:
<smartplaylist type="movies">
    <name>Movie Playlist</name>
    <match>one</match>
    <rule field="playlist" operator="isnot">
        <value>3D</value>
    </rule>
    <rule field="playlist" operator="isnot">
        <value>Kids</value>
    </rule>
    <rule field="path" operator="contains">
        <value>smb://DISKSTATION/Movies/</value>
    </rule>
    <rule field="path" operator="contains">
        <value>nfs://192.168.1.101/raid0/data/_NAS_NFS_Exports_/Bluray/</value>
    </rule>
    <rule field="path" operator="doesnotcontain">
        <value>smb://DISKSTATION/Concerts/</value>
    </rule>
    <order direction="ascending">sorttitle</order>
</smartplaylist>


in fact , it does show the Concerts and the Kids. Even though it shouldn't . if i put the rule to match all , it doesn't show anything at all.

i've been trying to solve this issue for days , but it doesn't work.

Any help would be appreciated.

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Playlist issue - not showing as it should0