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

Playlist Sync Configuration

Back
Connection Settings
Playlist Settings
The name of your music library in Plex
Name for the new playlist in Plex
File Information
  • CSV File: {{ session.csv_file|basename }}
  • File Size: {{ '%0.2f'|format(session.csv_file|filesize / 1024) }} KB
  • Last Modified: {{ session.csv_file|filemodtime|datetimeformat('%Y-%m-%d %H:%M') }}
Sync Status
0%
Ready to start sync
0 found 0 missing

Sync Log

Waiting to start sync...

{% endblock %} {% block scripts %} {% endblock %}