{% extends "ops/base.html" %} {% block content %}

Playlists

Playlist Coverage

{% for row in playlist_sources %} {% else %} {% endfor %}
Platform Pool Kind Pool Name Playlists
{{ row.platform }} {{ row.pool_kind }} {{ row.pool_name }} {{ row.playlist_count }}
No playlist sources collected yet.

Filters

Selected: 0
{% for playlist in playlists %} {% else %} {% endfor %}
Select ID {% if sort_links.id.indicator %} {{ sort_links.id.indicator }} {% endif %} Platform {% if sort_links.platform.indicator %} {{ sort_links.platform.indicator }} {% endif %} Remote ID Name {% if sort_links.name.indicator %} {{ sort_links.name.indicator }} {% endif %} 热度/播放量 {% if sort_links.play_count.indicator %} {{ sort_links.play_count.indicator }} {% endif %} Pools Songs Downloaded Progress Status Wanted Updated
{{ playlist.id }} {{ playlist.platform }} {{ playlist.remote_playlist_id }} {% if (playlist.song_count or 0) > 0 %} {% else %} {{ playlist.name }} {% endif %} {{ playlist.play_count if playlist.play_count is not none else "-" }} {{ playlist.pool_names or "-" }}
{{ playlist.display_song_count or 0 }}
{% if playlist.is_song_count_estimated %}
Collected {{ playlist.collected_song_count }}
{% endif %}
{{ playlist.downloaded_song_count or 0 }}
{{ playlist.downloaded_song_count or 0 }} / {{ playlist.song_count or 0 }} {{ playlist.progress_percent or 0 }}%
{% if (playlist.song_count or 0) == 0 or playlist.running_download_song_count %}
{% if (playlist.song_count or 0) == 0 and playlist.collected_song_count is not none %} Collected {{ playlist.collected_song_count }}, sync recommended {% elif (playlist.song_count or 0) == 0 %} 0 songs, sync recommended {% elif playlist.running_download_song_count %} Running {{ playlist.running_download_song_count }} {% endif %}
{% endif %}
{{ playlist.state_label or playlist.state_code or "-" }} {% if playlist.is_wanted %}Yes{% else %}No{% endif %} {{ playlist.updated_at }}
No playlists.

Page {{ playlist_page.page }} / {{ playlist_page.total_pages if playlist_page.total_pages > 0 else 1 }} - Total {{ playlist_page.total_count }} playlists

{% if previous_page_url %} Previous {% else %} Previous {% endif %} {% if next_page_url %} Next {% else %} Next {% endif %}
{% endblock %}