minidlna/TODO
Justin Maggard 74d73037d0 Lots of changes, but notably:
* MiniDLNA can now pass the DLNA Conformance Test!
 * Dependence on libdlna has been removed, and the ffmpeg libs are used directly.
 * Lots of unused code has been cleaned up.
 * File transfers will now be forked off into a new process, so as not to tie up the server when sending data.
2009-01-22 00:25:20 +00:00

11 lines
310 B
Plaintext

Things left to do:
* Persistent HTTP connection (Keep-Alive) support
* PNG image support
* DLNA Profile Name (DLNA.ORG_PN) support for more audio files
* SortCriteria support
* Completely redo the logging scheme.
* Update scan support (do not require removing the database)
* Inotify support
* Upload support