Hacker News new | ask | show | jobs
by oneeyedpigeon 3897 days ago
How do I select a specific output plugin? When I try to run cmus on OSX I get an error:

Error: selecting output plugin '': no such plugin

'cmus --plugins' lists a single plugin: ao.

1 comments

Create a

    ~/.cmus/rc
file and add

    set output_plugin=ao
that should get it working on OSX.
Thank you! I struggled with that for so long, and ended up installing via brew after giving up on a source build. Weird that even that process didn't set up the rc file properly.