An audio player which runs as a daemon and can be controlled by clients locally or remotely.
4
votes
1answer
99 views
ncmpcpp character problem
This was really wired! All = became q on my xfce4-terminal app, what's wrong with it?
Any ideas?
%> set | grep LANG
LANG=en_US.utf8
LANGUAGE=en_US.utf8
3
votes
0answers
70 views
Anyone know a dynamic lyric display application for mpd that works on Arch Linux?
I'm looking for a dynamic lyric display app, not like in sonata, static display in a tab, but dynamic ones, show corresponding lines as the music plays
2
votes
0answers
24 views
Stream system audio through mpd
I use mpd to stream music to my phone (connected to Hi-Fi) via http.
Yet, this only works for songs in my mpd database. I oftentimes want to play stuff in my browser and would like that to be ...
2
votes
1answer
105 views
How to fix mpc timeout error
I'm using mpc/mpd on Raspbian (debian). Running MPD it starts:
sudo mpd --no-daemon --stdout --verbose /etc/mpd.conf
config: loading file /etc/mpd.conf
path: path_set_fs_charset: fs charset is: ...
2
votes
2answers
384 views
mpd: no audio output with PulseAudio, no mixing with ALSA
I am trying to use mpd with PulseAudio output. Thus I wrote the following in /etc/mpd.conf:
music_directory "/mnt/dados/Musicas"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file ...
2
votes
0answers
132 views
Audio quality issues with mpd
I have been using mpd for a long time now and absolutely love it.
However, I recently added a few video files to the mpd database. Now I understand mpd won't play the video files, I don't want it to.
...
1
vote
1answer
305 views
complicated mpd/ssh setup howto?
I've recently acquired a raspberry pi and plan to use it as a home-computer and web/file-server.
The setup
I have a pretty big (3TB) HD hooked up to it that has all my music on it. I also have a ...
0
votes
0answers
38 views
MPD error on OSX: “problems setting volume”
Getting this error when trying to set volume with MPC on OSX:
error: problems setting volume
Here's a snippet of my .mpdconf:
audio_output {
type "osx"
name "OSX"
mixer_type "software"
}
...