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

Settings

{% csrf_token %}

Color scheme

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

Select your preferred color scheme between dark and light mode.

Archive View

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

Result of videos showing in archive page

Subscriptions

Current 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 number of videos getting downloaded on every run. 0 (zero) to deactivate.

Current 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

Limit 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.

Current metadata embed setting: {{ config.downloads.add_metadata }}

Metadata is not embedded into the downloaded files by default.

Current thumbnail embed setting: {{ config.downloads.add_thumbnail }}

Embed thumbnail into the mediafile.

Actions

Manual media files import.

Add files to the cache/import folder. Make sure to follow the instructions in the Github Wiki.

Backup database

Export your database to a zip file stored at cache/backup.

Restore from backup

Danger Zone: This will replace your existing index with the backup.

Add the backup zip file to the cache/backup folder.

Rescan filesystem.

Coming soon
{% endblock content %}