Add skip ahead and chapter control on Android Auto #55

Open
opened 2026-04-24 23:04:57 +02:00 by adam · 6 comments
Owner

Originally created by @ghost on GitHub (Jan 7, 2022).

The android app works pretty well on Android auto, but skip 10s ahead and chapter control are disabled in the interface. It's actually pretty annoying if I read the hardcopy and need to skip ahead a couple chapters. Can those controls be made active?

Originally created by @ghost on GitHub (Jan 7, 2022). The android app works pretty well on Android auto, but skip 10s ahead and chapter control are disabled in the interface. It's actually pretty annoying if I read the hardcopy and need to skip ahead a couple chapters. Can those controls be made active?
Author
Owner

@advplyr commented on GitHub (Jan 7, 2022):

I couldn't find any documentation to implement this.
Overall the Android Auto developer experience has been poor. If you or anyone finds any info on how to do this it would be appreciated, I also use this feature a lot.

@advplyr commented on GitHub (Jan 7, 2022): I couldn't find any documentation to implement this. Overall the Android Auto developer experience has been poor. If you or anyone finds any info on how to do this it would be appreciated, I also use this feature a lot.
Author
Owner

@yourjelly commented on GitHub (Feb 17, 2022):

Before I made the comment in discord I tried looking for documentation of implementation, but was disappointed with what little I could find

@yourjelly commented on GitHub (Feb 17, 2022): Before I made the comment in discord I tried looking for documentation of implementation, but was disappointed with what little I could find
Author
Owner

@AwsomeFox commented on GitHub (Aug 26, 2022):

Added another request for control options https://github.com/advplyr/audiobookshelf-app/issues/333

Also since it was discussed in the pr I think the order of the custom android auto playback options is dependent on the order they're added in code. I can't find any docs to support this but 🤷

@AwsomeFox commented on GitHub (Aug 26, 2022): Added another request for control options https://github.com/advplyr/audiobookshelf-app/issues/333 Also since it was discussed in the pr I think the order of the custom android auto playback options is dependent on the order they're added in code. I can't find any docs to support this but 🤷
Author
Owner

@advplyr commented on GitHub (Aug 28, 2022):

Jump forward/backward buttons are added. Chapter control should be working for audiobooks with multiple mp3s but not yet working for single file m4b.
v0.9.57-beta

@advplyr commented on GitHub (Aug 28, 2022): Jump forward/backward buttons are added. Chapter control should be working for audiobooks with multiple mp3s but not yet working for single file m4b. [v0.9.57-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.57-beta)
Author
Owner

@JvdMaat commented on GitHub (Sep 16, 2024):

Bumping this up. I just converted my Audible library to m4b so I can listen through Audiobookshelf in my car using Android Auto. It's a slight step down from what my experience with Audible was. (No cover art, no chapters). Also, the audio pauses for other notifications but doesn't do a quick-rewind. So I sometimes end up manually rewinding so I can catch what was said.

@JvdMaat commented on GitHub (Sep 16, 2024): Bumping this up. I just converted my Audible library to m4b so I can listen through Audiobookshelf in my car using Android Auto. It's a slight step down from what my experience with Audible was. (No cover art, no chapters). Also, the audio pauses for other notifications but doesn't do a quick-rewind. So I sometimes end up manually rewinding so I can catch what was said.
Author
Owner

@stevenffrench commented on GitHub (Dec 10, 2024):

Good to know. Yes, I'm using almost entirely single file M4Bs with chapters. You might take a look at https://github.com/mattttvaughn/chronicle. The project has been without development for a couple of years, but it works pretty well for detecting/using chapters in M4Bs.

@stevenffrench commented on GitHub (Dec 10, 2024): Good to know. Yes, I'm using almost entirely single file M4Bs with chapters. You might take a look at https://github.com/mattttvaughn/chronicle. The project has been without development for a couple of years, but it works pretty well for detecting/using chapters in M4Bs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#55