[PR #3892] [MERGED] Add adjustable increment and decrement value for playback rate #4112

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3892
Author: @glorenzen
Created: 1/25/2025
Status: Merged
Merged: 1/27/2025
Merged by: @advplyr

Base: masterHead: feat/adjustable-playback-speed-increment-decrement


📝 Commits (5)

  • 3eefe93 Add user setting value for playbackRateIncrementDecrement
  • 7c4bcfb Add dropdown to player settings modal to set the playbackRateIncrementDecrement amount
  • 1ea1e60 Add string for LabelPlaybackRateIncrementDecrement
  • f258782 Handle playback rate increment and decrmenet value in UI
  • e701a0a Update playback rate display value number of decimals

📊 Changes

5 files changed (+41 additions, -15 deletions)

View changed files

📝 client/components/controls/PlaybackSpeedControl.vue (+21 -10)
📝 client/components/modals/PlayerSettingsModal.vue (+12 -2)
📝 client/components/player/PlayerUi.vue (+6 -3)
📝 client/store/user.js (+1 -0)
📝 client/strings/en-us.json (+1 -0)

📄 Description

This adds a new user setting that allows changing how much the playback rate increments or decrements (0.1 or 0.05).
Related to a request on #3556

image


🔄 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/3892 **Author:** [@glorenzen](https://github.com/glorenzen) **Created:** 1/25/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `feat/adjustable-playback-speed-increment-decrement` --- ### 📝 Commits (5) - [`3eefe93`](https://github.com/advplyr/audiobookshelf/commit/3eefe937d947d74c55bfa209c77395a400422792) Add user setting value for playbackRateIncrementDecrement - [`7c4bcfb`](https://github.com/advplyr/audiobookshelf/commit/7c4bcfb4f965f88e862c7c8d0da15c1f3b44f439) Add dropdown to player settings modal to set the playbackRateIncrementDecrement amount - [`1ea1e60`](https://github.com/advplyr/audiobookshelf/commit/1ea1e60d4bcb088279eb5a2e762d1ca804605c13) Add string for LabelPlaybackRateIncrementDecrement - [`f258782`](https://github.com/advplyr/audiobookshelf/commit/f258782e2e00fc8c68a901bb93d0ffab37f3c7eb) Handle playback rate increment and decrmenet value in UI - [`e701a0a`](https://github.com/advplyr/audiobookshelf/commit/e701a0a32e6d2ab1d51fbedd73c4bedcd12e90bf) Update playback rate display value number of decimals ### 📊 Changes **5 files changed** (+41 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `client/components/controls/PlaybackSpeedControl.vue` (+21 -10) 📝 `client/components/modals/PlayerSettingsModal.vue` (+12 -2) 📝 `client/components/player/PlayerUi.vue` (+6 -3) 📝 `client/store/user.js` (+1 -0) 📝 `client/strings/en-us.json` (+1 -0) </details> ### 📄 Description This adds a new user setting that allows changing how much the playback rate increments or decrements (0.1 or 0.05). Related to a request on #3556 ![image](https://github.com/user-attachments/assets/17ed80ed-5e81-470f-a840-f0260b838aca) --- <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:18:21 +02:00
adam closed this issue 2026-04-25 00:18:21 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4112