trizen / clyrics

An extensible lyrics fetcher, with daemon support for cmus and mocp.
https://trizenx.blogspot.com/2013/02/mocp-lyrics.html
GNU General Public License v3.0
56 stars 15 forks source link

I added support for Windows. It properly compiles on Win10 #8

Closed niteraleph closed 6 years ago

niteraleph commented 6 years ago

and properly works as well, tested on win10

trizen commented 6 years ago

Using the Win32 module just to the get login name is totally overkill, not to mention that now it fails to work on other platforms, since Win32 is an Windows exclusive module.

Just setting the XDG_CONFIG_HOME or HOME environment variables should be enough.

Closing this...