Update documentation for iTunes XML support

This commit is contained in:
Julien BLACHE 2009-11-28 11:01:22 +01:00
parent 6114c31c61
commit 93287e8259
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Libraries:
- MiniXML - MiniXML
- libflac (optional) - libflac (optional)
- taglib (optional) - taglib (optional)
- libplist 0.15+ (optional - iTunes XML support)
libavl is not the GNU libavl. There doesn't seem to be an upstream website libavl is not the GNU libavl. There doesn't seem to be an upstream website
anymore, but you can fetch it from any Debian mirror for instance (it'll be anymore, but you can fetch it from any Debian mirror for instance (it'll be
@ -30,6 +31,9 @@ in /debian/pool/main/liba/libavl).
FLAC and Musepack support are optional. If not enabled, metadata extraction FLAC and Musepack support are optional. If not enabled, metadata extraction
will fail on these files. will fail on these files.
Support for iTunes Music Library XML format is optional. Use --enable-itunes
to enable this feature.
Recommended build settings: Recommended build settings:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-flac --enable-musepack ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-flac --enable-musepack

4
README
View File

@ -57,6 +57,10 @@ Playlists
forked-daapd supports M3U playlists. Just drop your playlist somewhere in forked-daapd supports M3U playlists. Just drop your playlist somewhere in
your library with an .m3u extension and it will pick it up. your library with an .m3u extension and it will pick it up.
Support for iTunes Music Library XML format is available as a compile-time
option. By default, metadata from our parsers is preferred over what's in
the iTunes DB; use itunes_overrides = true if you prefer iTunes' metadata.
Smart playlists are not supported at the moment. Smart playlists are not supported at the moment.