You are not logged in.
Pages: 1
Hello! Can you help me? I have a problem: when opening ncmpcpp my songs are not displayed. Here are my logs when running mpd as mpd --verbose --stdout --no-daemon:
config_file: loading file /home/som/.config/mpd/mpd.conf
libsamplerate: libsamplerate converter 'Fastest Sinc Interpolator'
vorbis: Xiph.Org libVorbis 1.3.7
opus: libopus 1.5.2
sndfile: libsndfile-1.2.2
hybrid_dsd: The Hybrid DSD decoder is disabled because it was not explicitly enabled
simple_db: reading DB
output: No 'audio_output' defined in config file
output: Attempt to detect audio output device
output: Attempting to detect a alsa audio device
output: Successfully detected a alsa audio device
input: Input plugin 'qobuz' is not configured: No Qobuz app_id configured
curl: version 8.8.0
curl: with OpenSSL/3.3.0
event: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
state_file: Loading state file /home/som/.mpd/mpdstate
Here after running ncmpcpp:
client: [0] opened from 127.0.0.1:33402
client: [0] process command "status"
client: [0] command returned 0
client: [0] process command "plchanges "0""
client: [0] command returned 0
client: [0] process command "outputs"
client: [0] command returned 0
client: [0] process command "decoders"
client: [0] command returned 0
client: [0] process command "outputs"
client: [0] command returned 0
client: [0] process command "outputs"
client: [0] command returned 0
client: [0] process command "idle"
client: [0] command returned 1
And after pressing the "u" button:
client: [0] process command "update "/""
update: starting
update: spawned thread for update job id 1
client: [0] command returned 0
client: [0] process command "idle"
client: [0] command returned 1
client: [0] process command "status"
client: [0] command returned 0
client: [0] process command "idle"
client: [0] command returned 1
update: reading /***********.mp3
mpg123: mpg123_getformat() failed: Message: I am done with this track.
ffmpeg/mp3: Format mp3 detected only with low score of 1, misdetection possible!
ffmpeg/mp3: Failed to read frame size: Could not seek to 1026.
update: ignoring unrecognized file /************.mp3
update: finished
client: [0] process command "status"
client: [0] command returned 0
client: [0] process command "idle"
client: [0] command returned 1
Here is my mpd configuration:
bind_to_address "127.0.0.1"
music_directory "~/Music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file "~/.mpd/mpd.log"
pid_file "~/.mpd/mpd.pid"
state_file "~/.mpd/mpdstate"
And here is my ncmpcpp configuration:
ncmpcpp_directory = ~/.ncmpcpp
mpd_music_dir = ~/Music
Offline
update: reading /***********.mp3
mpg123: mpg123_getformat() failed: Message: I am done with this track.
ffmpeg/mp3: Format mp3 detected only with low score of 1, misdetection possible!
ffmpeg/mp3: Failed to read frame size: Could not seek to 1026.
update: ignoring unrecognized file /************.mp3
there's a bogus mp3 file, what's the output of
mpc status
mpc stats # nb. those are different commands
Online
Pages: 1