UserData/partymode.xsp

From XBMC4Xbox
Jump to navigation Jump to search


As of SVN build 10279 date 2007-09-18 PartyMode.xml was renamed to partymode.xsp to conform with other smart playlists. Also added was the Video Party Mode, where you can randomly play Music Videos from your entire music video collection based on criteria specified in partymode-video.xsp.

Partymode.xsp and partymode-video.xsp in The UserData Folder define the Smart Playlist to be used when using Party Mode for music and music video playback.

For more information on configuring smart playlists, see Smart Playlists.

Example

<smartplaylist type="music">
    <name>Party Mode</name>
    <match>all</match>
    <rule field="genre" operator="contains">Rock</rule>
    <rule field="artist" operator="is">U2</rule>
    <rule field="year" operator="lessthan">1985</rule>
</smartplaylist>