--- layout: post status: publish published: true title: ! 'Djiscography: a Django-based discography generator' wordpress_id: 466 wordpress_url: http://www.martineve.com/?p=466 date: !binary |- MjAxMC0xMi0xMyAwOTo1NzozMiArMDEwMA== date_gmt: !binary |- MjAxMC0xMi0xMyAwOTo1NzozMiArMDEwMA== categories: - Technology - Open Access - Django tags: - django - djiscography - music comments: [] ---

Djiscography logo

This is a quick post to announce the first code drop of a project I worked on yesterday. It's called Djiscography and it generates nicely formatted javascript hide/show style discography information. It supports track listing, samples, multiple artists, releases and editions.

A live version of the project can be found at: http://discography.2bitpie.net.

The current Mercurial repository features an early alpha version -- I'd recommend caching as I have yet to do optimization work and it currently features two iterations over the data; one in the view to move the data into template-iterable dictionaries and one in the template to display the output.

The code can be found at the Google Code repository.

P.S. Logos are, evidently, not my strong point.