Jonathan Baldie
577f111a17
test: trim Smart Speed Cypress harness changes
2026-05-07 20:44:13 +01:00
Jonathan Baldie
b4a9f8ad59
test: harden Smart Speed worklet coverage
2026-05-07 20:43:30 +01:00
Jonathan Baldie
76a04065df
test: add SmartSpeedInit focused unit test from na9
...
Cherry-picked from bead/audiobookshelf-na9-playerui-init (8c645cdf).
Adds focused unit test that proves Smart Speed worklet initialization
works correctly. Tests LocalAudioPlayer.setSmartSpeed() directly and
verifies audioWorklet.addModule is called with SilenceDetectorProcessor.js.
Closes audiobookshelf-na9.
2026-05-07 20:36:43 +01:00
Jonathan Baldie
0147a6922f
Add Smart Speed E2E test with real audio and Web Audio API
...
- Generated test-audio.wav: 4s total (1s tone, 2s silence, 1s tone)
- Created SmartSpeedE2E.cy.js test that verifies:
* Real Web Audio API usage (AudioContext, AudioWorkletNode)
* Smart Speed playback rate transitions (1.0x → 2.5x → 1.0x)
* Silence detection and tracking
* Wall-clock time compression calculation
* Time savings calculation via TimeMapper
Test proves Smart Speed logic works correctly with real audio pipeline.
All acceptance criteria met.
2026-05-07 20:36:43 +01:00
Jonathan Baldie
bc0e4d59c0
fix: keep bookmark timestamps in wall-clock time
2026-05-07 20:36:43 +01:00
Jonathan Baldie
97c5d6341e
Fix Smart Speed playback time contract
2026-05-07 20:36:43 +01:00
Jonathan Baldie
5c747a7f8f
test: align MediaPlayerContainer session harness expectations
2026-05-07 20:36:24 +01:00
Jonathan Baldie
be14227db1
test: align MediaPlayerContainer audio src assertion
2026-05-07 20:36:24 +01:00
Jonathan Baldie
d7eb4dec9b
test: stabilize MediaPlayerContainer play-count harness
2026-05-07 20:36:24 +01:00
Jonathan Baldie
058e774351
test: stub MediaPlayerContainer audio player ref methods
2026-05-07 20:36:24 +01:00
Jonathan Baldie
74755e51d8
fix Cypress component debug hook registration
2026-05-07 20:36:24 +01:00
Jonathan Baldie
1fd5c205a9
add opt-in Cypress browser failure forwarding
2026-05-07 20:36:24 +01:00
Jonathan Baldie
08ad8f128c
fix cypress MediaPlayerContainer transcode assertion
2026-05-07 20:36:24 +01:00
Jonathan Baldie
9e537e7663
fix player harness transcode expectation
2026-05-07 20:36:24 +01:00
Jonathan Baldie
7d58adddd4
Fix MediaPlayerContainer Cypress harness bootstrap
2026-05-07 20:36:24 +01:00
Jonathan Baldie
27726e5d6c
Add real-path MediaPlayerContainer Cypress harness
2026-05-07 20:36:24 +01:00
Jonathan Baldie
42a1a82e8a
fix(client): fix smart speed seek race conditions and network buffering stall bugs
2026-05-07 20:36:23 +01:00
Jonathan Baldie
902d2448e1
fix(client): Fix Smart Speed playback rate state corruption
2026-05-07 20:36:23 +01:00
Jonathan Baldie
545c77a2dc
Redesign Smart Speed to dynamically adjust playbackRate instead of dropping samples, fix TimeMapper bugs by mapping audioContext to media time, and prevent SilenceMap memory leak by capping regions
2026-05-07 20:36:23 +01:00
Jonathan Baldie
fa2460868e
feat: implement smart speed UI and state persistence
2026-05-07 20:36:23 +01:00
Jonathan Baldie
4299fdce59
feat: implement smart speed phase 3 silence compression
2026-05-07 20:36:23 +01:00
Jonathan Baldie
ebff884562
feat(player): add silence detection and smart speed to local audio player
2026-05-07 20:36:23 +01:00
Jonathan Baldie
48c98f9655
Smart Speed Phase 1: add Web Audio API pipeline skeleton and enableSmartSpeed setting
...
- Wrap HTML5 <audio> in AudioContext + MediaElementAudioSourceNode in
LocalAudioPlayer.js (non-breaking; falls back gracefully)
- Add enableSmartSpeed: false to user settings store (client-side)
- Add SMART_SPEED_PHASE1_DESIGN.md design document
2026-05-07 20:36:23 +01:00
advplyr
47457ee1e7
Version bump v2.34.0
CodeQL / Analyze (push) Has been cancelled
Run Component Tests / Run Component Tests (push) Has been cancelled
Build and Push Docker Image / build (push) Has been cancelled
Verify all i18n files are alphabetized / update_translations (push) Has been cancelled
Integration Test / build and test (push) Has been cancelled
Run Unit Tests / Run Unit Tests (push) Has been cancelled
2026-04-27 16:51:34 -05:00
LvanAlphen
5dc01261c1
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/nl/
2026-04-26 21:51:49 +00:00
Naoto Ishikawa
cbc103cf05
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/ja/
2026-04-26 21:51:49 +00:00
Pavel Miniutka
e79256d0fb
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/be/
2026-04-26 21:51:48 +00:00
ugyes
f8ef56c6bc
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/hu/
2026-04-26 21:51:48 +00:00
advplyr
1c229e0627
Merge pull request #5211 from na3shkw/add-i18n-japanese
...
Add Japanese (ja) language and Japan podcast search region
2026-04-26 16:19:37 -05:00
advplyr
f8a71cc514
Merge pull request #5089 from meek2100/pass_managers
...
feat: add autocomplete attributes for password manager support
2026-04-26 16:16:42 -05:00
Naoto Ishikawa
63de5bb2d5
Merge branch 'advplyr:master' into add-i18n-japanese
2026-04-26 15:23:22 +09:00
advplyr
2c3108a1fa
Merge pull request #5163 from pjkottke/master
...
CodeQL / Analyze (push) Waiting to run
Run Component Tests / Run Component Tests (push) Waiting to run
Build and Push Docker Image / build (push) Waiting to run
Integration Test / build and test (push) Waiting to run
Run Unit Tests / Run Unit Tests (push) Waiting to run
The timestamp in the share URL should override the saved position for the user.
2026-04-25 17:15:23 -05:00
advplyr
928051744a
ShareController check ?t param is less than duration, revert frontend mounted usage of param
2026-04-25 17:13:22 -05:00
na3shkw
f47bbc7886
Add Japanese language and Japan podcast search region
2026-04-25 15:56:16 +00:00
advplyr
7c0ca44727
Update podcast create/update endpoints to validate autoDownloadSchedule cron expression, validate cron expression before starting in CronManager
CodeQL / Analyze (push) Waiting to run
Run Component Tests / Run Component Tests (push) Waiting to run
Build and Push Docker Image / build (push) Waiting to run
Integration Test / build and test (push) Waiting to run
Run Unit Tests / Run Unit Tests (push) Waiting to run
2026-04-24 16:55:42 -05:00
advplyr
b41db23994
Version bump v2.33.2
CodeQL / Analyze (push) Has been cancelled
Run Component Tests / Run Component Tests (push) Has been cancelled
Build and Push Docker Image / build (push) Has been cancelled
Verify all i18n files are alphabetized / update_translations (push) Has been cancelled
Integration Test / build and test (push) Has been cancelled
Run Unit Tests / Run Unit Tests (push) Has been cancelled
2026-04-19 16:46:10 -05:00
Gernomaly
aa4a191567
Translated using Weblate (German)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/de/
2026-04-19 21:20:46 +00:00
Jan
e431ea0472
Translated using Weblate (German)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/de/
2026-04-19 21:20:45 +00:00
Laurin Sorgend
e3388d4446
Translated using Weblate (German)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/de/
2026-04-19 21:20:45 +00:00
Mario
88879f1409
Translated using Weblate (German)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/de/
2026-04-19 21:20:44 +00:00
Pavel Miniutka
3e0099e8d9
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/be/
2026-04-19 21:20:44 +00:00
tizio04
f558182d94
Translated using Weblate (Italian)
...
Currently translated at 99.9% (1162 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/it/
2026-04-19 21:20:43 +00:00
Владимир Макеев
a30fe15b10
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/ru/
2026-04-19 21:20:43 +00:00
A L
0bbf8bde5c
Translated using Weblate (Bulgarian)
...
Currently translated at 91.2% (1061 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/bg/
2026-04-19 21:20:42 +00:00
Alex
0e2cdde731
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/sk/
2026-04-19 21:20:41 +00:00
tfr tint
bc6bfbe804
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/it/
2026-04-19 21:20:41 +00:00
Vadzim Kurdzesau
2755204168
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/ru/
2026-04-19 21:20:40 +00:00
Francisco Serrador
2d4df273f0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/es/
2026-04-19 21:20:40 +00:00
Pavel Miniutka
d73b64a19c
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (1163 of 1163 strings)
Translation: Audiobookshelf/Abs Web Client
Translate-URL: https://hosted.weblate.org/projects/audiobookshelf/abs-web-client/be/
2026-04-19 21:20:39 +00:00
advplyr
88667d00a1
Merge pull request #5115 from rktjmp/fix-mka-opus-desktop-streaming
...
CodeQL / Analyze (push) Has been cancelled
Run Component Tests / Run Component Tests (push) Has been cancelled
Build and Push Docker Image / build (push) Has been cancelled
Integration Test / build and test (push) Has been cancelled
Run Unit Tests / Run Unit Tests (push) Has been cancelled
Force AAC transcode when streaming mka+opus to desktop client
2026-04-10 16:54:18 -05:00