Daily Archives: November 13, 2006

gmpc libmpd version checking runtime

I’ve had alot of “bogus” bug reports lately, almost all caused by people having to libmpd installed in different location. It would compile against the right version, but the wrong version would be used runtime. So after fighting with (mostly unnecessary) with autotools, I’ve added a #define LIBMPD_VERSION to libmpd, and a char *libmpd_version = read more »

gmpc memory usage 5

I’ve did some small test on the config system used in gmpc. (it’s used for the config file, the metadata cache file and the profile file) The config files takes about 10kbyte of memory, the profiles 1.1 kbyte. But the cover db takes 661kbyte. This isn’t a shocking amount of memory, but on a total read more »