Package Details: mopidy4 4.0.0-2

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)

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 ... }