Open belak opened 8 years ago
This would fix #10
What's the status on this?
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.
Have you tested this under Python 2.7, I'm getting: ImportError: No module named playmusiccl
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.