DanNixon / PlayMusicCL

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

Clean up (and add Python 3 support) #46

Open belak opened 8 years ago

belak commented 8 years ago

The main changes from python2 to python3 were using the threading module, rather than thread and switching all print statements to function calls.

This also makes a few changes to stop linters from yelling.

There are still a few odd behaviors in py3 (like artists being displayed as things like: b'B\xc3\xa9la Fleck And The Flecktones', but it appears to work now.

belak commented 8 years ago

This would fix #10

belak commented 8 years ago

What's the status on this?

DanNixon commented 8 years ago

Sorry, I've been a little busy lately and not had a change to review/test it. Will have a look before the end of today.

DanNixon commented 8 years ago

Have you tested this under Python 2.7, I'm getting: ImportError: No module named playmusiccl