SpotifyControl
SpotifyControl copied to clipboard
forward/rewind not working as intended
When attempting to use spotify forward 5
it instead jumps to 5s into the current track. When attempting to use spotify rewind 5
it instead restarts the track at the beginning (ie: jumps to 0s).
$ spotify forward 5
Jumped to 0min 5s
$ spotify rewind 5
Jumped to 0min 0s
Here's a better example using chained commands:
$ spotify info && spotify forward 5 && spotify info
Current track:
Artist: Lusine
Track: Witness
Album: Sensorimotor
URI: spotify:track:2EYw1867TIkTOHLWXYh7r4
Duration: 4min 23s (263 seconds)
Now at: 2min 16s
Player: playing
Volume: 93
Jumped to 0min 5s
Current track:
Artist: Lusine
Track: Witness
Album: Sensorimotor
URI: spotify:track:2EYw1867TIkTOHLWXYh7r4
Duration: 4min 23s (263 seconds)
Now at: 0min 5s
Player: playing
Volume: 93```