Switch to unified view
a/mpd2src/scmakempdsender | b/mpd2src/scmakempdsender | ||
---|---|---|---|
... |
... |
||
115 | 115 | ||
116 | # MPD configuration in temporary file |
116 | # MPD configuration in temporary file |
117 | if externalvolume: |
117 | if externalvolume: |
118 | mixertype = 'null' |
118 | mixertype = 'null' |
119 | else: |
119 | else: |
120 | mixertype = 'software |
120 | mixertype = 'software'
|
121 | 121 | ||
122 | mpdconf_template=''' |
122 | mpdconf_template=''' |
123 | bind_to_address "localhost" |
123 | bind_to_address "localhost" |
124 | port "%d" |
124 | port "%d" |
125 | zeroconf_enabled "no" |
125 | zeroconf_enabled "no" |