{% extends "home/base.html" %} {% block content %}

Settings

{% csrf_token %}

Color scheme

Current color scheme: {{ config.application.colors }}

Select yout prefered color scheme between dark and light mode.

Archive View

Current default Sort: {{ config.archive.sort }}

Change how the home view and channels view sorts by defaults.

Current default hide watched: {{ config.archive.hide_watched }}

Show or hide watched videos by default.

Current default show subscribed channels only: {{ config.archive.show_subed_only }}

Show subscribed channels only by default.

Current page size: {{ config.archive.page_size }}

Result of videos showing in archive page

Subscriptions

Currend channel page size: {{ config.subscriptions.channel_size }}

Recent videos to check on check pending, max recommended 50.

Auto scan subscribed channels:

Coming soon

Auto download pending:

Coming soon

Downloads

Current download limit: {{ config.downloads.limit_count }}

Limit the count of videos getting downloaded on every run. 0 (zero) to deactivate.

Currend Download speed limit: {{ config.downloads.limit_speed }}

Limit download speed. 0 (zero) to deactivate.
KB/sec

Current scraping sleep interval: {{ config.downloads.sleep_interval }}

Seconds to sleep between calls to youtube. Might be necessary to avoid throttling. Recommended 3.

External downloader:

Coming soon

Download Format

Video and audio quality format for yt-dlp.
Currently: {{ config.downloads.format }}

Example configurations:

  • bestvideo[height<=720]+bestaudio/best[height<=720]: best audio and max video height of 720p.
  • bestvideo[height<=1080]+bestaudio/best[height<=1080]: best audio and max video height of 1080p.
  • 0: deactivate and download the best quality possible as decided by yt-dlp.
Make sure your custom format gets merged into a single file. Check out the documentation for valid configurations.

Actions

Rescan filesystem.

Coming soon

Manual media files import.

Coming soon

Backup database.

Coming soon
{% endblock content %}