-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
Thank you for sharing your hard work, MPDCtrl, with the world. It's a wonderful beautiful tool I have come to make use of on daily basis. One question: I have multiple outputs configured in MPD as follows:
Default output
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,0" # optional, adjust as needed
}
Second output for a USB DAC
audio_output {
type "alsa"
name "My USB DAC"
device "hw:1,0" # optional, adjust as needed
enabled "no" # Start disabled by default
}
Is it possible to select/enable either one in MPDCtrl? I believe the equivalent command to change output in mpc would be "mpc enable/disable "My ALSA Device"; and "mpc outputs" to get the list of configured outputs.
Thanks
Metadata
Metadata
Assignees
Labels
No labels