Commit graph

608 commits

Author SHA1 Message Date
Kendall Garner
d055ae89e0 media session for windows/mac 2023-05-26 18:20:27 -07:00
Kendall Garner
f83639d5f8 round volume, update all clients 2023-05-26 18:20:27 -07:00
Kendall Garner
97ccf3bc6d add media session/mpris 2023-05-26 18:20:27 -07:00
jeffvli
0103a84358 Add clear buttons to search input 2023-05-21 21:01:23 -07:00
jeffvli
611cbc6dd9 Fix search results being capped to window height 2023-05-21 20:51:52 -07:00
jeffvli
bc2624bffd Add fullscreen player toggle tooltip to sidebar (#114) 2023-05-21 19:47:46 -07:00
jeffvli
5b98238b3a Prevent clicking on disabled sidebar items 2023-05-21 19:39:40 -07:00
jeffvli
d96c0d547a Hide search results when not on home page 2023-05-21 19:37:45 -07:00
jeffvli
3c62de8347 Fix all playlist actions 2023-05-21 18:20:46 -07:00
jeffvli
07d4dc37b5 Hide fetch notification if error 2023-05-21 18:19:43 -07:00
jeffvli
adc3e421f6 Increase size of create playlist modal 2023-05-21 17:53:43 -07:00
jeffvli
d289797d65 Add margin under image 2023-05-21 16:48:50 -07:00
jeffvli
6218b27117 Fix no-repeat on mpv (#55) 2023-05-21 16:43:47 -07:00
jeffvli
549db7b1bf Fix tooltip parent component 2023-05-21 16:03:25 -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
jeffvli
8ae368ea4f Change artist display component 2023-05-21 15:36:15 -07:00
jeffvli
a308efaf06 Fix jellyfin discography views (#81) 2023-05-21 15:34:52 -07:00
jeffvli
977cb89481 Add fullscreen player button tooltip 2023-05-21 15:09:32 -07:00
jeffvli
0c3b030b13 Add create playlist button on playlist list page 2023-05-21 15:02:57 -07:00
jeffvli
b71c3c7c53 Handle song detail add 2023-05-21 08:13:48 -07:00
jeffvli
debdb92dcf Add shuffle all feature 2023-05-21 07:33:22 -07:00
jeffvli
7c6f62023a Fix song null check on queue add 2023-05-21 07:31:18 -07:00
jeffvli
10d7664733 Add stop button to playerbar 2023-05-21 03:17:45 -07:00
jeffvli
fed96d1fce Additional player adjustments
- Set volume on play
- Explicitly pause/play on set queue
2023-05-21 03:08:25 -07:00
Kendall Garner
106fc90c4a
Add ability to save/restore queue (#111)
* add ability to save/restore play queue

* Add restoreQueue action

* Add optional pause param on setQueue

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
2023-05-21 02:29:58 -07:00
jeffvli
c1c6ce33e4 Fix type 2023-05-20 23:22:43 -07:00
jeffvli
30dc833b79 Add additional padding under home carousels 2023-05-20 23:13:57 -07:00
jeffvli
292737d53c Add query cancellation for play queue requests
- Opens a notification after 2s to allow for manual cancellation of in-progress query
2023-05-20 23:13:20 -07:00
jeffvli
652c4a1f81 Use play handler from context 2023-05-20 23:09:26 -07:00
jeffvli
51c2731b07 Handle queue all songs by double click (#67) 2023-05-20 21:31:00 -07:00
jeffvli
93530008a9 Add custom query prop to play queue add 2023-05-20 20:58:11 -07:00
jeffvli
6747fbb701 Add initialSongId prop as alternative to initialIndex 2023-05-20 20:47:07 -07:00
jeffvli
0320fe6dcc Add mpv load error notification
- Add retry limit on error
2023-05-20 20:19:41 -07:00
jeffvli
35f9798bed Update full-width cell renderer 2023-05-20 19:21:23 -07:00
jeffvli
3df2915f5f Allow initialIndex on queue add (#67)
- Clean up play queue handler
- Split out functions to utils
2023-05-20 18:40:45 -07:00
jeffvli
02caf896ff Update playqueueadd props 2023-05-20 14:55:08 -07:00
jeffvli
fe59011882 Fix conditionals on album artist detail 2023-05-20 02:26:24 -07:00
jeffvli
645b4fe332 Prevent error on attempt to context menu during render 2023-05-20 02:08:37 -07:00
jeffvli
e5f24b3160 Set context menu based on item type 2023-05-20 02:08:37 -07:00
jeffvli
fff1315fa5 Add search route 2023-05-20 02:08:37 -07:00
jeffvli
e8f7ae637f Add state to search route navigation 2023-05-20 02:08:37 -07:00
jeffvli
b5fa6f0baa Handle song detail on playqueue add 2023-05-20 02:08:37 -07:00
jeffvli
2cefc092ce Close window after selecting search item 2023-05-20 02:08:37 -07:00
jeffvli
deb4e34895 Adjust styles 2023-05-20 02:08:37 -07:00
jeffvli
33ecf9faa6 Add command item breadcrumbs 2023-05-20 02:08:37 -07:00
jeffvli
cf6325d0ba Decrease item padding 2023-05-20 02:08:37 -07:00
jeffvli
c12c1bad73 Add library search 2023-05-20 02:08:37 -07:00
jeffvli
cf9ed31dfd Updates to general commands 2023-05-20 02:08:37 -07:00
jeffvli
32ebe6b739 Add subsonic/nd search api 2023-05-20 02:08:37 -07:00
jeffvli
c85a7079eb Add handlers to open command palette 2023-05-20 02:08:37 -07:00