mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #5] [MERGED] Default volume 50% and --initial-volume argument #773
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#773
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/librespot-org/librespot/pull/5
Author: @fossedihelm
Created: 12/7/2017
Status: ✅ Merged
Merged: 12/19/2017
Merged by: @ComlOnline
Base:
master← Head:master📝 Commits (8)
20fc764default volume to 50%c8a2190default volume to 20% (my config)9e51977reset volume to 50%8313da5--initial-volume as parameter1dc99e3check if argument of initial-value is a numberac39da6check if argument of initial-value is in the [0,100 range94e4cd8merge ColmOnline changesde2b4ccadded comments and edited README📊 Changes
5 files changed (+46 additions, -16 deletions)
View changed files
📝
Cargo.lock(+7 -7)📝
README.md(+6 -5)📝
core/src/config.rs(+1 -0)📝
src/main.rs(+30 -2)📝
src/spirc.rs(+2 -2)📄 Description
You can set initial volume to a value in [0-100].
e.g.
target/release/librespot --name DEVICENAME --initial-volume 40If not present the default volume will be 50% instead of 100%. IMO this allows user to have a better control: you can turn up and down the volume (before you can only turn it down).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.