{% extends "base.html" %} {% block title %}Settings, sdexe{% endblock %} {% block nav_settings %}active{% endblock %} {% block content %} Settings Preferences saved locally to your machine. System Python {{ info.python_ver }} ffmpeg {{ info.ffmpeg_ver }} yt-dlp {{ info.ytdlp_ver }}{% if info.ytdlp_stale %} (out of date){% endif %} Tools {{ info.tool_count }} Version {{ version }} Config {{ info.config_dir }} Downloads Where files land after downloading. Output folder Browse Default format MP3 (Audio) MP4 (Video) FLAC (Audio) WAV (Audio) Default quality Best Filename template Tokens: {title} {artist} {album} {uploader} Save settings Startup What happens when you run sdexe in a terminal. Open this page in the browser every time Off: sdexe starts and prints its address. One run can override it with sdexe --browser or sdexe --no-browser. Notifications Desktop alerts when downloads complete. Enable desktop notifications About sdexe v{{ version }} · GitHub Check for updates Update downloader engine {% if info.ytdlp_stale %} The downloader engine is out of date. That is the usual cause of a "Video unavailable" error on a video that plays fine in a browser. {% endif %} {% endblock %} {% block scripts %} {% endblock %}
Preferences saved locally to your machine.
Where files land after downloading.
Tokens: {title} {artist} {album} {uploader}
{title}
{artist}
{album}
{uploader}
What happens when you run sdexe in a terminal.
sdexe
Off: sdexe starts and prints its address. One run can override it with sdexe --browser or sdexe --no-browser.
sdexe --browser
sdexe --no-browser
Desktop alerts when downloads complete.
sdexe v{{ version }} · GitHub
The downloader engine is out of date. That is the usual cause of a "Video unavailable" error on a video that plays fine in a browser.