Audio Settings

Configure playback and audio processing

{#if loading}

Loading settings...

{:else}

Crossfade

Fade between tracks for seamless transitions

{settings.crossfadeDuration.toFixed(1)}s
0s (Off) 12s (Max)

Gapless Playback

Eliminate silence between tracks in albums

Volume Normalization

Automatically adjust volume levels for consistent playback

{#if settings.normalizeVolume}

Target Volume Level

{/if}

Video Playback

Auto-play Next Episode

Automatically start the next episode when one finishes

{#if videoSettings.autoPlayNextEpisode}

Countdown Duration

Time before next episode starts automatically

{videoSettings.autoPlayCountdownSeconds}s
5s 30s

Episode Limit

Stop auto-playing after this many consecutive episodes

{#each episodeLimitOptions as option} {/each}
{/if}

Image Cache

Cache Usage

{#if cacheLoading} Loading... {:else if cacheStats} {formatBytes(cacheStats.totalSizeBytes)} / {cacheStats.limitBytes === 0 ? "Unlimited" : formatBytes(cacheStats.limitBytes)} {/if}
{#if cacheStats && cacheStats.limitBytes > 0}
{/if}

{#if cacheStats} {cacheStats.itemCount} images cached {:else} Thumbnails and artwork are cached locally for faster loading {/if}

Storage Limit

{#each cacheLimitOptions as option} {/each}

Clear Image Cache

Remove all cached thumbnails and artwork

Downloads

Storage Limit

Maximum storage for offline downloads

Smart Caching

Automatically download albums you're listening to

Queue Pre-caching

Download next 5 tracks in queue automatically

WiFi Only

Only download when connected to WiFi

{#if saveMessage} {saveMessage} {/if}

About these settings:

  • Crossfade smoothly blends the end of one track with the beginning of the next
  • Gapless removes silence between tracks for continuous album playback
  • Normalization uses ReplayGain tags and real-time loudnorm filtering
{/if}