{% 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.

Tokens: {title} {artist} {album} {uploader}

Notifications

Desktop alerts when downloads complete.

About

sdexe v{{ version }} · GitHub

{% 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 %}