reorganize/rationalize/format package menuconfig,
[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         select BR2_PACKAGE_LIBGDBM
6         select BR2_PACKAGE_LIBHOWL
7         select BR2_PACKAGE_LIBID3TAG
8         help
9           mt-daapd is a program which acts as an iTunes (DAAP) server for Linux and 
10           other POSIX unixes. It may eventually support Win32 as well.
11           
12           Some random features that it supports:
13           
14             * Supports the Roku SoundBridge (query/browse/index support) 
15             * Supports periodic rescans of the database 
16             * Can advertise shoutcast streams 
17             * Supports password-protected shares 
18             * Is web-configurable and managable 
19             * Support dynamic playlists, like iTunes "Smart playlists" 
20             * Probably other things I've forgotten 
21           
22           All is not perfect, however. Currently, there are several drawbacks to it:
23           
24             * database is indexed by inode, so all music must be on one filesystem 
25             * browse by artist is slow on Roku, times out (with large databases ~10K songs) 
26             * Probably other things I've forgotten 
27           
28           http://www.mt-daapd.org/
29           
30           Depends: libgdbm, libhowl, libid3tag, libpthread
31