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
88 B
C
6 lines
88 B
C
#include "config.h"
|
|
#ifdef ENABLE_TIVO
|
|
char *
|
|
decodeString(const char * string);
|
|
#endif
|