<% include header.ejs %>

match.audio

<% if (error.length > 0) { %>

<%= error %>

<% } %>

Make sharing from music services better. We match album and track links from Rdio, Spotify, Deezer, Beats Music, Google Music and iTunes and give you back a link with all of them.

<% if (recent.length) { %>

Recently Shared

<% } %>
<% for (var i=0;i < recent.length;i++) { var item = recent[i].items[0]; %> <% if((i+1)%2 == 0) { %>
<% } %> <% } %>
<% include footer.ejs %>