[PR #574] [MERGED] Easy way to play current audiobook #1457

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

📋 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: masterHead: easy-continue-listening


📝 Commits (2)

  • ec704bf Easy way to play current audiobook
  • 40bda3d Auto 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.

## 📋 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>
adam added the pull-request label 2026-04-24 23:58:37 +02:00
adam closed this issue 2026-04-24 23:58:37 +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#1457