🎵 Music Player
🖼️ Gallery
🔍 Filter
FAQ
📚 API
Music Home
{% if listing.current_path != "" %} / {{ listing.current_path }} {% endif %}
{% if let Some(parent) = listing.parent_path %}
← Back
{% endif %}
{% if listing.entries.is_empty() %}
No audio files or directories found in this location.
{% else %} {% set audio_count = 0 %} {% set dir_count = 0 %} {% for entry in listing.entries %} {% if entry.is_audio() %} {% set audio_count = audio_count + 1 %} {% else if entry.is_directory() %} {% set dir_count = dir_count + 1 %} {% endif %} {% endfor %} {% if audio_count > 0 %}
📊 {{ audio_count }} audio file{% if audio_count != 1 %}s{% endif %}
{% if dir_count > 0 %}
📁 {{ dir_count }} folder{% if dir_count != 1 %}s{% endif %}
{% endif %} {% if audio_count > 1 %}
🎲 Play All Random
▶️ Play All
{% endif %}
{% endif %}
{% for entry in listing.entries %} {% if entry.is_directory() %}
📁
{{ entry.name }}
Album Folder
{% else if entry.is_archive() %}
🗜️
{{ entry.name }}
{{ entry.formatted_size() }}
Music Archive
{% else if entry.is_audio() %}
🎵
{{ entry.name }}
{{ entry.formatted_size() }}
Audio
{% endif %} {% endfor %}
{% endif %}
×
‹
›
← Prev
🎲 Random
🔀 Shuffle: OFF
Next →