{% extends 'base.html' %} {% block title %}Your Song Library - Quizzical Beats{% endblock %} {% block head %} {% endblock %} {% block content %}
Browse, search and manage all your imported songs to use in music quizzes.
Total songs in your collection
{{ songs|length }} / {{ songs|length }}
| ID | Title | Artist(s) | Genre | Year | Times Used | Preview | Actions |
|---|---|---|---|---|---|---|---|
| {{ song.id }} | {{ song.title }} | {{ song.artist }} | {% if song.genre %} {{ song.genre }} {% else %} Unknown {% endif %} | {{ song.year }} | {{ song.used_count }} | {% if song.preview_url %} {% else %} No preview {% endif %} |
|
{{ songs|length }}
{{ unique_artists|default('N/A') }}
{{ unique_genres|default('N/A') }}
{{ most_used|default('0') }}
Retrieve audio features (danceability, energy, tempo, etc.) for Spotify tracks in your library.
Processing songs...
Start by importing songs from Spotify or Deezer
Are you sure you want to delete the song ""?
This action cannot be undone.