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

{% endblock %} {% block scripts %} {% endblock %}