Deluan
56b1d6811a
Use defaultDownsamplingFormat in share options
2026-01-02 20:21:58 +00:00
Deluan
b4a11b4cdd
Fine tune SharePlayer
2026-01-02 20:21:58 +00:00
Deluan
2fca7ac081
Refactor URL builders in UI
2026-01-02 20:21:58 +00:00
Deluan
b2aac87d1d
More work on Shares
2026-01-02 20:21:58 +00:00
Deluan
04abdf4509
Initial work on Shares
2026-01-02 20:21:58 +00:00
Kendall Garner
555ce3a622
Fixes the slide bar clickable area ( #2113 )
2026-01-02 20:21:58 +00:00
dependabot[bot]
77774097f0
Bump @testing-library/react from 12.1.2 to 12.1.5 in /ui ( #2109 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 12.1.2 to 12.1.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v12.1.2...v12.1.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 20:21:58 +00:00
Kendall Garner
a9663d97c7
Fix order of gain menu options ( #2105 )
2026-01-02 20:21:58 +00:00
Deluan
6b84a5cc13
Fix artist image not caching on browser
2026-01-02 20:21:58 +00:00
Deluan
eae9b71e6b
Increase size of artist image
2026-01-02 20:21:57 +00:00
vlfldr
362d3a6840
Add Gruvbox Dark color theme ( #2092 )
...
* Added Gruvbox Dark color theme
* Correct formatting by running prettier
2026-01-02 20:21:19 +00:00
Deluan
ad9af70ce3
Fix Playlist show
2026-01-02 20:21:19 +00:00
Kendall Garner
3242ae96b7
Get album info (when available) from Last.fm, add getAlbumInfo endpoint ( #2061 )
...
* lastfm album.getInfo, getAlbuminfo(2) endpoints
* ... for description and reduce not found log level
* address first comments
* return all images
* Update migration timestamp
* Handle a few edge cases
* Add CoverArtPriority option to retrieve albumart from external sources
* Make agents methods more descriptive
* Use Last.fm name consistently
Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 20:21:18 +00:00
Kendall Garner
2fb60b92ca
ReplayGain support + audio normalization (web player) ( #1988 )
...
* ReplayGain support
- extract ReplayGain tags from files, expose via native api
- use metadata to normalize audio in web player
* make pre-push happy
* remove unnecessary prints
* remove another unnecessary print
* add tooltips, see metadata
* address comments, use settings instead
* remove console.log
* use better language for gain modes
2026-01-02 20:21:18 +00:00
Deluan
768370f48e
Remove unused prop
2026-01-02 20:21:18 +00:00
Deluan
438215be42
Change Internet Radio UX
2026-01-02 20:21:18 +00:00
Deluan
e77c93c0cb
Change Players icon, to distinguish it from Internet Radios
2026-01-02 20:21:18 +00:00
Deluan
04251e063e
Add Size column to Album Songs view
2026-01-02 20:21:18 +00:00
Deluan
72c8323549
Add Size column to Artist and Album views
2026-01-02 20:21:18 +00:00
Deluan
d2efc27892
Hide togglable columns when in Album Grid view mode. Fixes #2064
2026-01-02 20:21:18 +00:00
dependabot[bot]
d6fa95655f
Bump @material-ui/styles from 4.11.4 to 4.11.5 in /ui ( #2093 )
...
Bumps [@material-ui/styles](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-styles ) from 4.11.4 to 4.11.5.
- [Release notes](https://github.com/mui-org/material-ui/releases )
- [Commits](https://github.com/mui-org/material-ui/commits/HEAD/packages/material-ui-styles )
---
updated-dependencies:
- dependency-name: "@material-ui/styles"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 20:21:18 +00:00
Deluan
4bbfa17bdf
Sort radio stations by name
2026-01-02 20:21:17 +00:00
Deluan
317d179d21
Make Radio Create and Edit forms consistent
2026-01-02 20:21:17 +00:00
Kendall Garner
2cab4a4352
Add Internet Radio support ( #2063 )
...
* add internet radio support
* Add dynamic sidebar icon to Radios
* Fix typos
* Make URL suffix consistent
* Fix typo
* address feedback
* Don't need to preload when playing Internet Radios
* Reorder migration, or else it won't be applied
* Make Radio list view responsive
Also added filter by name, removed RadioActions and RadioContextMenu, and added a default radio icon, in case of favicon is not available.
* Simplify StreamField usage
* fix button, hide progress on mobile
* use js styles over index.css
Co-authored-by: Deluan <deluan@navidrome.org>
2026-01-02 20:21:17 +00:00
Gil Desmarais
88ed6c6090
Respect prefers-reduced-motion browser configuration ( #2090 )
...
Signed-off-by: Gil Desmarais <git@desmarais.de>
Signed-off-by: Gil Desmarais <git@desmarais.de>
2026-01-02 20:21:17 +00:00
Deluan
aa5c8012f9
Don't refresh artistInfo when setting artist's love/rating
2026-01-02 20:21:17 +00:00
bornav
3d1b8f333c
Replace the LoveButton with ArtistContextMenu in the artist page - #1979
2026-01-02 20:21:17 +00:00
Deluan
aa5979c7ea
Add local agent, only for images
2026-01-02 20:21:16 +00:00
Deluan
5cc9915ea9
Fix Download Dialog not showing in Artist page
2026-01-02 20:21:15 +00:00
Deluan
4eea76efb0
Move react-scripts to devDependencies
2026-01-02 20:21:15 +00:00
dependabot[bot]
5047763f40
Bump decode-uri-component from 0.2.0 to 0.2.2 in /ui
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 20:20:47 +00:00
dependabot[bot]
fedee7e8fe
Bump json5 from 1.0.1 to 1.0.2 in /ui
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 20:20:47 +00:00
dependabot[bot]
0388092e87
Bump prettier from 2.4.1 to 2.8.2 in /ui
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.4.1 to 2.8.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.8.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 20:20:47 +00:00
Deluan
e850665ebc
Serve artist placeholder directly, instead of using LastFM's CDN
2026-01-02 20:20:20 +00:00
Celyn Walters
40dec2bf78
Hide LastFM icons if config.lastFMEnabled is false ( #1935 )
...
Hide LastFM icons if `config.lastFMEnabled` is false
2026-01-02 20:20:20 +00:00
Deluan
096ea99dc2
Better error handling
2026-01-02 20:20:20 +00:00
Deluan
b398921d76
Created dedicated artwork readers
2026-01-02 20:20:19 +00:00
Deluan
372b6f0041
Remove unnecessary cache invalidator, as ID nows contains the updatedAt value
2026-01-02 20:20:19 +00:00
Deluan
10865927c4
Fix DevFastAccessCoverArt flag
2026-01-02 20:20:18 +00:00
Deluan
9349c062eb
Fix UI artwork id creation
2026-01-02 20:20:18 +00:00
Deluan
22cfd3918f
Handle mediafile covers
2026-01-02 20:20:17 +00:00
Deluan
b7aefb3719
Load artwork from embedded
2026-01-02 20:20:17 +00:00
Kendall Garner
6ff486c162
Add Date Added column in Album and Song lists ( #2055 )
2026-01-02 20:20:16 +00:00
Deluan
76e36b6901
Change "Go to current song" hotkey.
...
It was blocking Cmd-C (copy on macOS)
2026-01-02 20:20:16 +00:00
Kendall Garner
b130c69cfd
Enable transcoding of downlods ( #1667 )
...
* feat(download): Enable transcoding of downlods - #573
Signed-off-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
* feat(download): Make automatic transcoding of downloads optional
Signed-off-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
* Fix spelling
* address changes
* prettier
* fix config
* use previous name
Signed-off-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
2026-01-02 20:19:53 +00:00
Deluan
7b34acb630
Change "current song" hotkey English label
2026-01-02 20:18:17 +00:00
Robert Sammelson
03e05f0fa2
Keyboard shortcut to go to current song ( #2029 )
...
* feat(hotkeys): keyboard-shortcut-for-current-song - #1336
Signed-off-by: Pavithra Nair <pmpavithranair@gmail.com>
* Fix previously mentioned bugs
Signed-off-by: Pavithra Nair <pmpavithranair@gmail.com>
Co-authored-by: Pavithra Nair <pmpavithranair@gmail.com>
2026-01-02 20:18:17 +00:00
Deluan
1efc698744
Increase number of "Shuffle All" songs
2026-01-02 20:18:17 +00:00
Robert Sammelson
eb6b407a34
Fix bug in duration format logic ( #2026 )
2026-01-02 20:18:17 +00:00
Deluan
c340cf744c
Use forked react-player. May fix issue #1472
2026-01-02 20:17:50 +00:00