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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:media_btn📝 Commits (3)
043a73ahandle media button: seekBackward and seekForward4bb173cdo not delete ServerUrl when connect fail79fd1f8Update 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.
do not delete ServerUrl:
In the case of poor network, app fails to connect the server, then the
ServerUrlwill be deleted.We have to set
ServerUrland login again.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.