docs/usage/playlists.md
Koel supports creating an unlimited number of playlists as well as organizing them into folders. Start by clicking the <InterfaceIcon :src="plusIcon" alt="Add" /> button next to the "Playlists" header in the navigation bar. You'll be provided with three options:
Creating a standard playlist or playlist folder should be straightforward, as you only need to supply a name. Once a playlist or playlist folder is created, you can:
For a smart playlist, you can define the criteria that determine which songs are included in the playlist, and Koel will automatically update the playlist based on those criteria. For example, with the criteria shown in the following screenshot:
Koel will include in the playlist:
There are a great variety of criteria to choose from, and you can combine them in any way you like, providing a powerful tool for creating dynamic playlists.
Users of Koel Plus can collaborate on playlists. See Collaboration for more details.
<script lang="ts" setup> import plusIcon from '../assets/icons/plus-circle.svg' </script>