Kendall Garner
42ba5a531c
use feishin switch instead of default
2024-09-05 18:08:37 -07:00
Kendall Garner
3025e84c58
remove height everywhere for jellyfin images
2024-09-04 22:30:50 -07:00
Kendall Garner
4a111d9cf2
don't make artist clickable if no id
2024-09-04 20:01:45 -07:00
Kendall Garner
e6bd8deb0c
use unique id for places that may have duplicates
2024-09-04 19:34:07 -07:00
jeffvli
6587e9cac8
Fix invalid DOM prop on playerbar
2024-09-03 21:51:50 -07:00
jeffvli
2e3c69e61c
Fix song index skip when viewing synchronized lyrics
2024-09-03 21:51:18 -07:00
Kendall Garner
56c229a5e0
[slightly less scuffed bugfix]: Update table rating/favorite when updated anywhere … ( #707 )
...
* [scuffed bugfix]: Update table rating/favorite when updated anywhere else
Modify player store to have temporary state for favorite/rating update
Add effect handler for `virtual-table` to update rating/favorite for players
Note that this does not handle song grid view.
Using a similar handler for gird view did not work, as it appeared to result in inconsistent state.
Finally, this is probably not the optimal solution.
Performance appears fine for ~20k items, but no guarantees.
* restore should update song
* update song rating/favorite/played everywhere except playlist
* special rule for playlists
* use iterator instead
2024-09-02 22:31:20 -07:00
Kendall Garner
9d44f0fc08
[bugfix]: don't be loading if top songs disabled
2024-09-02 19:26:47 -07:00
Benjamin
903d1479a4
adjust rules for user selection ( #723 )
2024-09-03 00:48:52 +00:00
Kendall Garner
6b7c69e90a
fix seeking between 0-1 seconds
2024-09-02 10:56:46 -07:00
Kendall Garner
f7dd634f67
reorder album artist page
2024-09-01 16:48:43 -07:00
Pyx
eb50c69a35
Album blur, allow clicking the playerbar to toggle the player, misc changes ( #717 )
...
* Album blur, allow clicking the playerbar to toggle the player
* Fix stopProporagion, sync package with upsteam, update translation
* recommit my existing changes
* Update default albumBackgroundBlur to 6
* according to git this commit resets the package files
* merge with our fork because pyx forgot to add it
* try adding a setting
* change the playerbar animation
* make the animation quicker bc its choppy
* change playerbar to use a bool instead
* requested opacity fix
* Refactor classes to use clsx
---------
Co-authored-by: iiPython <ben@iipython.dev>
Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
2024-09-01 23:42:01 +00:00
Kendall Garner
b93ad40571
Merge pull request #720 from pyxfluff/patch-1
...
Add play count to albums
2024-09-01 12:50:19 -07:00
Kendall Garner
748db032c7
add translation
2024-09-01 12:48:11 -07:00
Kendall Garner
80931d1b19
jellyfin random play filter
2024-09-01 12:25:50 -07:00
Kendall Garner
93377dcc4f
fix jellyfin playlists, add is public
2024-09-01 09:37:37 -07:00
Kendall Garner
528bef01f0
provide transcoding support
2024-09-01 08:26:30 -07:00
Pyx
f5a04980a4
Add play count to albums
2024-08-29 23:03:00 -04:00
Kendall Garner
93055b3bf1
allow disabling web audio
2024-08-29 19:44:24 -07:00
Kendall Garner
43fe1a235e
fix context menu original item
2024-08-27 21:21:44 -07:00
Kendall Garner
62c372d0c7
dont't move to 0 when removing current item from queue
2024-08-27 21:14:08 -07:00
Kendall Garner
6125901023
[enhancement]: custom css
2024-08-27 08:26:34 -07:00
Kendall Garner
004c9a8d06
allow hiding context menu items
2024-08-26 21:35:12 -07:00
Kendall Garner
f746114041
increase metadata size of library header
2024-08-26 20:26:37 -07:00
Kendall Garner
9f4861a78a
use context menu instead of button
2024-08-25 22:17:11 -07:00
Kendall Garner
32b984a18b
add playlist context menu button to sidebar
2024-08-25 22:08:07 -07:00
Kendall Garner
8a8542ddb1
simplify disc/subtitle for album list
2024-08-25 21:34:43 -07:00
Kendall Garner
b41a1a8b15
[bugfix]: properly update song when restoring queue
2024-08-25 20:02:44 -07:00
Kendall Garner
9923c021fa
better album dates
2024-08-25 19:52:44 -07:00
Kendall Garner
8c929d0dc3
fixed size for different sizes
2024-08-25 18:07:51 -07:00
Kendall Garner
fb1e33fad5
autosize library item text
2024-08-25 17:50:46 -07:00
Kendall Garner
c4677a63f6
[enhancement]: allow downloading individual tracks for external use
2024-08-25 17:11:24 -07:00
Kendall Garner
10fca2dc12
enable reordering non-smart playlists
2024-08-25 15:21:56 -07:00
Kendall Garner
0b383b758e
support collapsing shared playlists
2024-08-24 21:09:44 -07:00
Kendall Garner
ccb6f2c8b0
very niche error handling for no audio device id but still have error checking
2024-08-24 20:36:04 -07:00
Kendall Garner
a44071fedd
add error checking for set sink id (case of no devices at all)
2024-08-24 20:13:30 -07:00
Kendall Garner
5b2977e5e8
[enhancement]: support viewing current/setting current time in remote
2024-08-24 13:26:45 -07:00
Kendall Garner
ad81790c90
add more places for share in context menu
2024-08-23 19:53:40 -07:00
Kendall Garner
906ffee8bc
thanks discord [support changing listen type]
2024-08-23 10:34:18 -07:00
Kendall Garner
284db988c9
[enhancement]: use discord activity type listening
2024-08-23 08:27:40 -07:00
Kendall Garner
271be93a96
fix prettier/lint
2024-08-23 08:19:27 -07:00
Kendall Garner
028ccfb1cd
fix album art res 0 and allow resizing volume bar
2024-08-22 21:57:58 -07:00
Kendall Garner
37b0407188
simplify webaudio replaygain to reduce pop-in
2024-08-21 23:04:37 -07:00
Kendall Garner
616fd45734
add minimum duration check for crossfade
2024-08-21 22:47:35 -07:00
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