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: GPL3
Submitter: t-8ch
Maintainer: t-8ch (kleinph)
Last Packager: t-8ch
Votes: 68
Popularity: 1.22
First Submitted: 2012-06-25 17:51 (UTC)
Last Updated: 2021-01-23 16:01 (UTC)

Dependencies (6)

Sources (1)

Latest Comments

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

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

grawity commented on 2019-02-27 08:29 (UTC)

@kleinph:

It was a legacy package that was superseded by GObject-based bindings, so it probably was never ported to Py3 at all.

You don't need that package anyway, mpDris2 will access the library through GI instead. Look for Initializing GObject.Notify in the mpdris debug logs.