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
jeffvli
e855f7dd01
remove invalid detail view type for song list config
2026-02-13 12:19:14 -08:00
jeffvli
123842dfda
attempt to optimize the tagList query
...
- this query in some cases can return a very large amount of data, depending on the size of the user's library
- increasing the cacheTime reduces the frequency of fetches while disabling structuralSharing reduces the need for react-query to do a deep equality comparison for the cache
2026-02-13 11:53:42 -08:00
jeffvli
7ba2f6b827
fix removed filter functions
2026-02-12 22:04:08 -08:00
jeffvli
f1b5dc8ef3
add additional client-side filters to playlist songs
2026-02-12 22:00:07 -08:00
Kendall Garner
78875572e9
add explicit blurring to left expanded image and full screen ( #1701 )
...
* add explicit blurring to left expanded image and full screen
2026-02-12 18:49:57 -08:00
jeffvli
0d2dddddbc
fix invalid comparison on detail rating column hide condition
2026-02-12 01:40:01 -08:00
jeffvli
1d8e1957ba
handle image drag from item detail list
2026-02-12 01:37:59 -08:00
jeffvli
dc957cb3cc
hide detail rating column on zero value
2026-02-12 00:57:24 -08:00
jeffvli
c314fa0bf3
properly handle context menu in playlist album view
2026-02-12 00:54:45 -08:00
jeffvli
c5ebfac647
fix playlist grid view itemType to PLAYLIST_SONG to support remove from playlist
2026-02-12 00:28:39 -08:00
jeffvli
4adea11a93
support select all hotkey in detail list view
2026-02-12 00:13:32 -08:00
Jeff
e6f49b9f1f
Add album view for playlists ( #1700 )
...
* update client side song ordering to include album order
* add compact styling to LibraryHeader
* move search button to top right of LibraryHeader
2026-02-11 21:48:25 -08:00
York
9cde569c7d
Add option to show playing icon in Discord RPC ( #1699 )
...
* feat: add option to show playing/paused icon in Discord RPC
2026-02-11 21:14:58 -08:00
Yoshua Wakeham
ffef5dfdee
fix: actually show Jellyfin recently played songs carousel ( #1697 )
2026-02-11 20:35:23 -08:00
jeffvli
022b83ab32
fix playlist add returning zero results on modal menu ( #1695 )
2026-02-11 00:35:22 -08:00