Search Criteria
Package Details: mopidy4 4.0.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mopidy4.git (read-only, click to copy) |
|---|---|
| Package Base: | mopidy4 |
| Description: | An extensible music server written in Python |
| Upstream URL: | https://www.mopidy.com |
| Licenses: | Apache-2.0 |
| Conflicts: | mopidy |
| Provides: | mopidy |
| Submitter: | rnestler |
| Maintainer: | rnestler |
| Last Packager: | rnestler |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-03-15 16:53 (UTC) |
| Last Updated: | 2026-05-01 09:59 (UTC) |
Dependencies (29)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gst-plugins-ugly (gst-plugins-ugly-gitAUR)
- gst-python (gst-python-gitAUR)
- gstreamer (gstreamer-gitAUR)
- python
- python-cycloptsAUR (python-cyclopts4AUR)
- python-dbus
- python-gobject
- python-httpx (python-httpx-gitAUR)
- python-platformdirs
- python-pydantic
- python-pykka
- python-rich
- python-tornado
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- Show 9 more dependencies...
Required by (47)
- jellyshuf (requires mopidy) (optional)
- mopidy-advanced-scrobbler (requires mopidy)
- mopidy-alarmclock (requires mopidy)
- mopidy-alsamixer (requires mopidy)
- mopidy-autoplay (requires mopidy)
- mopidy-bandcamp (requires mopidy)
- mopidy-beets (requires mopidy)
- mopidy-cd-git (requires mopidy)
- mopidy-goodies-git (requires mopidy)
- mopidy-headless-git (requires mopidy)
- mopidy-internetarchive (requires mopidy)
- mopidy-iris (requires mopidy)
- mopidy-jellyfin (requires mopidy)
- mopidy-listenbrainz (requires mopidy)
- mopidy-local (requires mopidy)
- mopidy-moped (requires mopidy)
- mopidy-mopify (requires mopidy)
- mopidy-mpd (requires mopidy)
- mopidy-mpris (requires mopidy)
- mopidy-musicbox (requires mopidy)
- Show 27 more...
Latest Comments
chemicus commented on 2026-05-03 06:52 (UTC)
Although I'm not a package maintainer yet, this might be a good opportunity to become one. So yes, @rnestler please feel free to add me as a co-maintainer.
rnestler commented on 2026-05-01 08:56 (UTC)
Thanks @chemicus. Do you want to help maintain this package? I could make you a co-maintainer.
chemicus commented on 2026-04-26 07:08 (UTC) (edited on 2026-04-26 07:11 (UTC) by chemicus)
Currently the build tests are failing with assertion errors like:
AssertionError: expected call not found. Expected: exit(1, "argument --bar: invalid int value: 'zero'", 'usage: foo [--bar BAR]') Actual: exit(1, "argument --bar: invalid int value: 'zero'", '\x1b[1;34musage: \x1b[0m\x1b[1;35mfoo\x1b[0m [\x1b[36m--bar \x1b[33mBAR\x1b[0m]')These errors can be fixed by disabling color-output during the checks:
check() { export NO_COLOR=1 ... }