Skip to content

Select between multiple outputs #34

@zinahe

Description

@zinahe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions