[PR #3239] [CLOSED] Allow skipping to next item in queue #3915

Closed
opened 2026-04-25 00:17:33 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3239
Author: @IcyTv
Created: 8/5/2024
Status: Closed

Base: masterHead: feature/next-book


📝 Commits (1)

  • 5229f79 Allow skipping to next item in queue

📊 Changes

4 files changed (+47 additions, -8 deletions)

View changed files

📝 client/components/player/PlayerPlaybackControls.vue (+16 -5)
📝 client/components/player/PlayerUi.vue (+27 -1)
📝 client/strings/de.json (+2 -1)
📝 client/strings/en-us.json (+2 -1)

📄 Description

This commit is as simple as it sounds: When the last chapter of an audiobook is playing, and the queue contains at least another item, the "Next Chapter" button instead skips to the next book.

I'm not all too familiar with this codebase, so if there are naming or coding conventions I'm ignoring, please feel free to correct this.
Also, since I almost exclusively use Audiobookshelf for audiobooks, I'm not sure of the terminology etc. when listening to podcasts and there might need to be some changes to accommodate podcasts.


🔄 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/pull/3239 **Author:** [@IcyTv](https://github.com/IcyTv) **Created:** 8/5/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/next-book` --- ### 📝 Commits (1) - [`5229f79`](https://github.com/advplyr/audiobookshelf/commit/5229f798051db46e1f617bb64f74d89d33a30217) Allow skipping to next item in queue ### 📊 Changes **4 files changed** (+47 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `client/components/player/PlayerPlaybackControls.vue` (+16 -5) 📝 `client/components/player/PlayerUi.vue` (+27 -1) 📝 `client/strings/de.json` (+2 -1) 📝 `client/strings/en-us.json` (+2 -1) </details> ### 📄 Description This commit is as simple as it sounds: When the last chapter of an audiobook is playing, and the queue contains at least another item, the "Next Chapter" button instead skips to the next book. I'm not all too familiar with this codebase, so if there are naming or coding conventions I'm ignoring, please feel free to correct this. Also, since I almost exclusively use Audiobookshelf for audiobooks, I'm not sure of the terminology etc. when listening to podcasts and there might need to be some changes to accommodate podcasts. --- <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-25 00:17:33 +02:00
adam closed this issue 2026-04-25 00:17:33 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3915