2008-04-23 Zeeshan Ali Khattak * src/main.c: - Fetch the UDN and friendlyname from gconf and set them to default values if gconf keys aren't already set. - No need to load the modified description document anymore. 2008-04-22 Zeeshan Ali Khattak * src/main.c: Let the context choose the hostname/IP and port for us if not specified in gconf. 2008-04-21 Zeeshan Ali Khattak * src/gupnp-media-server.c: - Implement 'BrowseMetadata'. - Mime-type of mp3 files should be 'audio/mpeg' rather than 'audio/mp3'. - Host user's home directory as '/media' and update paths accordingly. 2008-04-21 Zeeshan Ali Khattak * configure.ac: * data/Makefile.am: * data/xml/Makefile.am: * src/Makefile.am: Update/fix the build system for our dummy MS. 2008-04-21 Zeeshan Ali Khattak * src/gupnp-media-server.c: * src/gupnp-media-server.h: * src/main.c: Implement a dummy MS. 2008-04-21 Zeeshan Ali Khattak * src/gupnp-media-server.c: * src/gupnp-media-server.h: Update the copyright/licence header. 2008-04-21 Zeeshan Ali Khattak * data/xml/ConnectionManager.xml: * data/xml/ContentDirectory.xml: * data/xml/description.xml: - Advertise version 2 of MS and AV services. - Some minor updates. 2008-04-13 Zeeshan Ali Khattak * doc/design.txt: Simpler design: - Rename MediaDb to MediaProvider. - Replace MediaDbGroup and MediaDbPlugin by a single MediaDb. * TODO: Add TODO file and put the general plan in there. 2008-04-13 Zeeshan Ali Khattak * doc/design.txt: Add some more objects and description to design doc.