sofianeh

Keyboard shortcut to star the playing song

Status: Good Idea, give it some kudos
by sofianeh on ‎18-03-2012 12:45 AM

By just hitting (s) or (*) key

Comments
by DannyAsher on ‎24-07-2012 07:52 PM
Please implement this!
by LeoStorch on ‎26-07-2012 05:18 PM

I also want this implemented!

by JorjGaidin on ‎27-07-2012 04:39 PM

PLEASE!!!!!!!! Why is this so hard to implement?  Even if you could just make it a menu item, we could create a shortcut for it!

by zelloxy on ‎30-07-2012 08:33 PM

I'd love this feature as well. Perfect for when for example coding, playing etc. <3

by ObviouslySubtle on ‎23-08-2012 06:47 PM

The only reason I even use spotify is because the universal keyboard shortcuts provided by toastify but I need the ability to star tracks as I work the same way I do with any other music player.

by ObviouslySubtle on ‎23-08-2012 07:08 PM

Use this as a Auto HotKey script:

#h::
WinWait, Spotify,
IfWinNotActive, Spotify, , WinActivate, Spotify,
WinWaitActive, Spotify,
MouseClick, left,  67,  140
Sleep, 100
MouseClick, left,  236,  152
Sleep, 100
return

by moench on ‎28-10-2012 11:16 PM

I would also love this feature myself. I'm constantly using "star" to pick tracks I like from all the new albums I listen to, in effort to make my starred playlist all of the best songs of albums I have listened to over time. Each new album I listen through I make a call whether to star or not in this process. 

 

Anyway, the above script didn't work, but this did for me:

 

http://superuser.com/questions/324416/any-spotify-tweaks-with-keyboard-shortcut-to-star-tracks

 

Pasted below:

CoordMode, Mouse, Relative
;star currently playing
+^l::
SpotifyWinHeight = 1050 ;set to 1080 - 30 for small taskbar size, just in case WinGetPos doesn't work for some reason
WinGetActiveTitle, CurWindow
WinActivate Spotify
WinWaitActive Spotify
WinGetPos,  ,  ,  , SpotifyWinHeight, Spotify
;          X  Y  W  H, we don't care about anything but height
RightClickTarget := SpotifyWinHeight - 250
ContextMenuTarget := RightClickTarget + 110
MouseMove, 100, %RightClickTarget%
Click Right
Sleep, 50
MouseMove, 180, %ContextMenuTarget%
Sleep, 50
Click
WinActivate %CurWindow%
return
by Community Manager on ‎21-11-2012 11:12 AM
Status changed to: Good Idea, give it some kudos
 
by stevewinton on ‎28-02-2013 02:05 PM

I've written a Python script which will "star" a given track, using libspotify: https://github.com/swinton/starrify

 

Seems like it should be fairly straightforward to grab what's currently playing, via the Spotify AppleScript dictionary, and feed this to the script, and then assign a global keyboard shortcut, e.g. using an Alfred keyboard shortcut.

 

Anyone fancy giving it a go?

by D-elias on ‎28-03-2013 04:21 AM

I can not even sign in with facebook to get an api key to use starrify.link

Announcements
Please bear in mind that the Community is not an official Spotify support service. It's a place where we all help each other, whether we work for Spotify or not. So please use your discretion when using the forum.
Labels
Top Kudoed Authors
User Kudos Count
2754
2181
1825
1802
1712