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

All Playlists

Everything.

Your YouTube Playlists

View a list of all the playlists you own on YouTube.

Imported Playlists

View a list of all the external playlists you imported from YouTube.

Favorite Playlists

All the playlists you've marked favorite.

Watching Playlists

All the playlists you're currently watching.

Plan to Watch

Plan to watch a playlist later? Add it here.

Your YouTube Mixes BETA

YouTube creates nice mixes that relate to songs you're currently jamming to. You can import those YT Mixes by going over to Import. Any YouTube mixes you import will all be here.

Unavailable YouTube Videos

List of videos in your collection that went unavailable on YouTube. Note that all details except the video title will have been deleted once a video goes unavailable on YouTube.

Open a Random Playlist

{% csrf_token %}


Your Playlist Tags{{ user.playlist_tags.all.count }}

{% if user.playlist_tags.all %}
{% for tag in user.playlist_tags.all %} {{ tag.name }} {{ tag.playlists.all.count }} {% endfor %}
{% else %} You haven't created any playlist tags yet. {% endif %}
{% if user.playlist_tags.all %} {% endif %}
{% endblock %}