Aubin Paul wrote:
> On Mon, Jun 30, 2003 at 09:04:27AM -0400, Aubin Paul wrote:
>> <freevo>
>>     <smart_playlist>select songs from music where
>>     play_count=max(play_count) limit 25</smart_playlist>
>> </freevo>
>
> Actually, allowing a proper SQL query would be a security hole, so it
> should be something like this:
>
> <freevo>
>     <smart_playlist>play_count=max(play_count) limit
>     25</smart_playlist>
> </freevo>
>
> The 'select songs from music where' part would be implied.

No, maybe I have music videos? Or search for images/videos?


<freevo>
    <smart_playlist type="(audio|video|image)">play_count=max(play_count) limit
    25</smart_playlist>
</freevo>



Dischi

-- 
Clothes make the man. Naked people have little or no influence on
society. - Mark Twain


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to