spotispy icon indicating copy to clipboard operation
spotispy copied to clipboard

Spotispy 0.0.9 index.html in Chrome

Open muuud opened this issue 7 years ago • 2 comments

I can successfully run spotispy 0.0.9 from source code on a Mac, using npm (though I had to unblock http://open.spotify.com/ from my hosts file), and am trying to figure out how to cast the app to a chromecast, to display the album artwork on my Tv. My first though was to try and open the index file in a Chrome tab and then mirror it, but when I do that it simply says, "Waiting for Spotify..." and I am assuming this is because the javascript fails to run properly. Any one have any suggestions for a fix to getting spotispy open in chrome?

muuud avatar Feb 10 '18 19:02 muuud

How were you able to unblock it from the host file?

raksdewji avatar Feb 13 '18 23:02 raksdewji

Spotispy uses Electron's IPC to interface with the UI. You could write an HTTP API for main.js to accomplish this.

tma02 avatar Feb 14 '18 20:02 tma02