jeffvli
173efa9bfd
add scan listener and query invalidation on tag editor save
2026-07-19 21:03:13 -07:00
Chris Scott
75bdf60912
feat(tag-editor): add batch metadata editor with artwork support (Duplicate) ( #2252 )
...
* feat(tag-editor): add batch metadata editor with artwork support
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-07-17 19:17:11 -07:00
jeffvli
c4da44a443
add playlist/artist image upload for jellyfin ( #2105 )
2026-06-03 00:07:31 -07:00
Jeff
e2a1d813a9
Use proper casing for i18n locales ( #1998 )
2026-05-11 19:42:07 -07:00
Felix Prillwitz
5d4547080d
Always use remote url for discord rpc image ( #2009 )
...
* add option to force remote url for api calls
* force remote url for discord rpc image
2026-05-07 21:13:34 -07:00
Alexander Welsing
b4ecf5d257
Update instant mix to use the new items endpoint instead of songs ( #1642 )
...
songs/:itemId:/InstantMix -> items/:itemId/InstantMix
2026-02-03 22:34:34 -08:00
Kendall Garner
5c06624f8c
Initial work: support showing studios for jellyfin, allow pill to be clickable ( #1566 )
2026-01-18 13:53:34 -08:00
jeffvli
72d0fca28b
support secondary public server URL
2025-12-30 21:05:38 -08:00
Kendall Garner
ed5d590a6b
feat: sync play queue for navidrome/subsonic ( #1335 )
...
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2025-12-12 21:05:00 -08:00
jeffvli
c82762a3fc
check authentication for all servers on initialization and update permission roles
2025-12-07 18:28:12 -08:00
jeffvli
917bf91583
add folder browsing support ( #315 )
2025-12-03 14:55:16 -08:00
jeffvli
96acf759ff
fix subsonic / jellyfin filters
2025-11-30 17:25:44 -08:00
jeffvli
c7a473d864
refactor api controller to internalize server fetch
2025-11-02 21:56:35 -08:00
Christoph Ritzer
377a3ea8ab
fixed the api call to get musicgenres
2025-08-26 17:14:17 +02: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
Kendall Garner
e1aa8d74f3
Tag filter support
...
- Jellyfin: Uses `/items/filters` to get list of boolean tags. Notably, does not use this same filter for genres. Separate filter for song/album
- Navidrome: Uses `/api/tags`, which appears to be album-level as multiple independent selects. Same filter for song/album
2025-05-18 09:23:52 -07:00
Kendall Garner
93377dcc4f
fix jellyfin playlists, add is public
2024-09-01 09:37:37 -07:00
Kendall Garner
10fca2dc12
enable reordering non-smart playlists
2024-08-25 15:21:56 -07:00
sel10ut
ba64f4c467
refactor(jellyfin): migrate auth method
2024-07-03 22:41:35 +03:00
Kendall Garner
9cd8807a75
[bugfix]: Handle top-level songs for Jellyfin ( #553 )
...
* [bugfix]: Handle top-level songs for Jellyfin
If a song is at the top level of a music folder, Jellyfin will not
group that into an album (See https://jellyfin.org/docs/general/server/media/music/ ).
This PR introduces a few changes:
- Gives tracks with no album ID a special route (`/dummy/${id}`)
- Gives a new route for dummy albums, warning about the error. This is designed to look _like_ the album detail page
* `are are` > `are`
* revert name changes
2024-04-30 03:18:43 +00:00
Kendall Garner
087ea44737
[enhancement]: use jellyfin 10.9.0 lyrics
2024-04-22 19:44:10 -07:00
Kendall Garner
14086ebc9c
improve similar items fallback, make ND album artist for song actually album artist, fix full screen race
2024-04-08 08:49:55 -07:00
Jeff
132b0e173f
Merge branch 'development' into related-similar-songs
2024-03-04 05:04:54 -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
Kendall Garner
dae2f9bd0a
[feat]: actually include version checks
2024-02-17 00:57:10 -08:00
Kendall Garner
9720fcc202
add server info query
2024-02-01 08:17:31 -08:00
jeffvli
ccd8d2b6b0
Add network error catch
2023-11-16 23:35:26 -08:00
Kendall Garner
5fdf4c06f9
properly implement Jellyfin getSongDetail ( #298 )
2023-10-17 16:05:44 -07:00
jeffvli
b60ba27892
Allow reuathentication for jellyfin ( #214 )
2023-08-24 18:17:20 -07:00
jeffvli
8029712b55
Add initial genre list support
2023-07-31 17:17:26 -07:00
jeffvli
30e52ebb54
Lint all files
2023-07-01 19:14:12 -07:00
Kendall Garner
2fac9efc1b
initial implementation for password saving ( #132 )
...
* initial implementation for password saving
* support restoring password in interceptor
* Fix modal overflow and position styles
* warn about 429, better error handling
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com >
2023-06-13 10:52:51 -07:00
Kendall Garner
58f38b2655
add jellyfin, improvements
2023-06-04 16:46:05 -07:00
jeffvli
5295c69f46
Bump ts-rest
2023-06-03 05:46:15 -07:00
jeffvli
64c5f25d18
Fix JF playlist controller
2023-05-21 18:19:02 -07:00
jeffvli
a7ea54cf4b
Add jellyfin search api
2023-05-20 02:08:37 -07:00
jeffvli
9b5bce34a0
Fix jellyfin auth endpoint
2023-05-09 05:06:32 -07:00
jeffvli
8a0a8e4d54
Refactor jellyfin api with ts-rest/axios
2023-05-08 03:34:15 -07:00