We are moving! New user registrations to this forum is now closed. Posting here will be disabled eventually. Please go to the new community for your Snakeoil OS support and other discussions. (June 03)

New community website: https://community.snakeoil-os.net (June 03)

Join us in the new community by Creating a new account. (June 04)


[SOLVED] myMPD showing as disconnected
#11
(18-Oct-2021, 08:11 PM)bodiebill Wrote: Having the same problem on my RPi4 ("MPD disconnected") I tried this solution however the fw above does not work for raspbian. Then I tried the mympd-Fix-1_0_2-armv7l.fw fix from the older post, but after applying that, MyMPD is no longer working at all via port 8080. Any advice?
Can you generate a diagnostic file and send it to me for a quick look.. I have a Pi that's in the middle of 1.2.1 and 1.2.2 and can't test it easily. It'll probably be late in the week before I can sit down properly and get my Pi act together. Hopefully you're ok with that?

In the mean time, you can always use a mobile MPD client to control MPD
Snakeoil Operating System - Music, your way!
Reply
#12
(19-Oct-2021, 06:03 AM)agent_kith Wrote:
(18-Oct-2021, 08:11 PM)bodiebill Wrote: Having the same problem on my RPi4 ("MPD disconnected") I tried this solution however the fw above does not work for raspbian. Then I tried the mympd-Fix-1_0_2-armv7l.fw fix from the older post, but after applying that, MyMPD is no longer working at all via port 8080. Any advice?
Can you generate a diagnostic file and send it to me for a quick look.. I have a Pi that's in the middle of 1.2.1 and 1.2.2 and can't test it easily. It'll probably be late in the week before I can sit down properly and get my Pi act together. Hopefully you're ok with that?

In the mean time, you can always use a mobile MPD client to control MPD

Hi,
I'm having a similar problem as the OP, running on a Raspberry Pi 4b.

I've done some projects like this in the past but never something quite like this. I managed to install Raspbian, ran some terminal scripts to update Raspbian and then using the terminal install the SnakeOil OS on top. I used the web GUI to update the SnakeOil OS version to 1.2.1. At first I wanted to use LMS since I was familiar with it and I have a PiCorePlayer Squeezelite endpoint set up, but after reading that people think MPD is more revealing its what I want to go with. Problem is that nether of them work for me Sad.

Attached is what the OS says with MPD and LMS, as well as the GUI for MPD.            

Just made a log file and sent it to you, Agent Kith
Reply
#13
(12-Jan-2022, 03:11 AM)fat cat Wrote: set up, but after reading that people think MPD is more revealing its what I want to go with. Problem is that nether of them work for me Sad.

Attached is what the OS says with MPD and LMS, as well as the GUI for MPD.

Just made a log file and sent it to you, Agent Kith
I've got your file.. WIll look into this later this weekend.. Have some home stuffs to do tonight, tomorrow and Sat so hopefully can get back to you sometime this Sunday (WAST).
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • fat cat
Reply
#14
(12-Jan-2022, 03:11 AM)fat cat Wrote: Just made a log file and sent it to you, Agent Kith
Your MyMPD problem is the same as the OP, Uploading the file in post #7 should fix it.

Can you try that and let me know if it works for you? Steps are
  1. Download the module file in post #7.
  2. Go to the Snakeoil WebApp
  3. Go to System
  4. Upload the module in the install box
  5. Restart your Snakeoil computer
  6. Select the MPD player if you havn't done so already
Let me know how it goes.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • fat cat
Reply
#15
(17-Jan-2022, 07:22 AM)agent_kith Wrote: Upload the module in the install box

I uploaded it but it returns that the file is not meant for my CPU, I think the OP is using x86 and I'm using a Raspberry Pi.
Reply
#16
(18-Jan-2022, 11:46 AM)fat cat Wrote: I uploaded it but it returns that the file is not meant for my CPU, I think the OP is using x86 and I'm using a Raspberry Pi.
Hmm. For now, modify /etc/mympd.conf by running the following commnad:
Code:
sudo pico /etc/mympd.conf

