← Back to all audio
{#if loading}
{:else if error}
{error}
The audio realm you're looking for doesn't exist or has been removed.
{:else if realm}
{#if audioFiles.length === 0}
🎵
No audio yet
This realm doesn't have any audio files yet.
{:else}
{#each audioFiles as audio, index}
{index + 1}
{#if audio.thumbnailPath}

{:else}
🎵
{/if}
{audio.title}
{#if audio.bitrate}
{formatBitrate(audio.bitrate)}
•
{/if}
{timeAgo(audio.createdAt)}
{formatDuration(audio.durationSeconds)}
{/each}
Tracks added to playlist will play in the Terminal Audio tab. Press ` to open the terminal.
{/if}
{/if}