{% extends "base.html" %} {% block title %}Playlists — alembic{% endblock %} {% block content %}
Each active playlist syncs on its own schedule, or run it manually from its page.
| Name | Active | Sync time | No M3U | |
|---|---|---|---|---|
| {{ p.name }} | {% if p.active %}active{% else %}paused{% endif %} | {{ sync_times.get(p.id) or "unscheduled" }} | {{ "yes" if p.no_m3u else "no" }} | |
|
No playlists yet — add your first one below. | ||||