mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
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#248
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/205
Author: @markferry
Created: 9/11/2025
Status: 🔄 Open
Base:
master← Head:fix-201-separate-config📝 Commits (4)
2f4f31dfix #201: add --config flag31e3e62add --state flagca428a3add UserStateDir implementation2b54b74update Docker files📊 Changes
5 files changed (+89 additions, -24 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
README.md(+11 -6)📝
cmd/daemon/main.go(+36 -16)➕
cmd/daemon/os.go(+39 -0)📝
docker-compose.pulse.yml(+2 -1)📄 Description
Fixes #201
This moves state files from
os.UserConfigDirto a user state dir by default.The config file remains in the original location.
add --config flag
os.UserConfigDir()add --state flag
~/.local/stateos.UserConfigDir()config_diran alias forstateTo use the old behaviour:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.