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.
6 lines
116 B
C
6 lines
116 B
C
#include "config.h"
|
|
#ifdef ENABLE_TIVO
|
|
void
|
|
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
|
|
#endif
|