Config.in 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. config ADK_PACKAGE_MT_DAAPD
  2. prompt "mt-daapd.......................... A multi-threaded DAAP (Digital Audio Access Protocol) daemon"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBGDBM
  6. select ADK_PACKAGE_LIBID3TAG
  7. select ADK_PACKAGE_LIBPTHREAD
  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. Some random features that it supports:
  12. * Supports the Roku SoundBridge (query/browse/index support)
  13. * Supports periodic rescans of the database
  14. * Can advertise shoutcast streams
  15. * Supports password-protected shares
  16. * Is web-configurable and managable
  17. * Support dynamic playlists, like iTunes "Smart playlists"
  18. * Probably other things I've forgotten
  19. All is not perfect, however. Currently, there are several drawbacks to it:
  20. * database is indexed by inode, so all music must be on one filesystem
  21. * browse by artist is slow on Roku, times out (with large databases ~10K songs)
  22. * Probably other things I've forgotten
  23. http://www.mt-daapd.org/
  24. Depends: libgdbm, libid3tag, libpthread