Manually edit the top of the file so it looks like this:
Code:
mpd]
#Connection to mpd, unix socket or host/port, socket preferred
#host = /run/mpd/socket
host = 127.0.0.1
port = 6600
#pass =
#host = /run/mpd/socket

Basically, enable the host to a IP address and port to 6600. Save the file, and restart your computer. Does Mympd work now?

I'll see what's wrong with uploading this to the Pi later this week when I can.
Snakeoil Operating System - Music, your way!
Reply
#17
(18-Jan-2022, 06:47 PM)agent_kith Wrote: Basically, enable the host to a IP address and port to 6600. Save the file, and restart your computer. Does Mympd work now?

I gave it a shot but MyMPD still says "MPD Disconnected", here's what I came up with.

[Image: Snake-Oil-MPD-config-1-2.png]

Then; Ctrl + X, Y, enter, sudo reboot.

I checked MyMPD and it was still down so just to make sure it wasn't my network I tried to see if I was connected to the RPI. I followed this guide and tried to check the connections my computer was connected to using netstat -aon.

[Image: netstat-rpi.png]

I'm not sure how to interpret these results because the IP of the RPI is 192.168.2.163... no other RPI's on the network. Maybe this doesn't mean anything.

I'm going to look into the network more and see if that's the problem.
Reply
#18
(21-Jan-2022, 02:17 AM)fat cat Wrote: [Image: netstat-rpi.png]
This is interesting. Can you run the following on the Snakeoil computer:

Code:
netstat -an|grep 6600

What does it say?
Snakeoil Operating System - Music, your way!
Reply
#19
(21-Jan-2022, 06:49 AM)agent_kith Wrote: What does it say?

[Image: netstat-grep-ports-1-21-22.png]

I ran the command you said and also reran netstat -aon to see what connections my PC was making.

[Image: netstat-grep-ports-1-1-1-21-22.png]

It's a little blurry but it seems like there are some connections being made that the PC and RPI says are connected and some that the PC says are connected but the RPI says are not connected. Does any of it make sense to you? I don't understand how the web IP can be 192.168.2.163 and the PC says the IP is 192.168.2.10x (it was 106 now its 105).
Reply
#20
(22-Jan-2022, 10:39 AM)fat cat Wrote: It's a little blurry but it seems like there are some connections being made that the PC and RPI says are connected and some that the PC says are connected but the RPI says are not connected. Does any of it make sense to you? I don't understand how the web IP can be 192.168.2.163 and the PC says the IP is 192.168.2.10x (it was 106 now its 105).
Looks like it should be working. I don't quite know why why. Hopefully tomorrow i can get some time to spin up my test pi build. It's been seriously hot lately here in Perth. Climbing to 35 degrees now and going up..

I'm gonna stop work and find a hole to hide soon....
Snakeoil Operating System - Music, your way!
Reply


Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fail to install myMPD sjtuross 9 1,942 03-Mar-2024, 08:45 PM
Last Post: hkphantomgtr
  [SOLVEDUnable to disable myMPD mb32 5 2,306 11-Feb-2023, 08:04 AM
Last Post: Bromf
  [SOLVEDMyMPD fixed database loading MPD Bromf 2 1,503 06-Feb-2023, 05:09 AM
Last Post: Bromf
  [SOLVEDGapless myMPD? cpcat 2 1,437 05-Feb-2023, 12:19 PM
Last Post: cpcat
  MyMPD fails to update artwork. Bromf 9 3,343 24-Dec-2022, 06:52 PM
Last Post: agent_kith



Users browsing this thread: 1 Guest(s)
[-]
Our Sponsors

[-]
Latest Threads
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 1891
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1402
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 8414
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 846
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 612
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 4695
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 5081
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 14191
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 4124
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1097

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.