* 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.
This commit is contained in:
5
INSTALL
5
INSTALL
@ -5,10 +5,11 @@ Homepage : http://sourceforge.net/projects/minidlna/
|
||||
|
||||
Prerequisites :
|
||||
|
||||
- taglib (including C bindings)
|
||||
- libexif
|
||||
- libgd (either libgd-xpm or libgd-noxpm)
|
||||
- libgd2 (either libgd2-xpm or libgd2-noxpm)
|
||||
- libid3tag
|
||||
- libFLAC
|
||||
- libvorbis
|
||||
- sqlite3
|
||||
- libavformat (the ffmpeg libraries)
|
||||
- libuuid
|
||||
|
Reference in New Issue
Block a user