{% 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 %}
{{ currently_playing.plot|truncate(750) }}