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

Cursor and controlling spotify #3

Open simplecomputer opened 8 years ago

simplecomputer commented 8 years ago

Awesome application.

I would appreciate for the cursor to still be visible when the application is open. In its current state it disappears when you hover over the window which can be kinda confusing. Also, it would be cool if you could skip and pause songs from the within the Spotispy application itself.

iantra commented 7 years ago

I think adding a fadeout timer for the cursor youtube-style shouldn't be too difficult, I'll give it a shot when I have a bit more time. As for the spotify controls, it would be really hard to make something that interfaces directly with spotify itself, since that would require your login information and a more in-depth use of the spotify API. What I can try, however, is having the app send multimedia playback commands back to the OS sort of like a keyboard, not sure if it'll be possible but worth looking into I guess, also when I get some more free time.