jeffvli
328015bce7
add useRemote to playerbar
2025-11-29 19:30:47 -08:00
jeffvli
9fd4abec25
re-implement mpv with new player
2025-11-29 19:30:47 -08:00
jeffvli
a452495c22
add volume wheel
2025-11-29 19:30:47 -08:00
jeffvli
7717bff367
re-implement playerbar controls
2025-11-29 19:30:47 -08:00
jeffvli
427f808180
rename internal types in domain models
2025-11-29 19:30:47 -08:00
jeffvli
76bf4ae825
begin implementing player context
2025-11-29 19:30:47 -08:00
jeffvli
550ba4f768
temporarily remove old player implementations to prevent broken app
2025-11-29 19:30:46 -08:00
Chen Marisa
8c539aaadc
feat: add 'preservePitch' toggle to playback speed "dropdown" ( #1243 )
...
* feat: add 'preservePitch' toggle to playback speed "dropdown"
2025-11-06 01:10:17 -08:00
jeffvli
c7a473d864
refactor api controller to internalize server fetch
2025-11-02 21:56:35 -08:00
jeffvli
b685ec370a
remove barrel files in renderer
2025-11-02 01:39:01 -07:00
jeffvli
8115963264
upgrade and refactor for react-query v5
2025-11-02 01:38:47 -07:00
jeffvli
6a04c709f0
remove z-index from playerbar controls ( #1218 )
2025-10-31 17:27:33 -07:00
jeffvli
1b15c73db0
fix scrobble time race condition
...
- revert playerbar slider refactor
- re-implement mediasession handler
2025-10-13 11:44:42 -07:00
jeffvli
4e53030e8d
Revert "refactor playerbar slider to separate component"
...
This reverts commit 309b49b46e .
2025-10-13 11:38:26 -07:00
jeffvli
22b798812e
Revert "fix playback controls being called multiple times on media key input"
...
This reverts commit 1b8661d566 .
2025-10-13 11:38:19 -07:00
jeffvli
1b8661d566
fix playback controls being called multiple times on media key input
2025-10-13 04:33:11 -07:00
jeffvli
c88c6cf55e
add mediasession playback controls
2025-10-12 16:37:24 -07:00
jeffvli
58becc5c8e
add useMediaSession hook to set metadata and status
2025-10-12 16:07:59 -07:00
jeffvli
309b49b46e
refactor playerbar slider to separate component
2025-10-12 16:07:00 -07:00
Lyall
3636384508
show time remaining instead of duration on click ( #1179 )
...
* show time remaining on duration click
2025-10-12 14:22:58 -07:00
Kendall Garner
7c24f7cba4
use margin bottom for notifications component to not disable center controls
2025-10-04 07:34:48 -07:00
Malachi Soord
8a3edb71df
feat: add semantic selectors for now-playing media ( #1138 )
...
* feat: add semantic selectors for now-playing media
This change adds unique class names to the elements that display the currently playing media information. This makes it easier for extension developers to parse the DOM and understand what media is playing.
The following classes have been added:
- `media-player`: The main player container.
- `player-cover-art`: The cover art of the playing track.
- `song-title`: The title of the playing track.
- `song-artist`: The artist of the playing track.
- `song-album`: The album of the playing track.
- `player-state-playing`/`player-state-paused`: The state of the player.
- `elapsed-time`: The elapsed time of the playing track.
- `total-duration`: The total duration of the playing track.
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-09-23 12:44:22 -07:00
Kendall Garner
78dc89303d
show right control rating for subsonic servers
2025-09-10 17:27:07 -07:00
Maxime LAFARIE
65ecdc7666
feat: add context menu on left controls and sidebar image
2025-09-09 23:38:39 +02:00
jeffvli
b00305cc86
add setting to prevent sleep on playback ( #1072 )
2025-09-06 00:56:06 -07:00
jeffvli
8b141d652c
disable single attribute per line
2025-07-12 11:17:54 -07:00
jeffvli
2d9176cd21
fix click propagation on right controls
2025-07-08 00:46:50 -07:00
jeffvli
a5f28e49eb
fix click propagation on PlayButton
2025-07-07 23:20:10 -07:00
jeffvli
eb078d62cd
more adjustments to styles on the fullscreen player
2025-06-26 01:36:42 -07:00
jeffvli
64866c59bd
adjust styles on fullscreen player image section
...
- fix image transition
- fix image aspect ratio
- adjust text sizes and shadow
2025-06-25 20:40:45 -07:00
jeffvli
0afbe4c0a2
improve visibility of fullscreen player buttons
2025-06-25 19:53:49 -07:00
jeffvli
6782cd0dcc
re-add presence animation when collapsing sidebar image
2025-06-25 19:48:59 -07:00
jeffvli
8f585a5be9
adjust styles to better support light theme
2025-06-25 19:44:28 -07:00
Kendall Garner
2814b623e7
fix player button light theme and tooltip
2025-06-25 08:05:57 -07:00
jeffvli
7d29a692ef
remove unused import
2025-06-24 22:34:06 -07:00
jeffvli
d8f7b49ab6
increase size of play button icon
2025-06-24 22:22:15 -07:00
Kendall Garner
9f5b4e5410
remove unused length in visualizer
2025-06-24 21:20:41 -07:00
jeffvli
e0f0524eb9
adjust button styles on playerbar
2025-06-24 20:31:33 -07:00
jeffvli
01885c1a9b
decrease spacing on playerbar details
2025-06-24 18:38:10 -07:00
jeffvli
1faef6a1a7
fix unused var on visualizer
2025-06-24 18:38:10 -07:00
jeffvli
4acbb1820d
set fullscreen player badges to transparent
2025-06-24 14:52:40 -07:00
jeffvli
01f5745629
update visualizer sizing and z-index
2025-06-24 14:52:27 -07:00
jeffvli
73dd781a88
fix regression on image blur in fullscreen player
2025-06-24 14:47:50 -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
Kendall Garner
b7fb7c7f94
improve library header loading
2025-06-20 17:57:15 -07:00
Pyx
9f11061433
disable visualizer background ( #949 )
...
* disable visualizer background
2025-06-09 18:14:59 -07:00
jeffvli
1808f160b4
clean up dependencies
2025-05-26 17:20:28 -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