mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #270] Enable extra features in a Homebrew Install #137
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#137
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 @fusion-9 on GitHub (Oct 16, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/270
How do you enable the extra features like notify, lyrics, etc on a homebrew install? I was looking at the documentation and commands available but I couldn't figured out.
@aome510 commented on GitHub (Oct 16, 2023):
You can enable a feature by specifying
--featureswhen runningcargo install/build. IIRC, homebrew package does have all extra features enabled (notify, lyric, etc): https://github.com/Homebrew/homebrew-core/blob/master/Formula/s/spotify_player.rb#L33. README does mention how to install it.