Listen to the library

Browse playlists and songs, or dive into the full catalog.

Featured playlists (show all)

<% if (featured.length === 0) { %>

No playlists yet.

<% } else { %>
<% featured.forEach((p) => { %> <% if (p.coverPath) { %> <% } else { %>
🎧
<% } %>
<%= p.title %> <% if (p.visibility === 'logged_in') { %>Members<% } %> <% if (p.visibility === 'vip') { %>VIP<% } %> <% if (p.visibility === 'private') { %>Private<% } %>
<% if (p.description) { %>
<%= p.description %>
<% } %>
<% }) %>
<% } %>

Recently added (show all)

<% if (recent.length === 0) { %>

No songs yet. <% if (user && user.role === 'admin') { %>Upload the first one →<% } %>

<% } else { %> <%- include('../partials/song_list', { songs: recent }) %> <% } %>