Hosted Weblate
46bbe6b95f
Translated using Weblate (German)
...
Currently translated at 88.2% (525 of 595 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: elia <me@elia.li>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/de/
Translation: feishin/Translation
2024-09-03 05:31:26 +00: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
7299bcefb2
Merge branch 'development' of github.com:jeffvli/feishin into development
2024-09-02 10:57:21 -07:00
Kendall Garner
6b7c69e90a
fix seeking between 0-1 seconds
2024-09-02 10:56:46 -07:00
dependabot[bot]
4601838afe
Bump electron-updater in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater ).
Updates `electron-updater` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.1/packages/electron-updater )
---
updated-dependencies:
- dependency-name: electron-updater
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 17:09:50 -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
Kendall Garner
da95a644c8
upgrade webpack
2024-08-29 21:42:44 -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
e68847f50a
slightly better error handling
2024-08-27 21:27:49 -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
279842b894
bump node mpv
2024-08-27 20:11: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
b527d579fd
Revert upgrade of discord-rpc
...
Some horrible magic can result in this upgrade causing compiler errors.
No idea why.
2024-08-24 15:22:55 -07:00
Kendall Garner
5b2977e5e8
[enhancement]: support viewing current/setting current time in remote
2024-08-24 13:26:45 -07:00
Kendall Garner
b347b794b9
fix micromatch
2024-08-23 19:54:39 -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
121b036aaf
bump i18next-parser
2024-08-23 08:00:59 -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