6850c4e650b66179206f46852fcbf99e46323532
[openwrt.git] / package / mt-daapd / Config.in
1 config BR2_PACKAGE_MT_DAAPD
2         prompt "mt-daapd - A multi-threaded DAAP (Digital Audio Access Protocol) daemon"
3         tristate 
4 #       default m if CONFIG_DEVEL
5         default n
6         select BR2_PACKAGE_LIBGDBM
7         select BR2_PACKAGE_LIBHOWL
8         select BR2_PACKAGE_LIBID3TAG
9         help
10          mt-daapd is a program which acts as an iTunes (DAAP) server for Linux and 
11          other POSIX unixes. It may eventually support Win32 as well.
12          
13          Some random features that it supports:
14          
15            * Supports the Roku SoundBridge (query/browse/index support) 
16            * Supports periodic rescans of the database 
17            * Can advertise shoutcast streams 
18            * Supports password-protected shares 
19            * Is web-configurable and managable 
20            * Support dynamic playlists, like iTunes "Smart playlists" 
21            * Probably other things I've forgotten 
22          
23          All is not perfect, however. Currently, there are several drawbacks to it:
24          
25            * database is indexed by inode, so all music must be on one filesystem 
26            * browse by artist is slow on Roku, times out (with large databases ~10K songs) 
27            * Probably other things I've forgotten 
28          
29          http://www.mt-daapd.org/
30          
31          Depends: libgdbm, libhowl, libid3tag, libpthread
32