{% if item_list %} {% if add_all_button %}
{% endif %}Track | {% if secret_key and playlist_add %}Add | {% endif %}Play | Title | Album | Artist | Genre | {% if secret_key and playlist_rm %}Remove | {% endif %}|
---|---|---|---|---|---|---|---|---|
{# TRACK #}
{% if page_name != "Playlist" %}
{# TODO: The value for style.bottom should probably be dynamic since each row's height is #}
{#{ item.slug }#}
{% endif %}
{% if item.track and not item.tracktotal %}{{ item.track }}{% endif %}
{% if item.track and item.tracktotal %}{{ item.track }}/{{ item.tracktotal }}{% endif %}
|
{% if playlist_add %}
{# ADD #} | {% endif %}{# PLAY #} | {# TITLE #} {% if item.title %} {{ item.title }} {% else %} {{ item.file_name }} {% endif %} | {# MOBILE TITLE #} {% if item.title %} {{ item.title_mobile }} {% else %} {{ item.file_name_mobile }} {% endif %} | {# ALBUM #} {% if item.album %}{{ item.album }}{% endif %} | {% if item.artist %}{{ item.artist }}{% endif %} | {% if item.genre %}{{ item.genre }}{% endif %} | {% if secret_key and playlist_rm %}{% endif %} |
{# TRACK #}
{% if page_name != "Playlist" %}
{#{ item.slug }#}
{% endif %}
|
{% if playlist_add %}
{# ADD #} | {% endif %}{# PLAY #} | {# TITLE #} {% if item.title %} {{ item.title }} {% else %} {{ item.file_name }} {% endif %} | {# TITLE #} {% if item.title %} {{ item.title_mobile }} {% else %} {{ item.file_name_mobile }} {% endif %} | {# ALBUM #} {% if item.album %}{{ item.album }}{% endif %} | {# ARTIST #} {% if item.artist %}{{ item.artist }}{% endif %} | {# GENRE #} {% if item.genre %}{{ item.genre }}{% endif %} | {% if secret_key and playlist_rm %}{% endif %} |
Track | {% if secret_key and playlist_add %}Add | {% endif %}Play | Title | Album | Artist | Genre | {% if secret_key and playlist_rm %}Remove | {% endif %}
---|---|---|---|---|---|---|---|
{# TRACK #} | {# PLAY #} | {# TITLE #} {% if item.title %} {{ item.title }} {% else %} {{ item.file_name }} {% endif %} | {# TITLE #} {% if item.title %} {{ item.title_mobile }} {% else %} {{ item.file_name_mobile }} {% endif %} | {# ALBUM #} {% if item.album %}{{ item.album }}{% endif %} | {# ARTIST #} {% if item.artist %}{{ item.artist }}{% endif %} | {# GENRE #} {% if item.genre %}{{ item.genre }}{% endif %} | {% if secret_key and playlist_rm %}{% endif %} |