Commit graph

28 commits

Author SHA1 Message Date
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
8338aaf18d Add related genre albums to album detail 2023-08-08 09:26:48 -07:00
jeffvli
d1e5571163 Add initial fetch for all grid views 2023-08-08 01:26:02 -07:00
jeffvli
ee83fdba71 Persist lyrics queries in indexeddb 2023-08-04 01:41:45 -07:00
jeffvli
8029712b55 Add initial genre list support 2023-07-31 17:17:26 -07:00
jeffvli
dd2dd797a1 Add check for undefined list query 2023-07-20 17:00:01 -07:00
jeffvli
eec556d34a Additional fix to query key list values 2023-07-20 03:38:50 -07:00
jeffvli
7378fd1f20 Fix broken pagination split logic 2023-07-20 02:08:23 -07:00
jeffvli
6821735f65 Split key pagination in central handler 2023-07-20 01:55:49 -07:00
jeffvli
c3f97dfa4c Split pagination from filter in query keys 2023-07-19 01:29:42 -07:00
jeffvli
30e52ebb54 Lint all files 2023-07-01 19:14:12 -07:00
jeffvli
2f0634dc03 Add lyric search selection and override 2023-06-09 17:24:34 -07:00
jeffvli
0fa5b6496f Add lyric search functions and query 2023-06-09 17:24:34 -07:00
Kendall Garner
58f38b2655 add jellyfin, improvements 2023-06-04 16:46:05 -07:00
jeffvli
de50002ea7 Add random song list query 2023-05-21 07:30:28 -07:00
jeffvli
fb158bc069 Add types to query keys object 2023-05-20 22:40:22 -07:00
jeffvli
c4fb9a2e72 Add song detail controller 2023-05-20 02:08:37 -07:00
jeffvli
32ebe6b739 Add subsonic/nd search api 2023-05-20 02:08:37 -07:00
jeffvli
9b8bcb05bd Add initial album artist detail route 2023-01-12 18:43:25 -08:00
jeffvli
c51194cd03 Update album artist detail endpoints 2023-01-08 20:45:38 -08:00
jeffvli
d63e5f5784 Add owner to playlist update query
- Support smart playlist rules
- Add user list query
2023-01-04 18:33:49 -08:00
jeffvli
90dec929f4 Add playlist detail page 2023-01-02 02:04:23 -08:00
jeffvli
0f364f7c5c Add initial playlist detail page 2022-12-31 18:03:26 -08:00
jeffvli
d6936634db Update querykeys 2022-12-31 12:43:32 -08:00
jeffvli
ec79d91d30 Add playlist list 2022-12-31 03:46:12 -08:00
jeffvli
24af17b8fe Add album artist list route 2022-12-30 21:04:06 -08:00
jeffvli
a354cab797 Add music folders query 2022-12-21 01:28:59 -08:00
jeffvli
e87c814068 Add files 2022-12-19 17:44:40 -08:00