{% macro dirlisting(dir, path='') -%} {%- endmacro %} botamusique web interface

Play List

Currently Playing : {% if playlist|length > 0 %} {% if 'url' in playlist[0] %} {{ playlist[0]['url'] }} {% elif 'path' in playlist[0] %} {{ playlist[0]['path'] }} {% endif %} {% else %} No music {% endif %}
{% for m in playlist[1:] %} {% endfor %}
# Type Title Url/Path Action
{{ loop.index }} {{ m['type'] }} {% if 'title' in m %} ({{ m['title'] }}) {% else %} No title {% endif %} {% if 'url' in m %} {{ m['url'] }} {% elif 'path' in m %} {{ m['path'] }} {% endif %}

Music library


{{ dirlisting(music_library) }}
Upload File
Upload To
Add URL
Add Radio