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
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
Kendall Garner
9dad934a40
transcode player bar waveform
2026-02-17 14:30:26 -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
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
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
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
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
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
York
cc8cb4f4f1
Add sleep timer to player bar ( #1671 )
...
* feat: add sleep timer to player bar
- Add sleep timer button in player bar right controls
- Preset options: End of song, 5/10/15/30/45 min, 1 hr, 2 hrs
- Custom timer with HH:MM:SS input fields
- Timer only counts down while music is playing
- Timer pauses playback when it expires
- End-of-song mode pauses at the next track change
- Uses theme-aware styling (--theme-colors-surface)
- Add sleepTimer/sleepTimerOff icons (LuTimer/LuTimerOff)
- Add i18n strings for sleep timer UI
---------
Co-authored-by: York <york@BonecharMac.local >
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-10 21:19:37 -08:00
York
5197c967c2
fix: use theme mode property for macOS native window theme ( #1685 )
...
Co-authored-by: York <york@BonecharMac.local >
2026-02-10 21:09:32 -08:00
jeffvli
83d9042a47
decouple playlist song sort order from search results ( #1650 )
2026-02-09 22:28:37 -08:00
jeffvli
a28c403093
adjust wording and toggles for analytics/updates ( #1654 )
2026-02-09 22:19:49 -08:00
Jeff
f39a7f8d6f
Add album detail list view ( #1681 )
2026-02-09 21:56:08 -08:00
Mateleo
d93f6e8720
feat: enable scrobbling on song repeat and fix package name typo ( #1662 )
...
- Add `handleScrobbleFromRepeat` callback to reset scrobble state and send 'start' event when player repeats a song, ensuring accurate scrobbling in repeat mode.
- Fix typo in `web.vite.config.ts` by correcting '@tanstack_react-query-persist-client' to '@tanstack/react-query-persist-client' for proper package reference.
2026-02-07 15:25:29 -08:00
jeffvli
6efa308e85
fix release channel input value
2026-02-06 04:13:53 -08:00
jeffvli
cf663de2fc
add handlers and setting for nightly release
2026-02-05 23:45:32 -08:00
jeffvli
027e4046a2
handle radio metadata in discord rpc / fullscreen player ( #1649 )
2026-02-05 19:14:30 -08:00
jeffvli
4c256348fc
add configuration to blur explicit album/song art
2026-02-04 01:20:31 -08:00
jeffvli
f56a836ffd
add personal/community toggle for artist top songs ( #1372 )
2026-02-03 23:58:44 -08:00
jeffvli
2d963a9d23
use correct filters for album song sort options
2026-02-03 23:58:44 -08:00
rushii
4423b06807
fix(Settings): mpv path selector ( #1641 )
...
An unnecessary default value appears to be stringifying a Promise when a separate useEffect hook is supposed to properly load the setting value.
2026-02-03 22:56:09 -08:00
T
1f9223b476
Fix: ratings display on player bar and mobile player ( #1646 )
...
* fix(playerbar): use settings to display ratings
* fix(mobile player): use settings to display ratings
2026-02-03 22:50:43 -08:00
jeffvli
0dd13cbab1
add release notes modal to appmenu
2026-02-03 01:06:52 -08:00
jeffvli
48e50430fe
add play button group to artist top / favorite song sections
2026-02-02 22:54:10 -08:00
jeffvli
ac5611fdca
add favorite songs section to artist page ( #1604 )
2026-02-02 22:23:38 -08:00
jeffvli
50c3dbc0a0
set first item of track radio to the triggering item
2026-02-02 21:18:29 -08:00
jeffvli
ddd840d2df
fix inconsistent size of musicbrainz icon on album page
2026-02-02 21:14:03 -08:00
jeffvli
c0c9878fad
add cors / ssl ignore switches to all login components ( #1606 )
2026-02-02 21:05:01 -08:00