Hi
Das funktioniert:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Kategorie: Comedy</name>
<match>all</match>
<rule field="path" operator="contains">
<value>(COMEDY)</value>
</rule>
</smartplaylist>
Das nicht mehr:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Kategorie: Filme</name>
<match>one</match>
<rule field="path" operator="doesnotcontain">
<value>(COMEDY)</value>
</rule>
<rule field="path" operator="doesnotcontain">
<value>(DOKU)</value>
</rule>
<rule field="path" operator="doesnotcontain">
<value>(KONZERT)</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>
Alles anzeigen
Kann mir jemand sagen, wieso? Und wie es wieder funktioniert?
Viele Grüße