mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #512] Allow passing username and password through arguments #292
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#292
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?
Originally created by @Tiebe on GitHub (Jul 20, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/512
Is your feature request related to a problem? Please describe.
I'd like to integrate spotify-player into my NixOS config, including credentials. As of right now, anytime I reset my /home folder, or install on a new machine, I have to reauthenticate.
Describe the solution you'd like
It'd be awesome if there were a way to pass the username and password through the command line. I currently manage my secrets through sops-nix, and with an OneShot systemd service I would be able to authenticate anytime I rebuild NixOS.