{% extends 'base.html' %} {% block headtitle %}Add a new source{% endblock %} {% block content %}

Add a source

You can use this form to add a new source. A source is what's polled on regular basis to find new media to download, such as a channel or playlist.

{% csrf_token %} {% include 'simpleform.html' with form=form %}
{% include 'sync/_mediaformatvars.html' %}
{% endblock %}