Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
You probably just need to populate your playlist with your full collection, I was thrown by this initially and every now and again, following updates I think, I have to re-run the command:
You probably just need to populate your playlist with your full collection, I was thrown by this initially and every now and again, following updates I think, I have to re-run the command:
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
Try to search fro mpd in the process list rather than starting a new instance?
Code:
ps -A|grep mpd
mpd can be a pain to set up sometimes so it's worth making sure it is actually running and listening. I asked whether yuo had a graphical client also because something like Gnome Music Player Client will give you confirmation of what is and is not working so you can work out whether mpd or ncmpcpp is causing the issues.
Try to search fro mpd in the process list rather than starting a new instance?
Code:
ps -A|grep mpd
mpd can be a pain to set up sometimes so it's worth making sure it is actually running and listening. I asked whether yuo had a graphical client also because something like Gnome Music Player Client will give you confirmation of what is and is not working so you can work out whether mpd or ncmpcpp is causing the issues.
I have amarok, is that good ?
No output for ps -A|grep mpd
I did sudo killall -9 mpd
and every time i do sudo mpd
it's output:
Code:
socket: Failed to bind to '127.0.0.1:6600': Address already in use
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
For starters you may be better off not running mpd with sudo -- it can be set to run as its own user as a service but I found that problematic with PulseAduio so I just run it as me and it works fine.
Amarok doesn't have any integration with mpd that I know of.
I think I found the instructions on the Arch wiki here: https://wiki.archlinux.org/index.php....28per_user.29
Until you get mpd sorted out you'll have no luck with ncmpcpp or any other mpd client.
For starters you may be better off not running mpd with sudo -- it can be set to run as its own user as a service but I found that problematic with PulseAduio so I just run it as me and it works fine.
Amarok doesn't have any integration with mpd that I know of.
I think I found the instructions on the Arch wiki here: https://wiki.archlinux.org/index.php....28per_user.29
Until you get mpd sorted out you'll have no luck with ncmpcpp or any other mpd client.
Hey, thank you for your time, I've solved the problem
port 6600 was taken, changed the port in both config files to 420 (kek) and now mpd work without errors and ncmpcpp show my music :3
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
Quote:
Originally Posted by xSqueal
Hey, thank you for your time, I've solved the problem
port 6600 was taken, changed the port in both config files to 420 (kek) and now mpd work without errors and ncmpcpp show my music :3
You're welcome, but it's probably worth finding out what is on port 6600.
Glad you have it working but I'd suggest keeping at it and reading the page I linked to in case anything comes up -- bear in mind it isn't written for Ubuntu but a great deal will apply.
A though occurs and that's to run
Code:
sudo service mpd stop
which will stop mpd if it is running as a service for root.
You're welcome, but it's probably worth finding out what is on port 6600.
Glad you have it working but I'd suggest keeping at it and reading the page I linked to in case anything comes up -- bear in mind it isn't written for Ubuntu but a great deal will apply.
A though occurs and that's to run
Code:
sudo service mpd stop
which will stop mpd if it is running as a service for root.
6600 port: tcp6
I don't know why it's there, but ok....
ty :3
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.