{% from "player/_icons.html" import grip_icon %}
← back ↑ index

{{ playlist.name }}

  • Playlist
  • {{ "Remote" if playlist.kind == "remote" else "Local" }}
  • {% if playlist.source == "file_import" %}
  • File import
  • {% endif %}

Track Order

{{ playlist_order_items|length }} item{% if playlist_order_items|length != 1 %}s{% endif %}

{% if playlist.source == "manual" and playlist_order_items|length > 1 %}
    {% for order_item in playlist_order_items %} {% set track = order_item.track %}
  1. {{ loop.index }} {{ track.table_title }} {% if track.duration %} {{ track.duration }} {% endif %}
  2. {% endfor %}
{% else %}
{% if playlist.source != "manual" %} File-import playlists are read-only. {% else %} Playlist needs at least two items to reorder. {% endif %}
{% endif %}

Delete Playlist

Removes this playlist and its items from Kukicha.

Upload Cover

Overrides the default cassette artwork for this playlist.