{% if playlist.is_user_owned %}Move or {% endif %}Copy videos to other playlist(s)! 0 videos selected
Loading, please wait...
{% if playlist.is_user_owned %}
{% endif %}
Note: Move will delete the selected videos from this playlist. Copy won't.
0 videos selected
You can select videos by clicking any where on the video box. Selected videos will be highlighted red.
{% if not user.profile.confirm_before_deleting %}
You have set confirm before deleting to False. Buttons below will take effect immediately when clicked.
{% else %}
{% if playlist.has_unavailable_videos %}
Clicking on delete unavailable videos button will take immediate effect. All videos labelled unavailable in this playlist will be deleted from your YouTube playlist.
{% endif %}
{% if playlist.has_duplicate_videos %}
Clicking on delete duplicate videos button will take immediate effect. All videos labelled duplicate in this playlist will be deleted from your YouTube playlist.
{% endif %}
{% endif %}
{% if playlist.has_unavailable_videos %}
{% endif %}
{% if playlist.has_duplicate_videos %}
{% if playlist_item.video.has_cc %}CC{% endif %}
{% if playlist_item.video.published_at %}added to playlist on {{ playlist_item.published_at }}{% endif %}
{% if playlist_item.video.view_count == -1 %}HIDDEN{% else %}{{ playlist_item.video.view_count|intword|intcomma }}{% endif %} {% if playlist_item.video.like_count == -1 %}HIDDEN{% else %}{{ playlist_item.video.like_count|intword|intcomma }}{% endif %}
{% if playlist_item.is_duplicate %}duplicate{% endif %}
{% if playlist_item.video.playlists.count|add:"-1" != 0 %}
found in {{ playlist_item.video.playlists.count|add:"-1" }} other playlist{% if playlist_item.video.playlists.count|add:"-1" > 1 %}s{% endif %}
{% endif %}
{% if playlist_item.video.video_details_modified %}{% if playlist_item.video.was_deleted_on_yt %}went private/deleted{% else %}added{% endif %} {{ playlist_item.created_at|naturaltime }}{% endif %}
{% endif %}
{% if playlist_item.video.is_unavailable_on_yt or playlist_item.video.was_deleted_on_yt %}
{% else %}
{% if not playlist_item.is_duplicate %}
{% endif %}
{% if playlist.marked_as == "watching" and not playlist_item.is_duplicate %}
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% else %}
Playlist is empty ;-;
Consider moving/copying videos from other playlists into this playlist.