eonpatapon / mpDris2

MPRIS V2.1 support for mpd
GNU General Public License v3.0
210 stars 46 forks source link

Add compatibility with python-mpd2 1.0.0 #101

Closed smcv closed 6 years ago

smcv commented 6 years ago

mpDris2 uses private methods of the MPDClient, which have changed between 0.5.5 and 1.0.0 to support the new async APIs using asyncio and Twisted. Add support for yet another version.

Bug-Debian: https://bugs.debian.org/891416 Signed-off-by: Simon McVittie smcv@debian.org

grawity commented 6 years ago

Thanks; I guess this also closes #100?

smcv commented 6 years ago

I guess this also closes #100?

Looks like it should.

smcv commented 6 years ago

I've updated my branch to remove the *args from _fetch_object() based on your review, and mentioned that change in the commit message. Hopefully this version looks better!