aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
2.95k stars 132 forks source link

New AUR package - adding to README? #441

Closed blackthorne7 closed 2 months ago

blackthorne7 commented 2 months ago

hi! i created an AUR package that compiles with all the disabled features exposed. It also compiles with Pulseaudio/Pipewire as the audio backend instead of rodio.

PS. is there a reason why these features are disabled by default?

aome510 commented 2 months ago

Thanks for the PR.

is there a reason why these features are disabled by default?

More features mean more stuff to compile and some don't work well in other systems, e.g. image doesn't render well on some terminals, media-control requires spawning a separate window and will not work with daemon on macos, etc.