my setup: vista 32, mysql library, frodo, library is up to date and movie sets display correctly
I'm trying to set up some smart playlists that include/exclude movie sets and can't seem to get the playlists with the <set> tag to do anything. For example, this should return all of the movies in the harry potter movie set:
According to themovieDB this is the correct name and this is the name that shows up in the 'movie set' section of videos. The log does have an error:
Am I doing something wrong or is there something I could do to fix this? I have about 20 PseudoTV channels (smart playlists) that contain the <set> tag and all of them error out.
tia!
I'm trying to set up some smart playlists that include/exclude movie sets and can't seem to get the playlists with the <set> tag to do anything. For example, this should return all of the movies in the harry potter movie set:
Quote:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Harry Potter</name>
<match>all</match>
<rule field="set" operator="is">Harry Potter Collection</rule>
<order direction="ascending">random</order>
</smartplaylist>
According to themovieDB this is the correct name and this is the name that shows up in the 'movie set' section of videos. The log does have an error:
Quote:09:02:47 T:9588 ERROR: SQL: The table does not exist
Query: select * from movieview WHERE ((movieview.idMovie IN (SELECT idMovie FROM setlinkmovie JOIN sets ON sets.idSet=setlinkmovie.idSet WHERE sets.strSet LIKE 'Harry Potter collection')))
09:02:47 T:9588 ERROR: CVideoDatabase::GetMoviesByWhere failed
09:02:47 T:9588 ERROR: XFILE::CDirectory::GetDirectory - Error getting special://profile/playlists/video/75 - Harry Potter.xsp
09:02:47 T:9588 ERROR: CGUIMediaWindow::GetDirectory(special://profile/playlists/video/75 - Harry Potter.xsp) failed
Am I doing something wrong or is there something I could do to fix this? I have about 20 PseudoTV channels (smart playlists) that contain the <set> tag and all of them error out.
tia!