Kendall Garner
49c28299af
remove package.lock, make lint happy
2026-03-06 21:04:51 -08:00
Kendall Garner
0bb6fea3db
don't assume server exists in enable either
2026-03-06 20:59:13 -08:00
Kendall Garner
7027084394
fix(autosave): server isn't guaranteed to exist
2026-03-06 20:52:41 -08:00
Kendall Garner
7c4cbaad9a
feat(player): add server-side autosave capability
2026-03-06 20:01:35 -08:00
jeffvli
e603048a80
add settings override with env variables
2026-03-06 19:32:38 -08:00
jeffvli
9e08157517
add has_rating filter for Navidrome song list
2026-03-06 18:03:14 -08:00
jeffvli
ecbc03f052
add dummy onErrorPause handler for radio player
2026-03-04 22:39:46 -08:00
jeffvli
6ef9efc8bf
add 10s retry for playback on network err ( #1779 )
2026-03-04 22:32:33 -08:00
jeffvli
513e9e822d
attempt to fix viewport size for mobile browsers ( #1787 )
2026-03-04 21:51:04 -08:00
jeffvli
43c5cf4275
fix primary color css variable to use new shade value
2026-03-04 21:26:47 -08:00
Benjamin
41f1f376bc
feat: customizable item layout on fullscreen player ( #1769 )
...
* change container display to release type, readd badge styling to improve contrast
* make everything customizable
2026-03-04 21:23:14 -08:00
jeffvli
cad7fef454
add type assertion for primaryShade
2026-03-04 21:01:56 -08:00
jeffvli
93791aea15
add setting to override theme primary shade ( #1791 )
2026-03-04 20:58:30 -08:00
Kendall Garner
30685e7252
fix(subsonic): do favorite filter processing on artist favorite
2026-03-03 06:54:59 -08:00
Kendall Garner
12a398a65c
fix(server selector): better handling for large server/folder list
2026-03-02 22:30:14 -08:00
Kendall Garner
71360e37de
fix(favorites): filter favorite artists on favorite page for Jellyfin
2026-03-02 21:02:24 -08:00
Kendall Garner
f99b8ea9ee
feat(queue): add go to current button
2026-03-02 20:30:35 -08:00
Kendall Garner
2854b928f6
fix(player): handle items in the queue moved to next before current index
2026-03-02 20:05:01 -08:00
jeffvli
5f65aebe63
convert nd album rating filter to yes/no ( #1775 )
2026-02-27 19:30:33 -08:00
jeffvli
934851456b
prevent click propagation on detached queue button ( #1762 )
2026-02-27 00:53:09 -08:00
jeffvli
afca396654
attempt to fix mpv autoNext behavior ( #1768 )
2026-02-27 00:39:27 -08:00
Norman
eb8913479b
Add album grouping column ( #1722 )
...
* Add album grouping column
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-26 20:34:55 -08:00
Alexander Welsing
4918b412b2
Album radio ( #1759 )
...
* added album radio feature
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-26 20:33:00 -08:00
jeffvli
a78f5803a5
fix mediasession play hotkey on after pause on web ( #1758 )
...
- chrome (and other browsers) determine that the audio element is inactive if the volume is set to 0 when paused, leading to the resume (play) mediasession event to no longer be available
2026-02-26 01:11:24 -08:00
jeffvli
61616dd2b9
move remote hook to global scope ( #1752 )
2026-02-24 00:45:43 -08:00
jeffvli
ceef7964af
add originalyear to smart playlist filters ( #1746 )
2026-02-24 00:34:07 -08:00
jeffvli
ec12e89653
fix missing blur config from expanded album image
2026-02-23 23:48:56 -08:00
Lyosha
e5f99af43b
Fix image resolution setting value checking ( #1741 )
2026-02-20 13:10:26 -08:00
Kendall Garner
a377eae2f4
fix(build): do not add hash to favicon and assets
2026-02-20 08:48:36 -08:00
Kendall Garner
0741351318
fix(share): only copy to clipboard if available and secure
2026-02-19 19:55:10 -08:00
jeffvli
5039012fcb
catch errors on desktop scrobble notification failure ( #1723 )
2026-02-18 20:54:31 -08:00
jeffvli
75af57a7b3
use correct player seek event for mpris updater ( #1740 )
2026-02-18 20:37:18 -08:00
jeffvli
9027eee99f
fix lyrics type in player sidebar
2026-02-18 20:28:14 -08:00
jeffvli
50fe373f1e
simplify lyrics implementation
...
- removes complex lyrics fetch and override logic, and instead uses a single query as a source of truth for the lyrics
- properly handles loading state, invalidation, and refetch
2026-02-18 20:25:52 -08:00
Alexander Welsing
2c546867a8
change "Fields" query parameter to array ( #1733 )
...
* change "Fields" query parameter to array
* platformToTarget.key() -> to array
2026-02-17 18:45:31 -08:00
Kendall Garner
9dad934a40
transcode player bar waveform
2026-02-17 14:30:26 -08:00
libussa
7656e84c20
fix stale SERVER_URL when changing env var in Docker ( #1714 )
...
settings.js (which injects SERVER_URL into the browser) was served
without Cache-Control headers, causing Cloudflare and other reverse
proxies to cache the old value indefinitely. Additionally, when
SERVER_LOCK is enabled, the persisted server URL in localStorage was
never compared against the current window.SERVER_URL, so same-browser
sessions kept using the old server even after settings.js was updated.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 12:44:29 -08:00
Kendall Garner
c524e8d3b7
fix(left-controls): use joined artsts instead of array by artist id
2026-02-16 07:52:36 -08:00
jeffvli
91ac36c835
fix Subsonic root folder condition ( #1686 )
...
- some older subsonic servers used numeric ids which causes the rootFolderId regex to fail which resulted in the getFolder endpoint to always attempt to fetch the root
2026-02-13 23:03:24 -08:00
jeffvli
503e4b2bac
fix list refresh not working on discography/genre pages
2026-02-13 21:38:12 -08:00
jeffvli
c39ddc3b45
refactor PlaylistQueryEditor to new file
2026-02-13 21:05:37 -08:00
jeffvli
1163c4ad5e
add JSON editor for playlist query builder ( #1711 )
2026-02-13 21:05:34 -08:00
jeffvli
e497734c07
allow all rule groups to be empty ( #1710 )
2026-02-13 20:26:58 -08:00
Kendall Garner
77fef33cbf
improve album artist favorite performance and search ( #1709 )
...
* improve album artist favorite performance and search
* adjust top songs / favorite songs sections
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-13 20:13:28 -08:00
jeffvli
dfbff64430
fix duplicate server add when SERVER_LOCK is configured ( #1623 )
2026-02-13 19:42:36 -08:00
jeffvli
2b4046a82e
fix double click propagation on the table expand button
2026-02-13 17:49:49 -08:00
jeffvli
9eb879fc37
hide favorite / rating from playlist album view items
2026-02-13 17:39:35 -08:00
jeffvli
9e63ee2735
add loading spinners for some lazy loaded content
2026-02-13 15:04:54 -08:00
jeffvli
9950e51d45
remove lazy loading from context menu initialization
2026-02-13 15:01:18 -08:00
jeffvli
70fdd4bdc3
refactor album expansion to global scope
2026-02-13 14:59:15 -08:00