9a3cb3b79c
multiple genres are either supported by format (see flac/orbis) or are handled by convention (see mp3) - ffmpeg presents either case as a single string, seperated by ';' (ie "Pop;Rock") Currently the server/db does not support multiple genres and will store the ffmpeg string as-is which is unlikely the user intention. Introduce 'split_genre' to take the first genre token |
||
---|---|---|
.github | ||
build-aux | ||
docs | ||
htdocs | ||
m4 | ||
scripts | ||
sqlext | ||
src | ||
web-src | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
INSTALL.md | ||
Makefile.am | ||
NEWS | ||
README.md | ||
UPGRADING | ||
_config.yml | ||
configure.ac | ||
mkdocs.sh | ||
mkdocs.yml | ||
owntone.8 | ||
owntone.conf.in | ||
owntone.service.in | ||
owntone.spec.in | ||
owntone@.service.in |
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 information on how to get and install OwnTone, then see the Installation instructions.