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?
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.
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
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