Why does client need to receive entire video before playing? No duration
information? Does not seem to be the case for .ogv.
	Can we speed up download of movie by increasing size of chunks transmitted?

Fix transcode to QuickTime

Mike: dynamically adjust database when files are added to directories
	SEE FIXMEs IN db-builder-gdir.c

= AirPlay ======================================================================

DACP client

Support AirPlay, Pulseaudio, or ALSA

DMAPD_AV_RENDER_MODULE=gst:host=192.168.1.XXX ./dmapd -f -m /var/db/BigDisk/Storage/Music/AC-DC/ -o

Check documentation of *_MODULE

Figure out how to handle remote pairing 

Clean up FIXME's in av-render-gst.c

Move GStreamer render module to libdmapsharing?

= Short term ===================================================================

Mike: split DB/cache directories; update packages?

Mike: temporary, thumbnail files remain

Mike: crashes when you specify -m on a big picture directory?

Mike: Mac OS memory blows up when interacting with WalletPhoto

Noah: write unit tests

Mike: fix: video playlist override audio playlists when both directories
are listed in dmapd.conf

= Mid term =====================================================================

Mike: modular user interface

Noah: investigate XCode integration

Noah: iOS Wallet Photo App

Noah: support playlists using totem-pl-parser

Mike: fix seeking (see libdmapsharing TODO)

Mike: is dmapd-dmap-db.c really needed? Why can't a loadable module just
implement an interface?

Mike: Migrate command line parsing to dmapd.xml.

See FIXME's in VIPS code

= Long term ====================================================================

Fix BDB code
	Existing DB, are proper ID's used for additional files read
	(e.g., maxint - last used id)?

	See by_location FIXME in db-builder-gdir.c.

Mike: Strings are copied a few times, but this does not seem to be as big a
problem as the GNode / DMAPStructureItem overhead.
	dmapd:dmapd-daap-record.c: g_value_set_string -> g_value_set_static_string
	libdmapsharing:dmap-structure.c: same as above.
should db_dir be in DmapdDMAPDb or
DmapdDMAPGHashTableDb? Should get dup or static_str?
