You are not logged in.
Hello all
I'm trying to use MPD, I've yet configured it and i cannot say that the configuration doesn't works but something goes wrong.
The connection dropped after some time, I can start and use ncmpc but after some time it says: Connection refused.
That is the conf file, I'm using a per user configuration
# Required files
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
# Optional
music_directory "/media/hdext/Musica"
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
log_level "verbose"
audio_output {
type "pulse"
name "pulse audio"
## server "remote_server" # optional
## sink "remote_server_sink" # optional
}
replaygain "album"
auto_update "yes"
The music folder is in external hd.
Offline
What output does the verbose output show?
mpd --no-daemon --stdout --verbose
You could also just use Rasi's simple setup script to configure it correctly...
Offline
Those are the last 7 lines.
client: [0] process command "status"
client: [0] command returned 0
client: [0] process command "idle"
client: [0] command returned 1
ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: ISO: File Type Major Brand: M4A
ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set
zsh: segmentation fault (core dumped) mpd --no-daemon --stdout --verbose
It started to scan the library but then while I was playing a track ncmpc reported: connection refused.
The rasi's script is not online anymore.
Offline
sorry for that. had some changes on server.. link fixed.
anyway your issue seems like some corrupt files.
start mpd with
mpd --verbose --stdout --no-daemon
and watch what files make it choke.
@jasonwryan: one more post!
Last edited by Rasi (2014-01-23 17:21:16)
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Well maybe it could be a problem related to .m4a files?
update: reading Radiohead/The Bends/01 - Planet Telex - The Bends.m4a
ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: ISO: File Type Major Brand: M4A
ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, timescale not set
zsh: segmentation fault (core dumped) mpd --verbose --stdout --no-daemon
I'm gonna do some tries.
Tries done, the problem is related to the .m4a files.
Last edited by dartfira (2014-01-25 10:37:34)
Offline