Search Criteria
Package Details: owntone-server 28.10-1
Package Actions
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) |
Dependencies (13)
- avahi
- confuse
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- json-c (json-c-gitAUR)
- libevent (libevent-gitAUR)
- libplist (libplist-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libunistring (libunistring-gitAUR)
- libwebsockets
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- protobuf-c (protobuf-c-gitAUR)
- sqlite3 (sqlite)
- gperf (gperf-gitAUR) (make)
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 asowntone
in/etc/owntone.conf
. However, the service runs as user root.I had to use
systemctl edit owntone.service
: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).