Create a custom playlist from SQL query
#1
Hi.
I'm creating some custom playlists.
One of the playlists I have created lists classic suspense movies.
This is the XML:
Code:
<smartplaylist type="movies">
    <name>Classic Suspense</name>
    <match>all</match>
    <rule field="genre" operator="is">Crime</rule>
    <rule field="genre" operator="is">Drama</rule>
    <rule field="genre" operator="is">Mystery</rule>
    <rule field="genre" operator="is">Suspense</rule>
    <rule field="year" operator="lessthan">1980</rule>
</smartplaylist>
Problem is that I don't want to match all, I also don't want to only match one of theese rules.

I want the playlist to match at least one of the genres, and require the year to be less than 1980.


Is it possible to create a playlist based on an SQL query?
If not, is this something you can add in a future release?
If not, can you make the smart playlist generator "smarter"? Maybe add the option to set each rule optional or required.
Reply

Logout Mark Read Team Forum Stats Members Help
Create a custom playlist from SQL query0