Settings

{#if activeTab === "youtube"}
YouTube Download
YouTube Cookies
{#if cookiesUpdatedAt}
Son güncelleme: {formatDate(cookiesUpdatedAt)}
{/if}
Zararlı komut çalıştırılamaz; yalnızca düz metin cookie satırları yazılır. Maksimum 20KB. Engellenen karakterler otomatik reddedilir.
{#if error}
{error}
{/if}
{:else if activeTab === "general"}
Genel ayarlar burada yer alacak.
{:else if activeTab === "rclone"}
Google Drive (Rclone)
{#if error}
{error}
{/if}
Mount Kontrol
{#if rcloneStatus}
Durum:
Enabled: {rcloneStatus.enabled ? "Evet" : "Hayır"}
Mounted: {#if rcloneStatus.mountStatus === "starting"} Başlatılıyor... {:else if rcloneStatus.mounted} Evet {:else} Hayır {/if}
Running: {rcloneStatus.running ? "Evet" : "Hayır"}
Remote: {rcloneStatus.remoteConfigured ? "Hazır" : "Eksik"}
{#if rcloneStatus.vfsCacheMode}
VFS Cache Mode: {rcloneStatus.vfsCacheMode}
{/if} {#if rcloneStatus.diskUsage}
Disk Kullanımı:
Kullanım: %{rcloneStatus.diskUsage.usedPercent} | Boş: {rcloneStatus.diskUsage.availableGB.toFixed(1)}GB / {rcloneStatus.diskUsage.totalGB.toFixed(1)}GB
{#if rcloneStatus.cacheCleanThreshold}
Temizleme eşiği: %{rcloneStatus.cacheCleanThreshold}
{/if}
{/if} {#if rcloneStatus.lastError}
Son hata: {rcloneStatus.lastError}
{/if} {#if rcloneStatus.lastLog && !rcloneStatus.lastError}
Son log: {rcloneStatus.lastLog}
{/if}
{/if}
{:else if activeTab === "advanced"}
Gelişmiş ayarlar burada yer alacak.
{/if}