tma02 / spotispy

Displays the album art from your currently playing Spotify track in full-screen.
http://tma02.github.io/spotispy/
MIT License
80 stars 21 forks source link

MAC-OS 0.0.9? #25

Closed natedog2424 closed 6 years ago

natedog2424 commented 6 years ago

Can you PLEASE make a working version for OS X! 0.0.8 doesn't work and there isn't an OS X app on 0.0.9

muuud commented 6 years ago

If you would still like to install 0.0.9 before the official release is out, it is quick and easy to install the app from the source code, though it requires you to run a few commands from terminal as well as having node.js (https://nodejs.org/en/) installed. I used version 8.9.4 LTS.

Simply download the source archive (https://github.com/tma02/spotispy/archive/master.zip), unzip the file into a folder, and navigate to that folder in terminal. Should be as simple as cd ~/Downloads/spotispy-master/ followed by the two commands required to install and start the application

npm install
npm start
natedog2424 commented 6 years ago

Thank you for the reply! When will an installer version be available?

muuud commented 6 years ago

No idea my friend, I just found this software yesterday. @tma02 is the developer

natedog2424 commented 6 years ago

Okay. Thanks for the quick reply and the detailed solution.