← Back to Homepage

🎢 How to Create Playlists

To create a dynamic Spotify playlist, log in to your deployed app and navigate to the β€œCreate Playlist” section, typically located at the /dashboard/create-playlist path.

πŸ› οΈ Defining a Playlist

On the creation page, you'll be able to:

πŸŽ›οΈ Available Conditions

You can build your playlist using a variety of filters:

🧩 Available Data Fields

You can build filters using any of the following data fields:

πŸ”€ Expected Values

Each field expects specific input values:

πŸ”§ Available Operators

You can combine fields with operators to form powerful rules. Supported operators include:

You can nest multiple filters using ALL (AND) or ANY (OR) logic to create more complex rules.

After setting your conditions and saving, your playlist will be generated and updated automatically according to your selected schedule.

🚫 Using the Exclusions Playlist

When this app was initially set up, it automatically created a playlist called Exclusions. This playlist is designed to help you prevent certain tracks from appearing in any of your auto-generated playlists.

If you add any songs to the Exclusions playlist, they will be excluded from all auto-generated playlists during the next sync.

If you later want to allow those tracks back into your playlists, simply remove them from the Exclusions playlist. The next nightly sync will make them eligible for inclusion again.

⏱️ Syncing

Playlists are automatically synced when they are first created, ensuring they are immediately up to date. After that, each playlist is refreshed daily at 2:00 AM EST.

πŸ“… Current Sync Schedule

πŸ—‘οΈ Deleting Playlists

If you want to delete any of your playlists, you can manage this directly in your Spotify app.

Find the automated playlist in your Spotify app and delete it like you would any other playlist.

During the next daily update, the system will check if the playlist is still associated with your account. If it is no longer found, the related rule logic will be automatically removed from the playlist_mapping database.

There’s no need to delete anything manually from the database β€” it all happens automatically.