{% extends "i_love_this_web_thing.html" %} {% from "_util.html" import css_include, js_include %} {% from "common.html" import show_topbar %} {% block css_head %} {{ css_include('css/jquery-ui/partify/jquery-ui-1.8.14.custom.css') }} {{ css_include('css/player.css') }} {% endblock %} {% block js_head %} {{ js_include('js/lib/jquery-1.6.2.js') }} {{ js_include('js/lib/jquery-ui-1.8.14.custom.min.js') }} {{ js_include('js/lib/lastfm.api.md5.js') }} {{ js_include('js/lib/lastfm.api.js') }} {{ js_include('js/lib/lastfm.api.cache.js') }} {{ js_include('js/partify/player.js') }} {% endblock %} {% block title %} Player - Partify {% endblock %} {% block super_body %} {{ show_topbar(user, "ADMIN_INTERFACE" in user_privs, false) }}
 
Artist:
Track:
Album:
Year:
 
{{user.username}}



Title Artist Album Length # Add
No results yet. You can search using the form at the top of the tab.
{% endblock %}