source: freewrt/package/mt-daapd/Config.in@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 133f6f9, checked in by Thorsten Glaser <tg@…>, 18 years ago

fix dependency, Closes: #393

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3743 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.2 KB
Line 
1config FWRT_PACKAGE_MT_DAAPD
2 prompt "mt-daapd.......................... A multi-threaded DAAP (Digital Audio Access Protocol) daemon"
3 tristate
4 default n
5 select FWRT_PACKAGE_LIBGDBM
6 select FWRT_SHOW_HOWL
7 select FWRT_PACKAGE_LIBHOWL
8 select FWRT_PACKAGE_LIBID3TAG
9 select FWRT_PACKAGE_LIBPTHREAD
10 help
11 mt-daapd is a program which acts as an iTunes (DAAP) server for Linux and
12 other POSIX unixes. It may eventually support Win32 as well.
13
14 Some random features that it supports:
15
16 * Supports the Roku SoundBridge (query/browse/index support)
17 * Supports periodic rescans of the database
18 * Can advertise shoutcast streams
19 * Supports password-protected shares
20 * Is web-configurable and managable
21 * Support dynamic playlists, like iTunes "Smart playlists"
22 * Probably other things I've forgotten
23
24 All is not perfect, however. Currently, there are several drawbacks to it:
25
26 * database is indexed by inode, so all music must be on one filesystem
27 * browse by artist is slow on Roku, times out (with large databases ~10K songs)
28 * Probably other things I've forgotten
29
30 http://www.mt-daapd.org/
31
32 Depends: libgdbm, libhowl, libid3tag, libpthread
33
Note: See TracBrowser for help on using the repository browser.