-
-
Notifications
You must be signed in to change notification settings - Fork 231
URL scheme
Gianni Carlo edited this page Feb 24, 2025
·
4 revisions
Our url scheme is the following:
bookplayer://
We currently support the following actions:
Resumes playback of the last book played. This action has three optional parameters
-
showPlayer
- determines if the app should show the player screen -
autoplay
- if you set this to false, it won't actually play -
identifier
- relative path to the book you want to play
bookplayer://play
Downloads file specified from the specified URL
bookplayer://download?url="https://link-to/your/file.mp3"
Triggers one skip back in time
bookplayer://skipRewind
Triggers one skip forward in time
bookplayer://skipForward
Configures the Sleep Timer, with the specified seconds
parameter
Accepted values for seconds
:
-
-2
, sets timer until the end of current chapter -
-1
, cancels the timer - Any value greater than
0
, sets timer with that time
bookplayer://sleep?seconds=20