Simon Slamka
ddd45ad5ba
feat(player): set right ctrl vol max to mpv's vol max if player==local ( #2198 )
2026-07-15 22:43:43 -07:00
Damien Erambert
5e79e385d9
Support using alt+click on prev/next to jump to previous/next album in queue ( #2220 )
2026-07-15 22:27:40 -07:00
jeffvli
b4e530ea07
support additional lyric layers ( #2211 )
2026-07-10 15:12:17 -07:00
jeffvli
57155e15ed
add missing album gain to Jellyfin ( #2199 )
2026-07-09 22:03:02 -07:00
Jeff
355b19c1cb
Add support for OpenSubsonic enhanced lyrics ( #2208 )
2026-07-09 21:32:05 -07:00
mannansainidev
0c89fea1ea
feat: add jukebox player engine for server-side playback ( #2109 )
...
* feat: add jukebox player engine for server-side playback
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-07-09 21:29:22 -07:00
jeffvli
37ada07ee2
add "stopped" playback state and event handlers
2026-06-29 20:23:46 -07:00
BlackHoleFox
94aa34f6b2
Improve Jellyfin playlist loading and modification performance times ( #2184 )
...
* Remove unneeded Fields from getPlaylistSongList
* Add optimized controller function for playlist addition duplication checks
* Remove Jellyfin People data handling
* move artist map inline
---------
Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com >
2026-06-29 05:21:04 +00:00
Kendall Garner
da445b815d
feat(genre): support sorting by track/album count
2026-06-28 19:39:32 -07:00
Norman
5ddbfcbfee
Highlight the playlist in the left panel on play ( #2025 )
...
* Fixed bad smart playlist field s
* first try to add playlist highlight
* Simplified calls
* Now works for grids too.
* Derive the playlist highlight from the currently-playing track's origin instead of a stale global field.
* addressed comments
2026-06-24 03:18:02 +00:00
jeffvli
61cc87e0b7
refactor song path replacement
...
- path replacement during runtime instead of during API normalization
- fix Navidrome API path not appending libraryPath which caused inconsistency between ND and Subsonic paths
2026-06-19 22:02:25 -07:00
Bram Johnson
16e00a0f9f
feat(playlists): add isMissing and isPresent operators to Navidrome smart playlist form ( #2149 )
2026-06-18 09:44:58 -07:00
Ryan Kupka
c301b14cb3
fix: recognize function keys F1–F24 when assigning hotkeys ( #2157 )
...
keyboardCodeToHotkeyKey had branches for Key*, Digit*, and Numpad* codes
but none for function keys, so KeyboardEvent.code values "F1".."F24"
returned null and the hotkey capture handler silently dropped them. This
made every function key unassignable (not just F13+ such as F21/F22).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-17 00:54:39 -07:00
keebsxd
2107d1c928
Added Graphic EQ and Compressor ( #1972 )
...
* Adding Graphic Eq and Compressor with presets
2026-06-16 00:38:40 -07:00
Pedro Vieira
880516069d
fix: preserve infinite list cache on component remount (fixes random sort reshuffling) ( #2097 )
...
* fix: preserve infinite list cache on component remount
When browsing with random sort, navigating to a detail view and coming
back would reshuffle the list. This happens because the list component
unmounts, losing its internal ref guard, and the reset effect re-fetches
all pages — returning a new random order from the server.
2026-06-09 11:21:02 -07:00
jeffvli
46b94a83f1
fix reportPlayback event chain ( #2131 )
...
- properly send stopped event on song change
- properly send both starting and playing evento n song change instead of only starting
2026-06-06 18:41:59 -07:00
Mathieu Lemay
0b537b07ee
Add zenburn theme ( #2112 )
2026-06-04 09:55:17 -07:00
jeffvli
c4da44a443
add playlist/artist image upload for jellyfin ( #2105 )
2026-06-03 00:07:31 -07:00
York
7e9a78898f
fix: punctuation hotkeys not captured ( #2091 )
2026-05-31 22:43:58 -07:00
Kendall Garner
6aab8d4121
fix(scrobble): use proper pause/unpause for seek, use ms for subsonic
2026-05-31 21:13:11 -07:00
York
08b4c620f2
Merge pull request #2082 from york9675/fix/spacebar
...
Fix playback hotkeys by preventing browser default
2026-05-31 14:36:53 +00:00
jeffvli
e206136156
add physical key mapping for useHotkeys to support alt keyboard languages ( #2051 )
2026-05-26 21:55:08 -07:00
jeffvli
0e5b3450dd
set ignoreScrobble, playbackRate as optional params
2026-05-25 13:26:11 -07:00
jeffvli
66cfab3b57
add playbackReport handler to Subsonic controller
2026-05-25 13:26:10 -07:00
jeffvli
0455d5bfb8
add reportPlayback server feature
2026-05-25 13:26:09 -07:00
jeffvli
112449576e
add OS reportPlayback endpoint and types
2026-05-25 13:26:09 -07:00
jeffvli
2759cfee97
Revert "fix NativeImage state causing crashes in table"
...
This reverts commit 4008c8dfdf .
2026-05-22 01:56:50 -07:00
jeffvli
4008c8dfdf
fix NativeImage state causing crashes in table
2026-05-19 21:03:28 -07:00
jeffvli
3d1095dbd8
adjust playlist folder design, add animations
2026-05-18 18:39:55 -07:00
jeffvli
5a3f2fe96f
set low image fetchpriority by default
2026-05-18 17:52:28 -07:00
jeffvli
fcd4c27fb8
support playlist folder drag/drop
2026-05-13 18:39:06 -07:00
Shawn
27a62a2a02
feat(sidebar): multi-level playlist folders with tree and navigation views ( #2017 )
...
Group playlists into folders using a configurable separator (default '/').
Three view modes:
- Single: first-level grouping only (original behavior)
- Tree: full recursive nesting with connecting lines (configurable indent and line color)
- Navigation: drill-down view with stacked breadcrumb chain
Folders are sorted before playlists at every level. New settings render as
indented sub-options under the master 'Enable folders' toggle.
2026-05-13 17:07:45 -07:00
jeffvli
4226da94ec
add Mantine progress component
2026-05-12 21:43:35 -07:00
jeffvli
6e634972c9
add transparent icon color variant
2026-05-12 21:43:27 -07:00
jeffvli
9bb38e1df3
apply additional name sort to RELEASE_DATE album list sort ( #2022 )
2026-05-12 19:48:03 -07:00
Jeff
e2a1d813a9
Use proper casing for i18n locales ( #1998 )
2026-05-11 19:42:07 -07:00
Felix Prillwitz
5d4547080d
Always use remote url for discord rpc image ( #2009 )
...
* add option to force remote url for api calls
* force remote url for discord rpc image
2026-05-07 21:13:34 -07:00
jeffvli
cc8910cfd6
add artistrating smart playlist field ( #2015 )
2026-05-07 21:08:57 -07:00
Norman
953494e9d0
Fixed bad smart playlist field s ( #2011 )
2026-05-07 20:46:48 -07:00
jeffvli
6be5818493
migrate to mantine v9
2026-04-28 21:02:27 -07:00
jeffvli
cc4e933c07
fix missing path replacement transformations
2026-04-16 00:29:13 -07:00
Ross
ca0a1569f8
Add everfrost dark and light themes ( #1934 )
...
Co-authored-by: Ross <ro@noirlab.edu >
2026-04-13 20:22:37 -07:00
jeffvli
6fc7b6b271
support image drop for upload
2026-04-06 11:41:33 -07:00
jeffvli
918f453066
support navidrome artist image upload/delete
2026-04-06 11:41:26 -07:00
jeffvli
37501f2983
remove automatic autosize, use dummy fill column instead
2026-04-05 09:06:03 -07:00
jeffvli
08ce8a4028
add nd v0.61.1 smart playlist fields
2026-04-05 02:38:40 -07:00
jeffvli
94886a2d5a
add system audio loopback for webaudio
2026-04-05 00:48:38 -07:00
jeffvli
a8954bfa2a
remove imageUrl in favor or imageId for artistInfo
2026-04-04 21:52:44 -07:00
Kendall Garner
a32fed3bcf
chore: upgrade dependencies ( #1906 )
...
* upgrade dependencies
* downgrade fast-average-color
2026-04-04 17:10:57 -07:00
jeffvli
feda1bb06f
remove square image param, default item id for image
2026-04-03 11:24:39 -07:00