Jeff
e2a1d813a9
Use proper casing for i18n locales ( #1998 )
2026-05-11 19:42:07 -07:00
jeffvli
94886a2d5a
add system audio loopback for webaudio
2026-04-05 00:48:38 -07:00
jeffvli
f51d3d5711
prevent no lyrics message fade out on fullscreen player ( #1821 )
2026-03-11 01:00:32 -07:00
jeffvli
7f180b2c50
add bottom padding to fullscreenplayer header
2026-02-01 18:55:08 -08:00
jeffvli
3f3540dd2b
fix mouseover state causing rerender in fullscreen player ( #1535 )
2026-01-17 03:02:05 -08:00
jeffvli
8c91f1c52d
remove scroll shadows from fullscreen player
2026-01-03 03:23:58 -08:00
Jeff
d9172efae9
Add visualizer configuration ( #1443 )
...
* add visualizer configuration
* add visualizer presets
* add butterchurn visualizer
* wrap visualizers in error boundary
2025-12-24 18:12:13 -08:00
jeffvli
7a4326f98d
initial implementation of play queue for new list
2025-11-29 19:32:14 -08:00
jeffvli
550ba4f768
temporarily remove old player implementations to prevent broken app
2025-11-29 19:30:46 -08:00
jeffvli
b685ec370a
remove barrel files in renderer
2025-11-02 01:39:01 -07:00
jeffvli
8b141d652c
disable single attribute per line
2025-07-12 11:17:54 -07:00
Jeff
c1330d92b2
Migrate to Mantine v8 and Design Changes ( #961 )
...
* mantine v8 migration
* various design changes and improvements
2025-06-24 00:04:36 -07:00
jeffvli
930165d006
fix all imports for new structure
2025-05-26 17:20:02 -07:00
jeffvli
1cf587bc8f
restructure files onto electron-vite boilerplate
2025-05-26 17:18:55 -07:00
Mikhail Tsarev
7bcfe30a8e
Improved translations for English and Russian versions. ( #760 )
...
* First version of Russian translation
* Improvements
---------
Co-authored-by: Suoslex <mtsarev06@gmail.com >
2024-09-25 21:42:41 -07:00
Xudong Zhou
31492fa9ef
Lyrics Translation and Romaji (Fulfill #732 ) [Translation Part] ( #747 )
2024-09-23 20:25:17 -07:00
Kendall Garner
f11a53c1a4
fix suspense
2024-09-09 19:01:07 -07:00
Kendall Garner
74aa88e082
add web visualizer ( #314 )
...
* add web visualizer
* fallback to simple model
* less samples, hopefully more efficient
* Use audiomotion analyzer
- Note: fixed to 4.1.1 because 4.2.0 uses esm which breaks in the current workflow...
* revert publish changes
* r2
* don't massively change package.json
* lazy
2024-09-09 01:25:01 +00:00
Jeff
132b0e173f
Merge branch 'development' into related-similar-songs
2024-03-04 05:04:54 -08:00
Kendall Garner
f50d1e0a8c
support opacity 0, spellcheck
2024-03-01 19:54:30 -08:00
Kendall Garner
025124c379
[enhancement]: Make related tab on full screen player useful
...
Resolves #50 . Adds a new set of components for fetching similar songs
from the current playing song. For Jellyfin, use the `/items/{itemId}/similar`
endpoint (may not work well for small libraries), and for Navidrome/Subsonic
use `getSimilarSongs`. _In theory_, this component can be used to get similar
songs anywhere.
2024-02-19 08:53:50 -08:00
jeffvli
401912a70c
Fix translation keys on full screen player
2023-10-31 04:17:15 -07:00
jeffvli
cd3ec158d3
Fix opacity on fullscreen player queue
2023-10-31 04:16:46 -07:00
Jeff
8430b1ec95
Add localization support ( #333 )
...
* Add updated i18n config and en locale
2023-10-30 19:22:45 -07:00
Kendall Garner
6e62448b88
fix other places of duration display (and other minor fixes) ( #249 )
...
* fix other places of duration display
* add back comma
* add max-width for image
2023-09-20 16:07:40 -07:00
jeffvli
ec457d5125
Lint files based on updated rules
2023-09-15 20:42:38 -07:00
Kendall Garner
c8397bb5ef
Add transparency/opacity for queue sidebar ( #231 )
...
* add opacity
* add background for song metadata
* Add padding and border radius to opacity elements
* Remove font-weight transition on active lyrics (#233 )
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2023-09-10 15:03:46 -07:00
jeffvli
30e52ebb54
Lint all files
2023-07-01 19:14:12 -07:00
jeffvli
3d409bb6f1
Fix queue container layout
2023-06-09 17:24:34 -07:00
jeffvli
a1a113d3c6
Move scroll container to wrap lyrics only
2023-06-09 17:24:34 -07:00
jeffvli
f10912d930
Set lyrics scrollarea to max height by default
2023-06-09 17:24:34 -07:00
jeffvli
48dfd469ed
Additional styling changes
2023-06-04 16:46:05 -07:00
jeffvli
5dd860735d
Adjust lyrics styling / animations
2023-06-04 16:46:05 -07:00
jeffvli
7cd2077dcd
Refactor layout to grid
2023-06-04 16:46:05 -07:00
Kendall Garner
23f9bd4e9f
initial implementation for lyrics
2023-06-04 16:46:05 -07:00
Kendall Garner
8ee99adb2d
Fix full screen overflow ( #113 )
...
* fix text overflow making image take up too much space in full screen
* Fix missing key
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2023-05-21 16:01:37 -07:00
Jeff
e47fcfc62e
Add fullscreen player view ( #27 )
...
* Add store controls for fullscreen player
* Normalize styles for playback config
* Add fullscreen player component
* Add option component
* Update player controls to use option/popover components
* Add esc hotkey to close player
* Add usePlayerData hook
2023-03-28 14:19:23 -07:00