mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #182] Create app.toml with default values if it doesn't exist #91
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#91
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 @yerke on GitHub (Apr 24, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/182
Is your feature request related to a problem? Please describe.
I was trying to figure out how to enable media controls on macOS. It took me a while to figure out the correct syntax of app.toml by looking in
examplesdirectory.Describe the solution you'd like
If
app.tomldoesn't exist in$HOME/.config/spotify-player, create it with default values, so it's easier for users to modify it.Describe alternatives you've considered
Do nothing.
Additional context
Thanks for creating spotify-player. It seems really solid.