[PR #12] [MERGED] Media button & connect fail #1370

Closed
opened 2026-04-24 23:58:00 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/12
Author: @svdztn
Created: 10/3/2021
Status: Merged
Merged: 10/3/2021
Merged by: @advplyr

Base: masterHead: media_btn


📝 Commits (3)

  • 043a73a handle media button: seekBackward and seekForward
  • 4bb173c do not delete ServerUrl when connect fail
  • 79fd1f8 Update cover art urls

📊 Changes

6 files changed (+102 additions, -9 deletions)

View changed files

📝 Server.js (+1 -1)
📝 android/app/src/main/java/com/audiobookshelf/app/MyNativeAudio.kt (+0 -1)
📝 android/app/src/main/java/com/audiobookshelf/app/PlayerNotificationService.kt (+82 -3)
📝 components/app/StreamContainer.vue (+7 -2)
📝 components/cards/BookCover.vue (+6 -1)
📝 pages/audiobook/_id/index.vue (+6 -1)

📄 Description

handle media button:

SeekBackward is often used, so I remap the button of headset.

  • button NEXT to seekBackward
  • button PREVIOUS to seekForward
  • double click button PLAY/PAUSE to seekBackward

do not delete ServerUrl:

In the case of poor network, app fails to connect the server, then the ServerUrl will be deleted.
We have to set ServerUrl and login again.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/12 **Author:** [@svdztn](https://github.com/svdztn) **Created:** 10/3/2021 **Status:** ✅ Merged **Merged:** 10/3/2021 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `media_btn` --- ### 📝 Commits (3) - [`043a73a`](https://github.com/advplyr/audiobookshelf-app/commit/043a73ad0e5b1a06c465e744f41559be3222f4a7) handle media button: seekBackward and seekForward - [`4bb173c`](https://github.com/advplyr/audiobookshelf-app/commit/4bb173c152f14a91c14969a2922e394c31693436) do not delete ServerUrl when connect fail - [`79fd1f8`](https://github.com/advplyr/audiobookshelf-app/commit/79fd1f8f8529fa201ce1bd24fbd2d4bdced10ef6) Update cover art urls ### 📊 Changes **6 files changed** (+102 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Server.js` (+1 -1) 📝 `android/app/src/main/java/com/audiobookshelf/app/MyNativeAudio.kt` (+0 -1) 📝 `android/app/src/main/java/com/audiobookshelf/app/PlayerNotificationService.kt` (+82 -3) 📝 `components/app/StreamContainer.vue` (+7 -2) 📝 `components/cards/BookCover.vue` (+6 -1) 📝 `pages/audiobook/_id/index.vue` (+6 -1) </details> ### 📄 Description ### handle media button: SeekBackward is often used, so I remap the button of headset. - button NEXT to seekBackward - button PREVIOUS to seekForward - double click button PLAY/PAUSE to seekBackward ### do not delete ServerUrl: In the case of poor network, app fails to connect the server, then the `ServerUrl` will be deleted. We have to set `ServerUrl` and login again. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:00 +02:00
adam closed this issue 2026-04-24 23:58:01 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1370