Party Mode: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(describe the default behavior of the Party Mode playlists; fix capitalization and font in the file names.)
Line 3: Line 3:
{{editor note|This behavior has changed since v12 and the page hasn't been totally updated to reflect those changes. Please feel free to contribute update this page if you are reading this.}}
{{editor note|This behavior has changed since v12 and the page hasn't been totally updated to reflect those changes. Please feel free to contribute update this page if you are reading this.}}


The Party Mode [[Music Library#Party Mode|music]] and [[Video Library#Party Mode|music video]] playlists are the only predefined [[smart playlists]] in a new installation. They can be further configured via the partymode.xsp and partymode-video.xsp files in the [[userdata folder]]. The Party Mode playlists are smart playlists and can be configured as seen below:  
The Party Mode [[Music Library#Party Mode|music]] and [[Video Library#Party Mode|music video]] playlists are the only predefined [[smart playlists]] in a new installation. The default behavior is to select items from the entire associated library and to play the selections in random order.  The playlists can be further configured via the <code>PartyMode.xsp</code> and <code>PartyMode-Video.xsp</code> files in the [[userdata folder]]. The Party Mode playlists are smart playlists and can be configured as seen below:  


For more information on configuring smart playlists, see '''[[Smart playlists]]'''.
For more information on configuring smart playlists, see '''[[Smart playlists]]'''.

Revision as of 03:04, 16 April 2015

Home icon grey.png   ▶ Playlists ▶ Smart playlists ▶ Party Mode

Editor note: This behavior has changed since v12 and the page hasn't been totally updated to reflect those changes. Please feel free to contribute update this page if you are reading this.

The Party Mode music and music video playlists are the only predefined smart playlists in a new installation. The default behavior is to select items from the entire associated library and to play the selections in random order. The playlists can be further configured via the PartyMode.xsp and PartyMode-Video.xsp files in the userdata folder. The Party Mode playlists are smart playlists and can be configured as seen below:

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

Example
<xml>
<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>
</xml>