[ANSWERED] Support for more download formats

I’m new to piwik, and so far it looks very nice.

One thing I would like to see is support for more download formats by default. Currently the formats supported are:
7z, aac, avi, csv, doc, exe, flv, gif, gz, jpe?g, js, mp(3, 4, e?g), mov, pdf, phps, png, ppt, rar, sit, tar, torrent, txt, wma, wmv, xls, xml, zip.

I have a number of .cbz files on my site, which I got working with the javascript css tagging method, but I would love to see support for formats like.

.cbz - Comic book archive in zip format.
.cbr - Comic book archive in rar format.
.epub - A standard publishing format for ebooks.
.ogg - Open sound format, similar to mp3, but wihtout patents.
.ogv - Same as above, but for video.
.wav - Old sound format.
.mid - Midi file.
.odt,.ods,.odp,.odb,.odg,.odf - OpenOffice documents.

And if you want to go wild, you could add some 3D formats as well, like:
3ds, dxf, obj, blend, lwo.

There’s probably lots more people here could suggest, but these were just a few from the top of my head. style_emoticons/<#EMO_DIR#>/rolleyes.gif

Use the API, eg tracker.setDownloadExtensions().

see ticket in http://dev.piwik.org/trac/ticket/1830