minidlna/tivo_commands.h
Justin Maggard b74e2d33f3 * Use internal music metadata functions intead of taglib.
1) Taglib does not support MP4 or WMA/ASF without hacking it in there.
  2) Taglib is C++, so it's nice to remove that dependency.
* Use embedded album art where available.
2009-02-25 21:16:51 +00:00

6 lines
116 B
C

#include "config.h"
#ifdef ENABLE_TIVO
void
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
#endif