{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %} Application Settings Download Path Directory where podcast episodes will be downloaded Naming Format Format for downloaded files. Available variables: {podcast_title}, {episode_title}, {published_date}, {episode_number}, {author} Preview: {{ settings.naming_format }} Auto-download new episodes Maximum Concurrent Downloads Delete Episodes After (days) Set to 0 to never delete Save Settings {% endblock %} {% block scripts %} {% endblock %}