Skip to content

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:

play

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

Example

bookplayer://play

download

Downloads file specified from the specified URL

Example

bookplayer://download?url="https://link-to/your/file.mp3"

skipRewind

Triggers one skip back in time

Example

bookplayer://skipRewind

skipForward

Triggers one skip forward in time

Example

bookplayer://skipForward

sleep

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

Example

bookplayer://sleep?seconds=20

Clone this wiki locally