<%@ page import="java.util.Random" %> <%! String current = "demo"; %> <%@ include file="header.jsp" %>
<%@ include file="menu.jsp" %>

Online Demo

Try the online demo to get a taste of what Subsonic is all about!

<% Random random = new Random(System.currentTimeMillis()); int userId = random.nextInt(5) + 1; %>

» Start demo

<%@ include file="google-translate.jsp" %> <%@ include file="download-subsonic.jsp" %> <%@ include file="donate.jsp" %>

<%@ include file="footer.jsp" %>