Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forward/rewind not working as intended #34

Open
aodj opened this issue Jun 4, 2018 · 1 comment
Open

forward/rewind not working as intended #34

aodj opened this issue Jun 4, 2018 · 1 comment

Comments

@aodj
Copy link

aodj commented Jun 4, 2018

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
@aodj
Copy link
Author

aodj commented Jun 4, 2018

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```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant