This patch implements a generic way of re-opening the player for the book you last listened to. This is especially handy when first opening the app and you can restart playback with a single click.
The player is opened only if no other book is already open in the player. It will not overwrite or replace playbacks or player already in progress.
The player is opened paused. No automatic playback since that could be really annoying.
🔄 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/574
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 2/11/2023
**Status:** ✅ Merged
**Merged:** 2/12/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `easy-continue-listening`
---
### 📝 Commits (2)
- [`ec704bf`](https://github.com/advplyr/audiobookshelf-app/commit/ec704bf501b39307d8907223644009b337771bf2) Easy way to play current audiobook
- [`40bda3d`](https://github.com/advplyr/audiobookshelf-app/commit/40bda3d48b1c2d25b96d576038576523aae4c708) Auto play podcast episode & check for local copy
### 📊 Changes
**2 files changed** (+39 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `components/app/AudioPlayerContainer.vue` (+2 -1)
📝 `pages/bookshelf/index.vue` (+37 -0)
</details>
### 📄 Description
This patch implements a generic way of re-opening the player for the book you last listened to. This is especially handy when first opening the app and you can restart playback with a single click.
The player is opened only if no other book is already open in the player. It will not overwrite or replace playbacks or player already in progress.
The player is opened paused. No automatic playback since that could be really annoying.
This closes #494
https://user-images.githubusercontent.com/1008395/218283320-511981e5-26ea-4ab2-a74b-ed8aaac743a9.mp4
---
<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/574
Author: @lkiesow
Created: 2/11/2023
Status: ✅ Merged
Merged: 2/12/2023
Merged by: @advplyr
Base:
master← Head:easy-continue-listening📝 Commits (2)
ec704bfEasy way to play current audiobook40bda3dAuto play podcast episode & check for local copy📊 Changes
2 files changed (+39 additions, -1 deletions)
View changed files
📝
components/app/AudioPlayerContainer.vue(+2 -1)📝
pages/bookshelf/index.vue(+37 -0)📄 Description
This patch implements a generic way of re-opening the player for the book you last listened to. This is especially handy when first opening the app and you can restart playback with a single click.
The player is opened only if no other book is already open in the player. It will not overwrite or replace playbacks or player already in progress.
The player is opened paused. No automatic playback since that could be really annoying.
This closes #494
https://user-images.githubusercontent.com/1008395/218283320-511981e5-26ea-4ab2-a74b-ed8aaac743a9.mp4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.