smart play lists problem
#1
Question 
HI All

I do probably something wrong as i can not get these smart play lists to work
what i want to achieve is this :

have on my Z drive 5 movie folders

Movies.Dutch
Movies.English
Movies.French
Movies.TH.Eng
Movies.Thai

Now i want to create smart play list for all of these folders

i go to smart play lists
select new smart play list
select movies
put title
rules add
where paths = z:\Movies\Movies.TH.Eng

click OK
but when i click on the playlist then he is empty


this is one xps file from the userdata/playlists/movies folder

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Foreign Movies with Thai</name>
    <match>all</match>
    <rule field="path" operator="is">Z:\Movies\Movies.TH.Eng\*</rule>
</smartplaylist>

When i use the <XML> </XML> that is shown in the wiki then XBMC doesn't recognize the file

so how do i get this to work on a windows install ? Newest Dharma...

I also tried without the * in the path but no luck
Reply
#2
you can mark the thread solved

i am an idiot Tongue

changed the "is" to "contains" in the xml file and it works now

Great Smile
Reply

Logout Mark Read Team Forum Stats Members Help
smart play lists problem0