{% extends 'base.html' %} {% block title %}Official Spotify Playlists{% endblock %} {% block content %}
Browse and import playlists from official Spotify accounts worldwide.
Enter a bearer token to access the Spotify API directly, bypassing OAuth limitations.
{% if spotify_username %}✓ Authenticated as: {{ spotify_username }}
Currently using: Direct Bearer Token
Switch to OAuth Authentication {% else %}Currently using: OAuth Authentication
Switch to Direct Bearer Token {% endif %}| Metric | Value |
|---|---|
| Total Playlists Fetched | {{ debug_info.total_fetched }} |
| Keyword Filtered Out | {{ debug_info.filtered_out }} |
| Duplicates Removed | {{ debug_info.duplicates_removed }} |
| Final Count Displayed | {{ debug_info.total_filtered }} |
| Total Processing Time | {{ debug_info.query_time_ms }}ms |
{{ playlist.description | replace('', ' - ') | replace('', '') }}
{% endif %}Tracks: {{ playlist.tracks.total }}
No playlists found matching your criteria. Try changing your filters.