The above mpd.conf is configured for local playback, this is also what MPD is designed to do.
ncmpc(pp) is just a remote control for the daemon.
Search found 52 matches
- July 29th, 2014, 8:00 pm
- Forum: Help
- Topic: Cannot hear any sound
- Replies: 4
- Views: 3160
- July 29th, 2014, 7:04 pm
- Forum: Help
- Topic: Cannot hear any sound
- Replies: 4
- Views: 3160
Re: Cannot hear any sound
Did you attach your raspberry pi to a set of speakers?
- July 5th, 2014, 11:28 am
- Forum: Help
- Topic: Deinstall MPD impossible
- Replies: 13
- Views: 6537
Re: Deinstall MPD impossible
How did you install MPD (from a ppa, or from the normal repo)? this again is a broken package and not a MPD issue.
try if you can install libavformat library.
try if you can install libavformat library.
- July 5th, 2014, 8:58 am
- Forum: Help
- Topic: Deinstall MPD impossible
- Replies: 13
- Views: 6537
Re: Deinstall MPD impossible
It is an odity with the package. It does not uninstall unless it has a working MPD with a working pid_file. quick hack open /etc/init.d/mpd and on the first line of mpd_stop() { (line 73 for me) add exit 0: mpd_stop() { exit 0 } This should make it happy and remove MPD. I am not sure why the debian/...
- July 4th, 2014, 4:30 pm
- Forum: Developers' Corner
- Topic: [bug] signed integer limitation on playlist length
- Replies: 7
- Views: 5197
Re: [bug] signed integer limitation on playlist length
I have _no_ idea why you keep complaining about it and calling it stupid. This limit has been there for at least 11 years and nobody found this 'arbitrary' number a problem before. For developers this might have been a very logical number to pick. Anyway I am closing this topic, feedback is apprecia...
- July 2nd, 2014, 1:31 pm
- Forum: Developers' Corner
- Topic: [bug] signed integer limitation on playlist length
- Replies: 7
- Views: 5197
Re: [bug] signed integer limitation on playlist length
No problem. Making it a nice round number might be better.
- July 2nd, 2014, 12:32 pm
- Forum: Developers' Corner
- Topic: [bug] signed integer limitation on playlist length
- Replies: 7
- Views: 5197
Re: [bug] signed integer limitation on playlist length
Did you actually check the CODE? or just assumed it was a signed/unsigned issue?
If you check the available options for mpd configuration file you will see this has nothing todo with signed integer limitation but it is a configuration option.
If you check the available options for mpd configuration file you will see this has nothing todo with signed integer limitation but it is a configuration option.
- May 16th, 2013, 5:39 pm
- Forum: Help
- Topic: MPD stops streaming on network error.
- Replies: 3
- Views: 2694
Re: MPD stops streaming on network error.
File a bug report: http://bugs.musicpd.org
- May 8th, 2013, 8:18 pm
- Forum: Help
- Topic: headphone <-> speakers switching
- Replies: 2
- Views: 2526
Re: headphone <-> speakers switching
GMPC does not standalone audio control. It is a remote control for MPD.
I don't think it is easy to set this up in MPD.
I don't think it is easy to set this up in MPD.
- May 8th, 2013, 6:16 am
- Forum: Help
- Topic: Does not play WAVs while MP3s, OGGs and FLACs are ok.
- Replies: 2
- Views: 2401
Re: Does not play WAVs while MP3s, OGGs and FLACs are ok.
Please make an issue for this on our bugtracker.
- May 8th, 2013, 6:13 am
- Forum: Help
- Topic: How to install newer versions
- Replies: 1
- Views: 2041
Re: How to install newer versions
What os are you running? What version/distribution?
You might want to check if there is a pre-build package available for your os.
Have you checked the "Installation" link on the main website: http://mpd.wikia.com/wiki/Install
You might want to check if there is a pre-build package available for your os.
Have you checked the "Installation" link on the main website: http://mpd.wikia.com/wiki/Install
- May 8th, 2013, 6:02 am
- Forum: Help
- Topic: multiple user startscript on debian
- Replies: 3
- Views: 2858
Re: multiple user startscript on debian
you can stop a running mpd by doing mpd --kill (see man page!)
Other way is to send it a TERM signal (it will nicely shutdown).
How to start it on system startup depends on your distribution, best is to ask their support system.
Other way is to send it a TERM signal (it will nicely shutdown).
How to start it on system startup depends on your distribution, best is to ask their support system.
- May 7th, 2013, 5:52 am
- Forum: General Discussion
- Topic: 16bit sources on 32bit USB receiver
- Replies: 2
- Views: 2596
Re: 16bit sources on 32bit USB receiver
I agree partially with ran, if you have a good! DAC do not change bit depth. But like always, there is a but: 1. Some cheaper DACs perform significantly better at 24bit then 16bit. They might not automatically upsample. 2. When doing Software Volume (so modifying the sound to reduce volume), use 24/...
- May 2nd, 2013, 10:11 am
- Forum: Tips, Tricks, and Hacks
- Topic: Build-In HTTP Server Settings
- Replies: 1
- Views: 3811
Re: Build-In HTTP Server Settings
Don't open it to the world, and forward it to your pc using an ssh tunnel?
- May 2nd, 2013, 8:25 am
- Forum: Help
- Topic: multiple user startscript on debian
- Replies: 3
- Views: 2858
Re: multiple user startscript on debian
Starting Multiple deamons for multiple users is not supported by the debian init script, this is something you need to solve. (as it is not a MPD issue).
- May 2nd, 2013, 8:22 am
- Forum: Help
- Topic: ALSA error on bluetooth audio removal
- Replies: 3
- Views: 2867
Re: ALSA error on bluetooth audio removal
Write a bug report on the MPD bugtracker, it is probably good if the output is disabled. (though the error message given by ALSA might not be informative enought to detect this.)
- May 2nd, 2013, 5:27 am
- Forum: Tips, Tricks, and Hacks
- Topic: Raspberry Pi mpd -> Serial port -> Arduino?
- Replies: 2
- Views: 4366
- April 17th, 2013, 9:30 am
- Forum: Help
- Topic: High CPU Usage on HTTP connection
- Replies: 2
- Views: 2400
Re: High CPU Usage on HTTP connection
No, MPD will always re-encode. This is needed to make a consistent stream..
- April 17th, 2013, 9:29 am
- Forum: Help
- Topic: How do you disable the samplerate_converter?
- Replies: 1
- Views: 1928
Re: How do you disable the samplerate_converter?
Sample rate conversion is only used when needed, if your card support it, MPD will not resample.
If it does not support, either alsa or MPD will resample. For more information see alsa documentation and the MPD alsa output plugin:
http://www.musicpd.org/doc/user/ch05s05.html#idp5650208
If it does not support, either alsa or MPD will resample. For more information see alsa documentation and the MPD alsa output plugin:
http://www.musicpd.org/doc/user/ch05s05.html#idp5650208
- April 17th, 2013, 9:23 am
- Forum: Help
- Topic: DB doesn't contain all my music.
- Replies: 3
- Views: 2700
Re: DB doesn't contain all my music.
Second: Run MPD with --verbose and let it rescan the library, the log should contain more information now.
You can either issue a rescan from a client, or easier, stop MPD delete the db file andd start it with verbose.
You can either issue a rescan from a client, or easier, stop MPD delete the db file andd start it with verbose.