Package Details: owntone-server 28.10-1

Git Clone URL: https://aur.archlinux.org/owntone-server.git (read-only, click to copy)
Package Base: owntone-server
Description: iTunes-compatible media server previously known as forked-daapd, originally intended as a rewrite of Firefly Media Server (mt-daapd).
Upstream URL: https://github.com/owntone/owntone-server
Licenses: GPL
Submitter: jmsq
Maintainer: jmsq
Last Packager: jmsq
Votes: 3
Popularity: 0.000024
First Submitted: 2021-05-23 13:52 (UTC)
Last Updated: 2024-09-13 13:30 (UTC)

Latest Comments

DaleYYC commented on 2024-07-17 11:34 (UTC)

░░ The unit owntone.service has entered the 'failed' state with result 'exit-code'. Jul 16 16:52:22 LinuxBox systemd[1]: Failed to start DAAP/DACP (iTunes), RSP and MPD server, supports AirPlay and Remote. ░░ Subject: A start job for unit owntone.service has failed ░░ Defined-By: systemd ░░ Support: https://forum.manjaro.org/c/support

owntone -f

owntone: error while loading shared libraries: libavformat.so.60: cannot open shared object file: No such file or directory

kulak commented on 2023-08-10 16:20 (UTC)

I added wiki page to help getting started with the application: https://wiki.archlinux.org/title/OwnTone

kulak commented on 2023-08-10 06:49 (UTC)

By default installer creates user owntone and configured daemon to run as owntone in /etc/owntone.conf. However, the service runs as user root.

I had to use systemctl edit owntone.service:

cat /etc/systemd/system/owntone.service.d/override.conf 
[Service]
User = owntone

Then I installed pipewire with pulse support. This allowed to play to Apple HomePod.

DaleYYC commented on 2023-06-06 23:00 (UTC)

encountering this error trying to start owntone as of latest Arch (stable) update.

$ owntone -f owntone: error while loading shared libraries: libplist-2.0.so.3: cannot open shared object file: No such file or directory

libplist is at version 2.3.0-1 on my system. there was a rather large update today (for me).