mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #533] Add more feature options to Homebrew formula #1241
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#1241
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 @juliusdelta on GitHub (Aug 6, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/533
Is your feature already implemented in the latest
master?No
Is your feature request related to a problem? Please describe.
Using Homebrew install
spotify-playeron MacOS yields some limitations in some of the features the project has to offer, namely, the choice to use the daemon. I instead have to install with Cargo straight away instead of having an option available in the Homebrew Formula.Describe the solution you'd like
I'd like to implement a
--with-daemonflag to the Homebrew Formula which will of course need to build withoutmedia-controlbut build withdaemonfeature.I personally don't mind opening a PR my self, I just wanted to know if there was a specific reason this hadn't been implemented yet. I'd also be willing to add some other flags as well like
--with-fzf.Describe alternatives you've considered
It's probably ok to require users to install via
cargoin order to get this additional feature, however, it's less convenient that being able to just do it frombrew install.Additional context
According to the Homebrew documentation adding this would as easy as adding the following (untested code) to the Homebrew formula:
@aome510 commented on GitHub (Aug 6, 2024):
Please create an issue in the corresponding homebrew repo or email the maintainer of
spotify_playerbrew formula. This repo is not responsible for any external packages.