Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
Go to file
chme b5dcc04b2d [docs] Split docs into multiple files and publish with gh-actions 2022-05-08 07:22:48 +02:00
.github [docs] Split docs into multiple files and publish with gh-actions 2022-05-08 07:22:48 +02:00
build-aux [config] Just use an empty config.rpath as it's only used by iconv 2017-01-07 13:27:17 -08:00
docs [docs] Split docs into multiple files and publish with gh-actions 2022-05-08 07:22:48 +02:00
htdocs [htdocs] Rebuild web interface 2022-04-17 10:06:32 +02:00
m4 [daap/smartpl] Add new bison/flex parsers 2022-01-29 17:46:40 +01:00
scripts [docs] Add bison and flex requirement to installation docs 2022-01-29 17:46:40 +01:00
sqlext [db] Use custom LIKE operator adapted from sqlite's icu.c (closes #1390) 2022-02-13 20:52:40 +01:00
src [web] typo prevent handling of LISTENER_SPEAKER events 2022-05-07 11:12:22 +01:00
web-src [web] Fix display of search results for composer and playlist 2022-04-17 10:05:50 +02:00
.gitignore [docs] Split docs into multiple files and publish with gh-actions 2022-05-08 07:22:48 +02:00
.travis.yml Fix for Travis build stopping on tzdata install prompt 2020-05-12 23:21:35 +02:00
AUTHORS [docs] Name change of forked-daapd to OwnTone 2021-04-24 23:54:12 +02:00
COPYING Add GPLv2 license text 2009-06-12 13:00:40 +02:00
ChangeLog ChangeLog and README for OwnTone 28.3 2022-01-29 17:19:38 +01:00
INSTALL.md [docs] Delete "old" README*.md files 2022-05-08 07:20:04 +02:00
Makefile.am [docs] Split docs into multiple files and publish with gh-actions 2022-05-08 07:22:48 +02:00
NEWS Add NEWS file again for automake 2013-12-25 08:56:59 +01:00
README.md [docs] Delete "old" README*.md files 2022-05-08 07:20:04 +02:00
UPGRADING [docs] Name change of forked-daapd to OwnTone 2021-04-24 23:54:12 +02:00
_config.yml Set theme jekyll-theme-slate 2017-02-26 00:51:07 +01:00
configure.ac Put bison/flex files in parsers dir, so scan-build --exclude can be used 2022-01-29 17:46:40 +01:00
mkdocs.sh [docs] Split docs into multiple files and publish with gh-actions 2022-05-08 07:22:48 +02:00
mkdocs.yml [docs] Split docs into multiple files and publish with gh-actions 2022-05-08 07:22:48 +02:00
owntone.8 [-] Rename source and target names from forked-daapd to owntone 2021-04-24 23:54:20 +02:00
owntone.conf.in [library] Move clear_queue_on_stop_disable cfg option to library section 2022-03-17 22:44:06 +01:00
owntone.service.in Add a SystemD template service for owntone (issue #1353) 2021-11-25 22:11:59 +01:00
owntone.spec.in [docs] Add bison and flex requirement to installation docs 2022-01-29 17:46:40 +01:00
owntone@.service.in Add a SystemD template service for owntone (issue #1353) 2021-11-25 22:11:59 +01:00

README.md

OwnTone (previously forked-daapd)

OwnTone is a Linux/FreeBSD DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media server.

It supports AirPlay devices/speakers, Apple Remote (and compatibles), MPD clients, Chromecast, network streaming, internet radio, Spotify and LastFM.

It does not support streaming video by AirPlay nor Chromecast.

DAAP stands for Digital Audio Access Protocol which is the protocol used by iTunes and friends to share/stream media libraries over the network.

OwnTone was previously called forked-daapd, which again was a rewrite of mt-daapd (Firefly Media Server).

Looking for help?

Visit the OwnTone documentation for usage and set up instructions, API documentation, etc.

If you are looking for help on building OwnTone (not using it), then please see the Installation instructions.