MAL List → Songs

{#if !clientDb} Loading DB... {/if}

{ e.preventDefault(); params.mal = formMal; }} >
{#if data.username} MAL entries: {data.malResponse?.data.length ?? 0} (limited to {data.LIST_QUERY_LIMIT}) • Songs found: {data.songRows.length} {/if}
{#if data.username}
View {data.username} on MAL
{/if}
{#if (formMal ?? "").trim() && data.username && (data.malResponse?.data.length ?? 0) === 0}

No anime returned from MAL (did you set a restrictive status?).

{/if} {#if (formMal ?? "").trim() && data.username && (data.malResponse?.data.length ?? 0) > 0 && data.songRows.length === 0}

No songs matched in the local database. This likely means none of the MAL anime IDs exist in the AMQ DB.

{/if} {#if data.songRows.length > 0}

Songs

{/if} {#if data.malResponse?.paging?.next}

More results exist on MAL, but pagination is not wired yet.

{/if}