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
github-actions[bot] 1e73ba4754 [web] Rebuild web interface 2024-04-23 20:04:32 +00:00
.github Revert "[gh-actions] Use stock Homebrew sqlite" 2024-04-23 14:46:53 +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 [doc] Add configuration documentation 2024-04-22 17:32:53 +02:00
htdocs [web] Rebuild web interface 2024-04-23 20:04:32 +00:00
m4 [daap/smartpl] Add new bison/flex parsers 2022-01-29 17:46:40 +01:00
scripts FreeBSD install script can now run as root without sudo installed. Also easier to pick a custom user/group name and relocate the configuration directory. 2022-08-07 16:40:05 -07:00
sqlext [db] Use custom LIKE operator adapted from sqlite's icu.c (closes #1390) 2022-02-13 20:52:40 +01:00
src [jsonapi] Fix boolean value assigned to pointer (from cppcheck) 2024-04-10 22:41:08 +02:00
web-src [web] Lint source code 2024-04-23 22:02:18 +02:00
.gitignore Stop ignoring changes to debian dir 2023-03-05 20:46:34 +01: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 for OwnTone 28.9 2024-01-18 18:20:59 +01:00
INSTALL.md [docs] Delete "old" README*.md files 2022-05-08 07:20:04 +02:00
Makefile.am [spotify] Remove old libspotify integration 2022-05-25 22:49:35 +02:00
NEWS Add NEWS file again for automake 2013-12-25 08:56:59 +01:00
README.md [doc] Fix capitalisation of macOS 2024-04-22 17:32:26 +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 Bump version to 28.9 2024-01-18 18:22:47 +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] Add building.md to mkdocs navigation 2022-12-20 17:26:36 +01:00
owntone.8 [-] Rename source and target names from forked-daapd to owntone 2021-04-24 23:54:20 +02:00
owntone.conf.in [scan/library] Media rating sync (#1681) 2024-01-24 23:30:02 +01:00
owntone.service.in [config] Replace network.target with network-online.target in owntone.service 2023-08-05 23:51:27 +02: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

OwnTone is a media server that lets you play audio sources such as local files, Spotify, pipe input or internet radio to AirPlay 1 and 2 receivers, Chromecast receivers, Roku Soundbridge, a browser or the servers own sound system. Or you can listen to your music via any client that supports mp3 streaming.

You control the server via a web interface, Apple Remote, an Android remote (e.g. Retune), an MPD client, json API or DACP.

OwnTone also serves local files via the Digital Audio Access Protocol (DAAP) to iTunes (Windows), Apple Music (macOS) and Rhythmbox (Linux), and via the Roku Server Protocol (RSP) to Roku devices.

Runs on Linux, BSD and macOS.

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 information on how to get and install OwnTone, then see the Installation instructions.