RESTful API for simple seek forward/backward for Foobar2000 #259
planetrocky
started this conversation in
Ideas
Replies: 1 comment
-
Hi,
For example for seeking forward for 5s you can use {"relativePosition":5} All |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It would be amazing to have a method to simply seek forward/backward X seconds of a track.
Foobar2000 has main->Playback->Seek->[Back|Ahead][1s|5s|10s|30s|60s|120s|300s|600s]
I listen to podcasts and often want to rewind, or skip forward.
There is
GET /player
for player-state, andPOST /player
, which is possible to use, but requires knowing, volume setting, units, current play position, etc.An API for something like
POST /seek
would be awesome :) Then I can easily dedicate two buttons on my Stream Deck to Seek Back and Seek Ahead.Beta Was this translation helpful? Give feedback.
All reactions