{% extends 'base.html.twig' %} {% block title %}Preferences{% endblock %} {% block h2 %}Preferences{% endblock %} {% block body %}

Define a filter to be pre-applied to your download options.

{{ form_start(preferences_form) }}
{{ form_row(preferences_form.resolution) }} {{ form_row(preferences_form.codec) }} {{ form_row(preferences_form.language) }} {{ form_row(preferences_form.provider) }} {{ form_row(preferences_form.quality) }}
{{ form_end(preferences_form) }}

Change how your downloads are stored.

Manage your Upcoming Episodes calendar.

Enabling the iCal calendar will allow you to subscribe from iCal supporting clients. This endpoint will be publicly available with no authentication required. Disabling this option will disable the calendar and public endpoint for your user. This will not affect the calendar within the app.
{% endblock %}