{% extends "template.html" %} {% block content %}
Welcome to luniebox web-interface. This is for configuring and control your luniebox device.
{% if daemon_error: %}
{% if spotify['errors']['setup']: %}
Current Device | {{ spotify['status']['device']['name'] }} |
---|---|
{{ 'Currently playing' if spotify['status']['is_playing'] else 'Last played' }} | {% include "spotify/items/track.html" %} |
{% if not mpd: %}
Current state | {{ mpd['state'] }} |
---|---|
{{ 'Currently playing' if mpd['state'] == 'play' else 'Last played' }} |
{{ item['title'] }}{{ item['artist'] }} {{ item['album'] }} |