Commit graph

718 commits

Author SHA1 Message Date
Jack Merrill
21f4a78dd7
feat: Discord Rich Presence album art via Last.fm (#341) (#817)
* feat: Discord Rich Presence album art via Last.fm

* fix: securely fetch album art
2024-10-31 12:09:17 -07:00
jeffvli
a8b3944c66 Set row play button to switch to song on queue lists 2024-10-09 18:20:04 -07:00
Trevor
a00385e78f
Add "Move to next" button to queue (#781) 2024-10-09 18:00:25 -07:00
Egor
5e628d96c7
Some fixes to #772 (Add play button to song table) (#784)
* Add play button to song table album cover, like it is in grid

* Fix: play button caused error for albums and artists tables

* Fix: play button caused error for some other tables
2024-10-09 17:40:30 -07:00
Kendall Garner
a89b6640a9
horizontal scroll 2024-10-01 18:15:18 -07:00
jeffvli
3c99a662e8 Fix album detail header track count 2024-09-26 21:23:48 -07:00
Mikhail Tsarev
7bcfe30a8e
Improved translations for English and Russian versions. (#760)
* First version of Russian translation

* Improvements

---------

Co-authored-by: Suoslex <mtsarev06@gmail.com>
2024-09-25 21:42:41 -07:00
Kendall Garner
8cddbef701
Subsonic 2, general rework (#758) 2024-09-25 21:23:08 -07:00
Xudong Zhou
31492fa9ef
Lyrics Translation and Romaji (Fulfill #732) [Translation Part] (#747) 2024-09-23 20:25:17 -07:00
Kendall Garner
b628b684ae
require limit to specified (nonzero) for shuffle all 2024-09-18 07:31:58 -07:00
Kendall Garner
96b4f8dd89
update album play count 2024-09-15 21:48:32 -07:00
Benjamin
8d8826a9b7
use utc for absolute date formatting (#743)
* use utc for date formatting

* add seperate utc function and call that instead

* swap date format to be a constant

* make dateadded use non-utc
2024-09-13 01:35:57 +00:00
Kendall Garner
660c9744bf
clear queue when shuffle now 2024-09-11 20:36:46 -07:00
Kendall Garner
03d97c6b1e
use unique id for paginated playlist 2024-09-10 22:37:24 -07:00
Kendall Garner
f11a53c1a4
fix suspense 2024-09-09 19:01:07 -07:00
Kendall Garner
fcc010eb54
move transcoding placeholder 2024-09-08 22:05:44 -07:00
Kendall Garner
1b41a5a674
enable disabling tray 2024-09-08 20:55:07 -07:00
Kendall Garner
74aa88e082
add web visualizer (#314)
* add web visualizer

* fallback to simple model

* less samples, hopefully more efficient

* Use audiomotion analyzer

- Note: fixed to 4.1.1 because 4.2.0 uses esm which breaks in the current workflow...

* revert publish changes

* r2

* don't massively change package.json

* lazy
2024-09-09 01:25:01 +00:00
Kendall Garner
fbac33ceba
add shuffle context menu item 2024-09-07 21:31:01 -07:00
Kendall Garner
42ba5a531c
use feishin switch instead of default 2024-09-05 18:08:37 -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
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
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
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
5b2977e5e8
[enhancement]: support viewing current/setting current time in remote 2024-08-24 13:26:45 -07:00