bjarneo / Pytify

A CLI application for controlling Spotify
MIT License
743 stars 40 forks source link

Add current song feature for darwin #49

Closed drewrey closed 7 years ago

drewrey commented 7 years ago
drewrey commented 7 years ago

Here is an example screenshot:

screen shot 2016-12-30 at 02 44 37
drewrey commented 7 years ago

Perhaps instead of sys.stdout.encoding, this should be handled with sys.getfilesystemencoding? In particular:

Changed in version 3.2: getfilesystemencoding() result cannot be None anymore.

bjarneo commented 7 years ago

Sweet. I'll take a closer look this weekend. :)

bjarneo commented 7 years ago

@drewrey Sounds logical to use getfilesystemencoding. :+1:

drewrey commented 7 years ago

@bjarneo updated accordingly.

bjarneo commented 7 years ago

Awesome! Thank you!