← Back to RTube

Import Videos

{{ orphan_videos | length }} orphan video{{ 's' if orphan_videos | length != 1 else '' }} found

This page lists encoded videos (.m3u8 files) found in the videos folder that are not registered in the database. Select the videos you want to import. They will be created with private visibility and your username as owner.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if orphan_videos %}
{% for video in orphan_videos %} {% endfor %}
Filename (Title) Available Qualities
{{ video.filename }} {% if video.qualities %} {% for quality in video.qualities %} {{ quality }} {% endfor %} {% else %} No quality variants found {% endif %}
0 selected
{% else %}

No orphan videos found. All encoded videos are already in the database.

{% endif %}