Support for WPL smartplaylist

Hi there - Does anyone know if the WD TV Live Streaming Media Player supports smartplaylists in WPL format?  I want to do something like this, as specified here: http://msdn.microsoft.com/en-us/library/windows/desktop/dd564391%28v=vs.85%29.aspx:

<smartPlaylist version = "1.0.0.0">
    <querySet>
        <sourceFilter 
            type = "smartFilterObject"
            id = "12345678-1234-3333-abCD-123ABCdefGHI"
            name = "Music in my library">
                <fragment name = "Genre">
                    <argument name = "condition">Is</argument>
                    <argument name = "value">Rock</argument>
                </fragment>
                <fragment name = "Album Artist">
                    <argument name = "condition">Is Not</argument>
                    <argument name = "value">Brenda Diaz</argument>
                </fragment>
        </sourceFilter>
    </querySet>
    <filter>
    </filter>
</smartPlaylist>

I know I can work around this by using the smartplaylist in Windows Media Player and generating a static playlist, but I rather not do that all the time, particularly if the filter is picking up new music.

Thanks for any insight!

Hello,

According to our Knowledge base 2698, the WDTV Live SMP supports Playlists –  PLS, M3U, WPL.

So yes, it support WPL.

1 Like

Thank you for your reponse.  However, my question is not about support for WPL.  I know that the WDTV Live supports that format.  What I want to know is whether it supports smartplaylists.  An example is the WPL file I originally posted.  If you save that WPL on your WDTV Live, it does not find any songs (shows up as empty list).  I’m wondering if anyone has ever done this.