{% extends "base.html" %} {% block title %}Library - kosmikDJ{% endblock %} {% block content %}

Music Library

{% include 'components/server_info.html' %}
Library Management
Re-index the library if new songs were added
Search & Filter
Tip: Enter at least one search filter (Artist, Title, Album, Genre, or Year) to browse the library. Use partial matches for broader results (e.g., "rock" will find all rock artists).
{% endblock %} {% block extra_js %} {{ super() }} {% endblock %}