{% if currently_playing.artist %} {% if currently_playing.thumbnail%}

{% else %}

{% endif %} {% elif currently_playing.showtitle %} {% if currently_playing.thumbnail%}

{% else %}

{% endif %} {% elif currently_playing.title == '' %} {% if currently_playing.thumbnail%}

{% else %}

{% endif %} {% else %} {% if currently_playing.thumbnail%}

{% else %}

{% endif %} {% endif %} Currently playing:
{% if currently_playing.showtitle %} {{ currently_playing.showtitle }} - Season {{ currently_playing.season }} , Episode {{ currently_playing.episode }} - "{{ currently_playing.label }}" {% elif currently_playing.artist %} {{ currently_playing.artist }} - {{ currently_playing.album }} ({{ currently_playing.year }})
{{ '0' if currently_playing.track < 10 }}{{ currently_playing.track }}. {{ currently_playing.title }} {% elif currently_playing.type == 'movie' %} {{ currently_playing.label }} ({{ currently_playing.year }}) {% elif currently_playing.type == 'channel' %} {{ currently_playing.label }}
{{ currently_playing.title }} {% else %} {{ currently_playing.label }} {% endif %}

{{ current_time }}
{{ total_time }}
Rewind
Stop
Play/Pause
Fast Forward
{% if currently_playing.plot %}

{% if currently_playing.showtitle %} {{ currently_playing.showtitle }} - {{ currently_playing.season }}x{{ currently_playing.episode }} - "{{ currently_playing.title }}" {% else %} {{ currently_playing.title }} {{ currently_playing.year }} {% endif %}

{{ currently_playing.plot|truncate(750) }}

{% endif %}