DanNixon / PlayMusicCL

A command line client for Google Play Music
Apache License 2.0
135 stars 21 forks source link

Port to PyGObject #32

Closed jonls closed 9 years ago

jonls commented 9 years ago

I was trying to get this working on a Raspberry Pi with Raspbian but the old PyGTK bindings do not seem to be available on Raspbian. I had to apply this patch to make PlayMusicCL use the more recent PyGObject bindings to GObject, GLib and GStreamer.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling 416f346 on jonls:pygobject into 007b983 on DanNixon:master.

DanNixon commented 9 years ago

Thanks!