mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[PR #180] [MERGED] Add config option to use album gain instead of track gain #239
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/180
Author: @skeller
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @devgianlu
Base:
master← Head:album_gain📝 Commits (1)
e8788ecAdd config option to use album gain instead of track gain📊 Changes
3 files changed (+17 additions, -1 deletions)
View changed files
📝
cmd/daemon/main.go(+2 -0)📝
config_schema.json(+5 -0)📝
player/player.go(+10 -1)📄 Description
librespot (Rust) has an option for it, the original client uses album gain automatically if playing from album.
No volume jumps between tracks when playing a live album.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.