{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
We'll create 1 unified playlist from {{ uploaded_files|length }} files
{% else %}We'll create {{ uploaded_files|length }} playlists (one per file)
{% endif %}Found {{ found_count }} out of {{ total_tracks }} tracks in your Plex library
| # | Track | Artist | Album | Action |
|---|---|---|---|---|
| {{ loop.index }} | {{ track.get('Track Name', '') }} | {{ track.get('Artist Name(s)', '') }} | {{ track.get('Album Name', '') }} |
All tracks were found in this file.
{{ file.track_count }} track{% if file.track_count != 1 %}s{% endif %}