Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

Bug List

File cache.c
We do rely on success of chdir() calls for the flat file implementation.

Global cache_read_file (request_rec *r, mu_ent *head, mu_config *conf, mu_cache_data *cachedata)
Consummes 3*1k of RAM for each file read; we could probably shorten that to 3*256B, but the fields can be up to 1k long according to id3.org

Global ascii2rq (char *orig)
Will fail in the worst case if the URI is made only of chars to be escaped and is more than MAX_STRING/3 long.

Global send_playlist (request_rec *r, mu_ent *p, mu_config *conf)
Some browsers have trouble detecting the mime type. Try to send a ".m3u" file extension?

Global send_tracks (request_rec *r, struct mu_ent *p, mu_config *conf)
Know potential problem when sorting search results.

Global make_mp3_entry (apr_pool_t *pool, mu_ent *head, FILE *in, mu_config *conf, mu_ent_names *names, request_rec *r)
Reports wrong bitrate/length with VBR files.

Generated on Thu Oct 30 13:50:30 2003 for mod_musicindex by doxygen 1.3.4