I tried to install myMPD, however part of the setup instructions says go to 192.168......:1333. Problem IS my local network uses 10.10.... and not the standard 192.168.... myMPD is not like LMS were it just adopts the current IP of the machine its on and uses the same port.
Besides switching my whole local network back to 192.168..... would there be any other way to connect to the web GUI?
Also BTW, trying to Uninstall myMPD along with MPD via the Dietpi GUI does not work....I had to manually uninstall and purge then do a autoremove.
myMPD HELP PLEASE
Re: myMPD HELP PLEASE
Use the IP address of your Pi machine...if it is DHCP you might have to use your router to figure out what the IP address is, if it's static then use the 10.10.*.*:1333 one
Re: myMPD HELP PLEASE
Hi WarHawk
I tried my local machine IP, nothing.
I updated the mympd.conf file to
#myMPD config file
#Connection to mpd
mpdhost = 10.10.12.108<----local IP
mpdport = 6600
#mpdpass =
#Webserver options
webport = 1333
#Enable ssl
ssl = true<-----True per directions
sslport = 443
sslcert = /etc/mympd/ssl/server.pem
sslkey = /etc/mympd/ssl/server.key
#myMPD user
user = mympd
#Port for mpd http stream
streamport = 8000
#Name for coverimages
coverimage = folder.jpg
#myMPD statefile
statefile = /var/lib/mympd/mympd.state
#Enable mixramp settings
mixramp = false
#Enable usage of mpd stickers for play statistics and voting
stickers = true
group = dietpi
~~~~~~~~~~~~~~~~~~~~~
I enter 10.10.12.108:1333 in my browser and nothing
I tried my local machine IP, nothing.
I updated the mympd.conf file to
#myMPD config file
#Connection to mpd
mpdhost = 10.10.12.108<----local IP
mpdport = 6600
#mpdpass =
#Webserver options
webport = 1333
#Enable ssl
ssl = true<-----True per directions
sslport = 443
sslcert = /etc/mympd/ssl/server.pem
sslkey = /etc/mympd/ssl/server.key
#myMPD user
user = mympd
#Port for mpd http stream
streamport = 8000
#Name for coverimages
coverimage = folder.jpg
#myMPD statefile
statefile = /var/lib/mympd/mympd.state
#Enable mixramp settings
mixramp = false
#Enable usage of mpd stickers for play statistics and voting
stickers = true
group = dietpi
~~~~~~~~~~~~~~~~~~~~~
I enter 10.10.12.108:1333 in my browser and nothing

Re: myMPD HELP PLEASE
btw, I can connect to MPD with an external client just fine, the database updated etc. etc.
I wonder if something is blocking the port??
Hmmmmm
Nope all I get is connection refused.
I wonder if something is blocking the port??
Hmmmmm
Nope all I get is connection refused.
Re: myMPD HELP PLEASE
I see here that this was actually a bug and was fixed in version 4.1.2 a couple of days ago.
Is there anyway I can find out which version I have and/or update it to the latest version?
https://github.com/jcorporation/myMPD/issues/54
Is there anyway I can find out which version I have and/or update it to the latest version?
https://github.com/jcorporation/myMPD/issues/54
Re: myMPD HELP PLEASE
Unknown on seeing what version
Have you installed all dependencies?
https://github.com/jcorporation/myMPD
Have you installed all dependencies?
https://github.com/jcorporation/myMPD
Re: myMPD HELP PLEASE
Dependencies
libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/ <------This does install via the Dietpi installer 100% sure
OpenSSL: https://www.openssl.org/ <-------Not sure if this installed, I did see the below files so I assume it did...
Saw these files so I assume openssl installed via the dietpi installer too.
sslcert = /etc/mympd/ssl/server.pem
sslkey = /etc/mympd/ssl/server.key
I tried everything I could think of, made sure ports were open and forwarded in the router, changed ports, etc. etc.
Only thing I can think of is the bug in the old version that was talked about in the github post.
Shrugging shoulders....
I might try a manual install just for kicks, see what happens.
libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/ <------This does install via the Dietpi installer 100% sure
OpenSSL: https://www.openssl.org/ <-------Not sure if this installed, I did see the below files so I assume it did...
Saw these files so I assume openssl installed via the dietpi installer too.
sslcert = /etc/mympd/ssl/server.pem
sslkey = /etc/mympd/ssl/server.key
I tried everything I could think of, made sure ports were open and forwarded in the router, changed ports, etc. etc.
Only thing I can think of is the bug in the old version that was talked about in the github post.
Shrugging shoulders....
I might try a manual install just for kicks, see what happens.
Re: myMPD HELP PLEASE
Anything in the logs...are there any even logs?
Re: myMPD HELP PLEASE
No log file...
I think we jumped the gun including myMPD, looks like it needs more testing.
I tried it on all of my boards and the results are the same.
Sparky
ASUS Tinkerboard
Odroid C2
All versions of Raspberry Pi
Looks simple enough, should be simple enough....but its not.
I think we jumped the gun including myMPD, looks like it needs more testing.
I tried it on all of my boards and the results are the same.
Sparky
ASUS Tinkerboard
Odroid C2
All versions of Raspberry Pi
Looks simple enough, should be simple enough....but its not.
Re: myMPD HELP PLEASE
Maybe a DEV guy can jump in...I'm at a loss