hektiker1983 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

MPD Binding cannot connect to MPD server requiring a password #319

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The MPD binding only allows the MPD server hostname and port to be specified.  
If the MPD server requires a password; then the OpenHab MPD binding always 
fails to connect as there is no means by which to enter the password in openhab.

Original issue reported on code.google.com by AnthonyG...@googlemail.com on 27 May 2013 at 11:41

GoogleCodeExporter commented 8 years ago
Fixed with 
http://code.google.com/p/openhab/source/detail?r=a28b96fba6128f1384b5bd1a525b769
e097228e6. Will be available with tomorrows CI-Build.

Original comment by teichsta on 27 May 2013 at 12:08

GoogleCodeExporter commented 8 years ago
Awesome, speedy.  Just pulled your change.  It needed one more alteration to 
work completely; I just needed to add "password" to the regex on line 97 of 
MpdBinding.java

( See: 
https://code.google.com/r/anthonygreen98-bindings/source/diff?spec=svnb2cbd2e80b
1f39f20c72b5feff5158af1da91f22&r=b2cbd2e80b1f39f20c72b5feff5158af1da91f22&format
=side&path=/bundles/binding/org.openhab.binding.mpd/src/main/java/org/openhab/bi
nding/mpd/internal/MpdBinding.java )

Original comment by AnthonyG...@googlemail.com on 27 May 2013 at 1:35

GoogleCodeExporter commented 8 years ago
done (see 
http://code.google.com/p/openhab/source/detail?r=52c0f0b18d5b0e7012b8b2c6e72cc63
9d02665fc)

Original comment by teichsta on 27 May 2013 at 1:50