Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Phat^Trance

macrumors 6502a
Original poster
Aug 9, 2009
519
41
Is there a way to be able to forward / rewind XX seconds with keyboard shortcut in a song on spotify, even when the spotify window is minimized?
 

BrianBaughn

macrumors G3
Feb 13, 2011
9,720
2,462
Baltimore, Maryland
The "Seek Forward" menu command works when the Spotify window is minimized. It just doesn't work if Spotify isn't the app you are currently "using" (Spotify name on menubar).

There might be a method to control Spotify in the background using a third-party app such as "Keyboard Maestro" but I'm not sure.
 

Phat^Trance

macrumors 6502a
Original poster
Aug 9, 2009
519
41
The "Seek Forward" menu command works when the Spotify window is minimized. It just doesn't work if Spotify isn't the app you are currently "using" (Spotify name on menubar).

There might be a method to control Spotify in the background using a third-party app such as "Keyboard Maestro" but I'm not sure.

That is what i want, to be able to seek forward on spotify while im browsing the internet via Chrome etc :)
 

Phat^Trance

macrumors 6502a
Original poster
Aug 9, 2009
519
41
Man, ive been searching for a solution for this for a while now, not sure if im bad at searching or that there arnt any.

Any one knows if there is a plugin or app that allows me to fast forward / rewind XX seconds in Spotify via keyboard shortcut globally on mac?
 

BrianBaughn

macrumors G3
Feb 13, 2011
9,720
2,462
Baltimore, Maryland
I think it might be possible with scripting (one for FF and another for RW) and jumping through a LOT of system permissions to let the scripts control things. Then…assigning key combos to run them.

Maybe someone can run this down. I know that these scripts will actually do the FF and RW…when given permission:

FF:

AppleScript:
tell application "System Events" to tell process "Spotify"
    click menu item "Seek Forward" of menu 1 of menu bar item "Playback" of menu bar 1
end tell

RW:

AppleScript:
tell application "System Events" to tell process "Spotify"
    click menu item "Seek Backward" of menu 1 of menu bar item "Playback" of menu bar 1
end tell
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.