Package Details: mpdris2 0.9.1-1

Git Clone URL: https://aur.archlinux.org/mpdris2.git (read-only, click to copy)
Package Base: mpdris2
Description: MPRIS2 support for MPD
Upstream URL: https://github.com/eonpatapon/mpDris2
Licenses: GPL-3.0-only
Submitter: t-8ch
Maintainer: t-8ch (kleinph)
Last Packager: t-8ch
Votes: 68
Popularity: 0.032336
First Submitted: 2012-06-25 17:51 (UTC)
Last Updated: 2025-01-26 16:33 (UTC)

Dependencies (7)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

grawity commented on 2019-11-18 06:07 (UTC)

mpDris2 doesn't actually use GObject2, it uses GObject3 (python-gobject).

theoratkin commented on 2019-11-18 04:50 (UTC)

This package depends on python-gobject2 which doesn't exist in AUR anymore.

oi_wtf commented on 2019-04-16 21:54 (UTC)

I had to install python-gobject to make this work. Maybe upstream switched from gobject2 to gobject or someting? (I did not try without python-gobject2)

The error I got without python-gobject installed:

$ mpDris2
Traceback (most recent call last):
  File "/usr/bin/mpDris2", line 56, in <module>
    gi.require_version('Notify', '0.7')
AttributeError: module 'gi' has no attribute 'require_version'

milkii commented on 2019-03-06 02:37 (UTC)

aah, you can't sudo a --user service!

milkii commented on 2019-03-06 02:14 (UTC)

I'm getting this atm:

sudo systemctl --user start mpDris2.service
Failed to connect to bus: No such file or directory

Any ideas?

kleinph commented on 2019-03-01 08:11 (UTC)

thanks @t-8ch! I could do that. It seems like a low maintainance package anyway.

t-8ch commented on 2019-02-27 18:13 (UTC)

Hi all, sorry for letting this rot away. I fixed the reported bugs. To be honest, I am not using this project anymore. So if someone wants to take over this package, let me know.

kleinph commented on 2019-02-27 15:48 (UTC)

@grawity thanks! This fixed it, except that the cover in the notification is very small

@t-8ch this should also be fixed in the optdeps

grawity commented on 2019-02-27 11:44 (UTC)

Make sure you have python-mutagen (the Python3 version) installed. If that still doesn't work, get the --debug output.

kleinph commented on 2019-02-27 11:29 (UTC)

@grawity: You are right notifications are working. Maybe the optdep should be removed then?

But displaying covers are not working at the moment