mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
Update documentation for iTunes XML support
This commit is contained in:
parent
6114c31c61
commit
93287e8259
4
INSTALL
4
INSTALL
@ -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
4
README
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user