Kendall Garner
a537642990
[bugfix]: set index to current track when unshuffling
2024-08-20 19:10:05 -07:00
Kendall Garner
9c6abcb32c
Use break-word over break-all
2024-08-20 16:35:08 +00:00
Kendall Garner
af69a58418
[bugfix]: use chrome-specific implementation for web audio sink
2024-08-19 22:38:51 -07:00
Kendall Garner
ebebdc1e03
forcefully break long lines
2024-08-19 22:12:32 -07:00
Kendall Garner
88741a8616
add ability to configure double click behavior
2024-08-19 21:56:55 -07:00
Kendall Garner
94edda1856
better handling of grid refresh
2024-08-19 21:36:56 -07:00
Kendall Garner
886786d428
[enhancement]: add background opacity to buttons in full screen player
2024-08-19 19:03:19 -07:00
Kendall Garner
e4ca0164fa
[bugfix]: Jellyfin do not force width = height for images
2024-08-15 23:35:29 -07:00
dragonish
6c61ea898f
Fix full screen player metadata may not change when switching queue
2024-07-26 01:52:40 +08:00
dragonish
e106fb324f
Fix synchronized lyrics that may become unaligned during playback after re-rendering
2024-07-22 21:33:01 +08:00
sel10ut
582739a091
fix(settings): set proper default minimize to tray check
2024-07-04 13:29:47 +03:00
Jeff
42bcc4190c
Merge pull request #660 from sel10ut/bugfix/jellyfin-multiple-sessions
...
(Jellyfin) Allow multiple sessions from the same user with different instances
2024-07-03 14:49:41 -07:00
sel10ut
ba64f4c467
refactor(jellyfin): migrate auth method
2024-07-03 22:41:35 +03:00
sel10ut
596bf3a378
fix(jellyfin): allow multiple sessions from the same client type
...
Allow multiple sessions from the same user with different instances.
Instead of sending a hard-coded string, send a randomly generated
string `deviceId`, which already exists and is created for each
new installation.
2024-07-03 22:12:15 +03:00
Kendall Garner
110a1a63f0
simplify remote/media session ( #632 )
2024-07-03 01:47:26 -07:00
Benjamin
4191edb88c
fix cache settings not being sentence cased ( #657 )
2024-07-03 01:29:53 -07:00
sel10ut
b38930a277
tweak(jellyfin): fetch actual recent album releases ( #629 )
2024-07-03 01:29:34 -07:00
Gelaechter
ea865f44b1
Allow jumping to lyrics ( #656 )
2024-07-03 01:24:31 -07:00
isaiahfuller
0768ce80a7
Add option to play similar tracks from the context menu ( #650 )
...
* Add option to play similar songs from context menu
* remove console.log
2024-07-03 01:17:56 -07:00
Kendall Garner
b30fadd149
navidrome album artist covoer art bodge
2024-05-29 02:53:41 -07:00
Kendall Garner
aa89c5e80e
[enhancement]: apply formatting to card values
2024-05-26 12:20:01 -07:00
Kendall Garner
38ed083693
[enhancement]: support using native image aspect ratio
2024-05-25 11:15:30 -07:00
Kendall Garner
67deb3e3d8
[bugfix]: only restart time when now for web
2024-05-23 20:41:01 -07:00
Kendall Garner
bb2f8461ed
[enhancement]: support toggling feature carousel
2024-05-15 21:48:20 -07:00
Kendall Garner
168153b211
[bugfix]: restart timestamp when adding to queue
2024-05-10 12:27:33 -07:00
Kendall Garner
c5e8472746
[bugfix]: handle song grid sparse array
2024-05-09 00:14:59 -07:00
Kendall Garner
4afb893ce5
remove stray log
2024-05-05 19:56:35 -07:00
Kendall Garner
645697367d
[enhancement]: support serach on settings page
2024-05-05 13:25:05 -07:00
jeffvli
683bb0222c
Filter out current playlist on playlist operators
2024-05-02 23:04:57 -07:00
jeffvli
ce0c07ebdb
Add JSON preview for smart playlist query
2024-05-02 23:04:57 -07:00
jeffvli
785f0ef77f
Add inPlaylist and notInPlaylist operators
2024-05-02 23:04:57 -07:00
jeffvli
7bfdbb5d92
Reduce min grid size on remaining list pages
2024-05-02 23:04:31 -07:00
Dylan Lathrum
abdb2fee85
Allow smaller album covers in card/poster display
2024-05-02 23:04:31 -07:00
Kendall Garner
d1bcd2b2fb
[bugfix]: fix jellyfin add to playlist
2024-05-02 18:42:49 -07: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
5259f2401b
upgrade framer-motion to 11
2024-04-28 18:59:05 -07:00
Kendall Garner
c36f0a055d
[enhancement]: parse replaygain from subsonic endpoints where available
2024-04-27 22:20:42 -07:00
Kendall Garner
dc95a3c66b
[bugfix]: use persistent columns def instead of default merge behavior
2024-04-23 23:25:32 -07:00
Kendall Garner
087ea44737
[enhancement]: use jellyfin 10.9.0 lyrics
2024-04-22 19:44:10 -07:00
Benjamin
cb2597d2c8
Implement Navidrome sharing ( #575 )
...
* add share item feature
* take care of (mostly) everything
* bugfixes
* allow clicking on notification to open url
* readd the missing modal after router migration
* remove unnecessary extension
---------
Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
2024-04-22 03:03:22 +00:00
Kendall Garner
0d03b66fe5
prevent change of media state with empty queue
2024-04-20 22:01:29 -07:00
Kendall Garner
ba531505af
[enhancement]: Support toggling Album/Track view for gneres ( #591 )
...
* [enhancement]: Support toggling Album/Track view for gneres
The _primary_ purpose of this PR is to enable viewing tracks OR albums for genres.
This has a few requirements:
1. Ability to set default route for genres, **except** when already on song/album page
2. Ability to toggle between album and genre view
3. Fixed refresh for genre ID
Additionally, there was some refactoring:
- Since the *-list-headers had very similar functions for search, export that as a hook instead
* also use hook for album artist
* support switching albumartist tracks/albums
* remove toggle on song/album list, simplify logic
2024-04-20 06:14:31 +00:00
Kendall Garner
595eba152a
[jellyfin]: prefer sort name over name
2024-04-19 23:11:26 -07:00
Kendall Garner
ebd2f07447
show macOS warning one, don't show artist link if invalid
2024-04-17 22:44:35 -07:00
Kendall Garner
5d6503c1f4
[bugfix]: do not show now playing for duplicate item in play queue
2024-04-17 21:51:39 -07:00
Kendall Garner
d03a3a11eb
[enhancement]: Support react-router links in Modal ( #586 )
2024-04-17 14:29:46 +00:00
Kaydax
04b4d92f69
Fix portrait mode detection ( #582 )
...
* Fix portrait mode detection
* Revert changes done on playbar
2024-04-17 06:21:49 +00:00
Kendall Garner
ec69cc22f9
use clearer separator character
2024-04-14 21:58:25 -07:00
Kendall Garner
19a88fea86
[bodge]: deal with Jellyfin returning dupliate tracks for album query
2024-04-13 16:28:36 -07:00
Kendall Garner
729538d885
[bugfix]: restart synchronized lyrics on repeat one (or track queued multiple times)
2024-04-12 20:52:10 -07:00