mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #1092] Does spotify-tui support env variables in its client.yml? #504
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#504
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 @JohnCarterGonzalez on GitHub (Jul 6, 2023).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1092
I have my .config/spotify-tui/client.yml file like:
which references the env variables of spotify api. The main reason I am using env variables, is for commiting my config files. Is there a step I am missing? When I run:
echo $SPT_CLIENT_IDin the shell, the output is as expected. Yet when I runspt, it returns "INVALID CLIENT". Any help would be appreciated, thanks!@sewnie commented on GitHub (Jul 6, 2023):
It does not.
@JohnCarterGonzalez commented on GitHub (Jul 7, 2023):
thanks for the feedback