Req Please allow "Skin.String()" as Smartplaylist Path
#1
Please allow "Skin.String()" as Smartplaylist Path

This way it would be easy to code Widgets for custom Menu Items.

Example:
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Recently Added (Custom1)</name>
    <match>all</match>
    <rule field="path" operator="is">
        <value>Skin.String(Custom1)</value>
    </rule>
    <group>none</group>
    <limit>10</limit>
    <order direction="ascending">dateadded</order>
</smartplaylist> 

Regards
Reply

Logout Mark Read Team Forum Stats Members Help
Please allow "Skin.String()" as Smartplaylist Path0