From 93287e82599a81cd3e75ccb686a0faaf52ec24a4 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sat, 28 Nov 2009 11:01:22 +0100 Subject: [PATCH] Update documentation for iTunes XML support --- INSTALL | 4 ++++ README | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index 9396c742..0ed52f79 100644 --- a/INSTALL +++ b/INSTALL @@ -22,6 +22,7 @@ Libraries: - MiniXML - libflac (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 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 will fail on these files. +Support for iTunes Music Library XML format is optional. Use --enable-itunes +to enable this feature. + Recommended build settings: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-flac --enable-musepack diff --git a/README b/README index 074322ec..06821dc5 100644 --- a/README +++ b/README @@ -57,6 +57,10 @@ Playlists forked-daapd supports M3U playlists. Just drop your playlist somewhere in 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.