Nate Adams
cdd9800dff
feat: Add chapter-relative MediaSession position state
...
When "Use chapter track" is enabled, the Media Session API now reports
duration and position relative to the current chapter instead of the
full audiobook. This makes the OS lock screen/notification scrubber
span only the current chapter.
- Call setPositionState() with chapter-relative values
- Map OS seek requests back to absolute file position
- Update metadata with chapter title on chapter change
- Fall back to full-file behavior when setting is disabled
2026-02-22 20:03:06 -07:00
advplyr
cafd92e206
Fix item edit modal show next/prev arrows when opening from Files or Match context menu item #4718
2025-10-08 14:52:14 -05:00
Tobias Berger
5ef632a7eb
Replace some SVG icons with material-symbols
2025-08-01 09:20:34 +02:00
Felix
d9f2d8bf1d
Update SideRail.vue
...
Changed cursor at version to pointer
2025-07-24 13:57:26 +02:00
advplyr
e201247d69
Handle socket re-authentication, fix socket toast to be re-usable, socket cleanup
2025-07-06 11:07:01 -05:00
advplyr
af1ff12dbb
Add get all, update and delete endpoints. Add api keys config page
Run Component Tests / Run Component Tests (push) Waiting to run
Verify all i18n files are alphabetized / update_translations (push) Waiting to run
Integration Test / build and test (push) Waiting to run
Run Unit Tests / Run Unit Tests (push) Waiting to run
2025-06-30 11:32:02 -05:00
advplyr
0ed6045d1e
Add support for searching podcast episode titles #3301
2025-05-15 17:16:15 -05:00
advplyr
fc33da447a
Remove unused album component
2025-05-09 17:13:17 -05:00
advplyr
ddf2ca3670
Update item image in audio player when updated on item #4025
CodeQL / Analyze (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
Run Component Tests / Run Component Tests (push) Has been cancelled
2025-04-01 17:32:21 -05:00
mikiher
ca7852171b
Merge branch 'advplyr:master' into tailwind-4-migration
2025-03-20 13:06:04 +02:00
advplyr
3b7db82bf0
Update bulk download to not open in new tab
2025-03-18 17:33:46 -05:00
Vito0912
0a9a846a33
added download to frontend
2025-03-17 19:56:42 +01:00
mikiher
30db5d50fb
Tailwind V4 migration initial commit
2025-03-16 16:41:37 +02:00
advplyr
3d5c02ae7c
Merge pull request #4037 from mikiher/route-to-library-if-last-issue-removed
...
Route from Issues to Library page after last issue was removed
2025-02-23 17:00:57 -06:00
mikiher
6c0e42db49
Route from Issues to Library if last issue is removed
2025-02-23 18:06:36 +02:00
Mike Smith
799879d67d
prevent long author strings from pushing the player controls down by truncating ( #3944 )
...
* prevent long author strings from pushing the player controls down by truncating
* move truncate to single author, instead of the main container
2025-02-21 17:45:29 -06:00
advplyr
f04ef320aa
Restore scroll position on title change re-sort
2025-02-19 17:12:19 -06:00
mikiher
2e8cb46c57
Resort title-sorted bookshelf after title change
2025-02-19 21:04:07 +02:00
advplyr
c4d99a118f
Fix chapter end sleep timer sometimes not stopping #3969
2025-02-14 16:24:39 -06:00
advplyr
36ef675556
Fix edit episode next/prev buttons showing when editing from home page
2025-02-08 13:05:50 -06:00
Nicholas Wallace
8974c582fc
Add: collection and playlist link to guide
2025-01-29 22:46:53 -07:00
advplyr
45aaaf9f0b
Pass ChapterInfo to media session
2025-01-28 09:47:26 -06:00
advplyr
32b886a0c3
Update bookmark modal to scale with playback rate #3728
2025-01-16 17:06:06 -06:00
advplyr
86809dcc62
Update audio player to pass chapterInfo to media session API
2025-01-01 09:02:31 -06:00
advplyr
4d8501c347
Update skeleton card to have box shadow, fix last row of skeleton cards
2024-12-26 16:34:25 -06:00
mikiher
780c0dcb99
Merge branch 'master' into lazy-bookshelf-optimizations
2024-12-21 17:50:51 +02:00
mikiher
921880445a
Introduce static skeleton cards
2024-12-21 17:42:32 +02:00
advplyr
71b943f434
Update mobile toolbar nav to show queue for podcast libraries #3719
2024-12-18 17:44:46 -06:00
mikiher
ba55413e63
LazyBookshelf optimizations
2024-12-16 19:21:44 +02:00
advplyr
e616b53877
Accessibility update for book & series cards, home page shelf scroll #2268 #3699
2024-12-12 16:51:36 -06:00
advplyr
eab86f90a8
Accessibility update for config side nav and modal, set focus on modal content on open
2024-12-12 15:16:49 -06:00
advplyr
f97389cb2b
More accessibility updates: adding roles for toolbars, bookshelf cards, author sort #2268 #3699
2024-12-11 17:24:48 -06:00
advplyr
4610e58337
Update:Home shelf labels use h2 tag, play & edit buttons overlaying item page updated to button tag with aria-label for accessibility #3699
2024-12-09 17:24:21 -06:00
Greg Lorenzen
53fdb5273c
Remove player settings modal from MediaPlayerContainer
2024-11-26 04:04:55 +00:00
advplyr
6905b288d2
Fix:Latest version displayed when update is available
2024-10-26 14:57:04 -05:00
Nicholas W
9327331ee9
Localization updates for 2.15.0 ( #3520 )
...
* Add: episode edit dropdowns
* Update: lazy episode table and row
* Various string updates
* Batch quick match strings
* Author card strings
* Update translation key for quick match episodes confirm
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-17 17:03:08 -05:00
advplyr
64b78b5822
Move pagination limit/page query param validation to middleware & check for positive integer
2024-10-06 16:29:30 -05:00
advplyr
8ba17db877
Fix authors button in SideRail selected
2024-10-06 15:58:23 -05:00
mikiher
0bdc2fb05e
Move authors to lazyBookshelf
2024-10-06 18:25:08 +03:00
advplyr
562c30cff4
Replace failed to update toasts with one generic string
2024-09-29 17:53:52 -05:00
advplyr
12bce48ef5
Update:Home page refetch items when scanning in first items
2024-09-18 15:30:24 -05:00
advplyr
423a2129d1
Update:Format number for entity total in bookshelf toolbar #3370
2024-09-06 17:01:48 -05:00
advplyr
0344a63b48
Clean out old unused objects
2024-09-03 17:04:58 -05:00
Nicholas W
f0e70ed27b
Translation strings added ( #3304 )
...
* Update: `pages/items/_id` toast messages
* Update: account modal strings
* Update: audio file data modal strings
* Update: sleep timer set string
* Update: loading indicator string
* Update: lazy book card strings
* Reorder keys
* Fix: syntax error in LazyBookCard
* Fix: json ordering
* Fix: fix double message definition
* Update: login form toast strings
* Update: batch delete toast
* Update: collection add toast messages
* Replace: toasts in BookShelfToolbar
* Update: playlist edit toasts
* Update: Details tab
* Add: title required string
* Update: ereader toasts
* Update: author toasts, title and name required toasts
* Clean up "no updates" strings
* Change: slug strings
* Update: cover modal toasts
* Change: cancel encode toasts
* Change: failed to share toasts
* Simplify: "renameFail" and "removeFail" toasts
* Fix: ordering
* Change: chapters remove toast
* Update: notification strings
* Revert: loading indicator (error in browser)
* Update: collectionBooksTable toast
* Update: "failed to get" strings
* Update: backup strings
* Update: custom provider strings
* Update: sessions strings
* Update: email strings
* Update sort display translation strings, update podcast episode queue strings to use translation
* Fix loading indicator please wait translation
* Consolidate translations and reduce number of toasts
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-08-30 17:47:49 -05:00
advplyr
1320b6d785
Add:Next chapter button plays next item in queue #3299
2024-08-17 13:32:00 -05:00
advplyr
f9f89e1e51
Update material symbols icon font
...
- only include Material Symbols Rounded
- Replace some ligatures with codepoint so loading isnt as ugly/shifting
2024-08-16 16:57:17 -05:00
mikiher
bcb0bc75c9
Fix: add back expand/collapse sub series in selected series page
2024-08-15 10:27:02 +03:00
advplyr
6c872263c6
Fix:Show changelog when clicking version on config side rail #3232
2024-08-04 12:30:18 -05:00
advplyr
43d6c6678f
Add:Random library sorting option for libraries and series #3166
...
- Fixed author sort and match button not showing
2024-07-25 16:10:42 -05:00
advplyr
2998d3ba6a
Merge pull request #3160 from glorenzen/home-page-ultrawide-support
...
Add ultrawide support for home page
2024-07-15 16:30:44 -05:00