<% if (song.coverPath) { %> <% } else { %>
<% } %>

<%= song.title %> <% if (song.visibility === 'logged_in') { %>Members only<% } %> <% if (song.visibility === 'private') { %>Private<% } %>

<%= song.artist %><% if (song.album) { %> · <%= song.album %><% } %>

<% if (song.uploadedByName) { %>

Added by: <%= song.uploadedByName %>

<% } %>

<% if (song.genre) { %><%= song.genre %> · <% } %> <% if (song.year) { %><%= song.year %> · <% } %> <% if (song.durationSeconds) { %><%= Math.floor(song.durationSeconds/60) %>:<%= String(song.durationSeconds%60).padStart(2,'0') %><% } %>

← Back to songs