You are not logged in.

#1 2025-07-30 17:13:18

Doggo
Member
Registered: 2023-05-31
Posts: 18

[SOLVED] [Audio] mpd suddenly stops when switching to next composition

Summarizing issue : "pipewire_output: Decoder is too slow; playing silence to avoid xrun"

mpd.conf

music_directory "~/FX/Music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/mpd.db"
log_file "~/.config/mpd/mpd.log"
state_file "~/.config/mpd/mpdstate"
auto_update "yes"
bind_to_address "127.0.0.1"

follow_outside_symlinks "yes"

#bind_to_address "/var/lib/mpd/socket"
#port "6600"

#audio_output {
#	type "alsa"
#	name "My ALSA Device"
#	device "hw:0,0" #optional
#	format "44100:16:2" #optional
#}

audio_output {
        type            "pipewire"
        name            "PipeWire Sound Server"
}

audio_output {
    type                    "fifo"
    name                    "my_fifo"
    path                    "/tmp/mpd.fifo"
    enabled		    "yes"
    format                  "44100:16:2"
}
#buffer_time "40000"

Since mpd log is relatively big (~500mb), only recurring error is valuable
It happens on each transition to the next composition from the queue
mpd.log

pipewire_output: Decoder is too slow; playing silence to avoid xrun

systemctl --user status pipewire

● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: enabled)
     Active: active (running) since Wed 2025-07-30 19:55:43 EEST; 14min ago
 Invocation: fc59d2f0bac94cf0899fa70154fa1f11
TriggeredBy: ● pipewire.socket
   Main PID: 136218 (pipewire)
      Tasks: 3 (limit: 38229)
     Memory: 6.4M (peak: 7.1M)
        CPU: 6.564s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─136218 /usr/bin/pipewire

Jul 30 19:55:43 arch systemd[2022]: Started PipeWire Multimedia Service.
Jul 30 19:55:43 arch pipewire[136218]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 30 19:55:43 arch pipewire[136218]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Jul 30 19:55:43 arch pipewire[136218]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 30 19:55:43 arch pipewire[136218]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Jul 30 19:55:43 arch pipewire[136218]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 30 19:55:43 arch pipewire[136218]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1

Latest version of packages. No configs were changed recently, all packages are up to date. Everything has been working for around two years till now.
Changing buffer_size didn't lead to resolving of an issue, systemd-pipewire errors seem no related to this issue, would be grateful for some help:)

EDIT: ncmpcpp has single mode, hot key: 'y'.

Last edited by Doggo (2025-08-22 20:42:21)

Offline

#2 2025-07-30 18:16:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,147

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

Afaik the pipewire mpd backend has generally been spotty (definitely in the beginning not sure about now) and it's often reccommended to just use the pulse backend with pipewire-pulse.

Other than that to get rid of the rtkit errors and to be able to give realtime perms to pipewire you'll want to install rtkit.

Other than those, pipewire recently had an update, can you only reproduce since then?

Offline

#3 2025-08-01 18:47:31

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

Pipewire-pulse package has been already installed, changes in mpd.conf had same result. Rtkit indeed removed that errors from systemd service, thx:)
Yes, issue is still here.

Offline

#4 2025-08-01 19:31:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

You're not getting

pipewire_output: Decoder is too slow; playing silence to avoid xrun

when switching mpd to the pulseaudio output?

when switching to next composition

mpd log is relatively big (~500mb)

Have you tried to remove/clear the log?

Also try the alsa output.

Offline

#5 2025-08-01 20:04:46

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

After switching to pulseaudio output no logs have been created (renamed old file). Issue is still here, but now without any mpd.log file.
Alsa output without any result.
But now I've found something interesting in pipewire logs:

Jul 31 21:41:14 arch pipewire[105655]: spa.alsa: front:1p: snd_pcm_drop: No such device
Jul 31 21:41:14 arch pipewire[105655]: spa.alsa: front:1p: close failed: No such device

Oddly, after restarting pipewire and trying to reproduce issue, no errors in systemd service were spotted but problem persists.

What happened to logs?!
P.S. After switching to next composition, ncmcpp show's it's on pause, trying to play it manually doesn't change anything.

Offline

#6 2025-08-01 20:11:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

What happened to logs?!

Renaming the old file while mpd is running won't work - it likely has the handle open and will still write there.
Have you tried to disable the fifo to see whether it's maybe not related to the audio at all?

Offline

#7 2025-08-01 20:22:21

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

After each change to mpd.conf I've restarted mpd and pipewire services accordingly.
Fifo output is needed for ncmpcpp visualizer, disabling it doesn't do the trick,

Offline

#8 2025-08-01 21:50:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

The pipewire warnings mean you're using https://archlinux.org/packages/extra/x8 … wire-alsa/
The original status suggests you don't have rtkit, do you use https://archlinux.org/packages/extra/an … rivileges/ ?

pacman -Qi pipewire

Offline

#9 2025-08-02 17:34:48

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

No, I don't.

Name            : pipewire
Version         : 1:1.4.7-1
Description     : Low-latency audio/video router and processor
Architecture    : x86_64
URL             : https://pipewire.org
Licenses        : MIT  LGPL-2.1-or-later
Groups          : None
Provides        : None
Depends On      : libpipewire=1:1.4.7-1  libpipewire-0.3.so=0-64  dbus  libdbus-1.so=3-64  gcc-libs  glib2  libglib-2.0.so=0-64  glibc  ncurses  libncursesw.so=6-64
                  readline  libreadline.so=8-64  systemd-libs  libsystemd.so=0-64  libudev.so=1-64
Optional Deps   : gst-plugin-pipewire: GStreamer plugin
                  pipewire-alsa: ALSA configuration [installed]
                  pipewire-audio: Audio support [installed]
                  pipewire-docs: Documentation
                  pipewire-ffado: FireWire support
                  pipewire-jack-client: PipeWire as JACK client
                  pipewire-jack: JACK replacement [installed]
                  pipewire-libcamera: Libcamera support
                  pipewire-pulse: PulseAudio replacement [installed]
                  pipewire-roc: ROC streaming
                  pipewire-session-manager: Session manager [installed]
                  pipewire-v4l2: V4L2 interceptor [installed]
                  pipewire-x11-bell: X11 bell
                  pipewire-zeroconf: Zeroconf support
                  realtime-privileges: realtime privileges with rt module
                  rtkit: realtime privileges with rtkit module [installed]
Required By     : lib32-pipewire  pipewire-alsa  pipewire-audio  pipewire-jack  pipewire-pulse  pipewire-v4l2  telegram-desktop  wireplumber
Optional For    : chromium  qt5-webengine  qt6-webengine  sdl3
Conflicts With  : None
Replaces        : None
Installed Size  : 2.84 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Wed 23 Jul 2025 09:24:48 PM EEST
Install Date    : Thu 31 Jul 2025 01:49:19 PM EEST
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

Offline

#10 2025-08-02 18:47:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

rtkit seems installed?
Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#11 2025-08-19 16:43:24

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

Late, but still want to resolve an issue.
Journal is here: https://0x0.st/KsO8.txt

Offline

#12 2025-08-19 20:29:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

Is this after triggering this (journal is ~2 minutes)?

throttled.py

You're undervolting the CPU? What if you're not?

There's a lot going on container/docker/libvirt/dnsmasq/tor-wise, can you skip that and tlp and see whether you're still running into this?

Offline

#13 2025-08-20 19:04:43

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

I suppose that's tlp work. What I know for sure, regarding on AC or battery, bug still persists.
I disabled tor and tlp systemd services, yet that didn't change a thing.

Offline

#14 2025-08-20 21:13:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

Is this after triggering this (journal is ~2 minutes)?

Otherwise please post a journal that actually covers the situation.

Also, silly question: how long/big are those "compositions"?
5 minute music tracks or is this when switching from LOTR_volume_theonlyone.mp3 to jj_ulysses_volume_theonlyone.mp3 audiobooks?

Offline

#15 2025-08-22 18:00:19

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

Little update first: `throttled.py` is from throttled arch package.

I disabled throttled, tlp and tor systemd-services,  rebooted and reproduced bug.
New journal lies here: https://0x0.st/KiVX.txt

Time of tracks doesn't matter, in my case that was simple album (queued to mpd by ncmpcpp).
What is really strange, radio streams works without any issues (recently uptime reached ~4 hours).

P.S. Thanks for the attention for such a weird issue with almost predictable root issue:)

Offline

#16 2025-08-22 19:16:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

There're no pipewire issues, no mpd errors, no nothing in that journal.
Notably no

pipewire_output: Decoder is too slow; playing silence to avoid xrun

Sanity check for a d'ohh-moment

mpc status

If it's not because you accidentally activated the single mode, run

mpd --kill
mpd -v --stderr

play, fail, post the mpd output…

Offline

#17 2025-08-22 19:56:02

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

mpc status:

volume: 80%   repeat: off   random: off   single: on    consume: off

and now something really interesting:

config_file: loading file "/home/user/.config/mpd/mpd.conf"
2025-08-22T22:49:49 libsamplerate: libsamplerate converter "Fastest Sinc Interpolator"
2025-08-22T22:49:49 vorbis: Xiph.Org libVorbis 1.3.7
2025-08-22T22:49:49 opus: libopus 1.5.2
2025-08-22T22:49:49 decoder: Decoder plugin "wildmidi" is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
2025-08-22T22:49:49 sndfile: libsndfile-1.2.2
2025-08-22T22:49:49 simple_db: reading DB
2025-08-22T22:49:49 input: Input plugin "qobuz" is not configured: No Qobuz app_id configured
2025-08-22T22:49:49 curl: version 8.15.0
2025-08-22T22:49:49 curl: with OpenSSL/3.5.1
2025-08-22T22:49:49 state_file: Loading state file /home/user/.config/mpd/mpdstate
2025-08-22T22:49:49 event: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
2025-08-22T22:49:49 inotify: initializing inotify
2025-08-22T22:49:50 inotify: watching music directory
2025-08-22T22:49:50 config: option "buffer_time" on line 34 was not recognized
2025-08-22T22:49:50 client: [127.0.0.1:34488] client connected
2025-08-22T22:49:50 client: [127.0.0.1:34486] client connected
2025-08-22T22:49:50 client: [127.0.0.1:34504] client connected
2025-08-22T22:49:50 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34512] client connected
2025-08-22T22:49:50 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:49:50 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:49:50 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34512] process command "plchanges \"0\""
2025-08-22T22:49:50 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34504] process command "plchanges \"0\""
2025-08-22T22:49:50 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34512] process command "outputs"
2025-08-22T22:49:50 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34504] process command "outputs"
2025-08-22T22:49:50 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34512] process command "decoders"
2025-08-22T22:49:50 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34504] process command "decoders"
2025-08-22T22:49:50 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34512] process command "outputs"
2025-08-22T22:49:50 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34512] process command "outputs"
2025-08-22T22:49:50 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34504] process command "outputs"
2025-08-22T22:49:50 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34504] process command "outputs"
2025-08-22T22:49:50 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:49:50 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:49:50 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:50 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:50 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:50 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:51 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:51 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:52 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:52 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:53 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:53 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:54 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:54 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34504] process command "lsinfo \"Within Temptation\""
2025-08-22T22:49:55 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:55 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:55 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:56 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:56 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34504] process command "add \"Within Temptation/Within Temptation - Bleed Out (2023) [24_96]\""
2025-08-22T22:49:57 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:49:57 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34512] process command "plchanges \"2\""
2025-08-22T22:49:57 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:49:57 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34504] process command "plchanges \"2\""
2025-08-22T22:49:57 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:57 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:57 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:58 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:58 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34504] process command "playid \"2\""
2025-08-22T22:49:59 playlist: play 1:"Within Temptation/Within Temptation - Bleed Out (2023) [24_96]/Bleed Out - Within Temptation - 2023.flac"
2025-08-22T22:49:59 decoder_thread: probing plugin flac
2025-08-22T22:49:59 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:59 decoder: audio_format=96000:24:2, seekable=true
2025-08-22T22:49:59 playlist: queue song 2:"Within Temptation/Within Temptation - Bleed Out (2023) [24_96]/Wireless - Within Temptation - 2023.flac"
2025-08-22T22:49:59 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:49:59 output: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
2025-08-22T22:49:59 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:49:59 output: opened "PipeWire Sound Server" (pipewire) audio_format=96000:24:2
2025-08-22T22:49:59 output: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted
2025-08-22T22:49:59 output: opened "my_fifo" (fifo) audio_format=44100:16:2
2025-08-22T22:49:59 libsamplerate: setting samplerate conversion ratio to 0.46
2025-08-22T22:49:59 output: converting in=96000:24:2 -> f=96000:24:2 -> out=44100:16:2
2025-08-22T22:49:59 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:58666] client connected
2025-08-22T22:49:59 client: [127.0.0.1:58666] process command list
2025-08-22T22:49:59 client: process command "status"
2025-08-22T22:49:59 client: command returned 0
2025-08-22T22:49:59 client: process command "currentsong"
2025-08-22T22:49:59 client: command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:58666] process command list returned 0
2025-08-22T22:49:59 client: [127.0.0.1:58666] disconnected
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:58676] client connected
2025-08-22T22:49:59 client: [127.0.0.1:58676] process command list
2025-08-22T22:49:59 client: process command "status"
2025-08-22T22:49:59 client: command returned 0
2025-08-22T22:49:59 client: process command "currentsong"
2025-08-22T22:49:59 client: command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:58676] process command list returned 0
2025-08-22T22:49:59 client: [127.0.0.1:58676] disconnected
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:49:59 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:49:59 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:49:59 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:49:59 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34504] process command "seek \"1\" \"1\""
2025-08-22T22:50:00 playlist: queue song 2:"Within Temptation/Within Temptation - Bleed Out (2023) [24_96]/Wireless - Within Temptation - 2023.flac"
2025-08-22T22:50:00 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:00 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:00 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:00 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:00 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:01 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:01 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:01 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:01 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:01 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:01 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:02 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:02 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:02 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:02 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:02 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:02 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:03 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:03 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:03 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:03 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:03 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:03 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:04 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:04 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:04 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:04 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:04 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:04 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:05 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:05 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:05 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:05 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:05 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:05 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:06 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34504] process command "seek \"1\" \"262\""
2025-08-22T22:50:06 playlist: queue song 2:"Within Temptation/Within Temptation - Bleed Out (2023) [24_96]/Wireless - Within Temptation - 2023.flac"
2025-08-22T22:50:06 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:06 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:06 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 decoder_thread: probing plugin flac
2025-08-22T22:50:06 decoder: audio_format=96000:24:2, seekable=true
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:06 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:06 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:07 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:07 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:07 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:07 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:07 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:08 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:08 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:08 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:08 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:08 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:08 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:09 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:09 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:09 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:09 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:09 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:09 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:10 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:10 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:10 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:10 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:10 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:10 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:11 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:11 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:11 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:11 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:11 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:11 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:12 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:12 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:12 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:12 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:12 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:13 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:13 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:13 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:13 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:13 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:13 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:14 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:14 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 player: played "Within Temptation/Within Temptation - Bleed Out (2023) [24_96]/Bleed Out - Within Temptation - 2023.flac"
2025-08-22T22:50:14 playlist: queue song 3:"Within Temptation/Within Temptation - Bleed Out (2023) [24_96]/Worth Dying For - Within Temptation - 2023.flac"
2025-08-22T22:50:14 libsamplerate: setting samplerate conversion ratio to 0.46
2025-08-22T22:50:14 output: converting in=96000:24:2 -> f=96000:24:2 -> out=44100:16:2
2025-08-22T22:50:14 output: closed "my_fifo" (fifo)
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:14 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:14 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:46242] client connected
2025-08-22T22:50:14 client: [127.0.0.1:46242] process command list
2025-08-22T22:50:14 client: process command "status"
2025-08-22T22:50:14 client: command returned 0
2025-08-22T22:50:14 client: process command "currentsong"
2025-08-22T22:50:14 client: command returned 0
2025-08-22T22:50:14 client: [127.0.0.1:46242] process command list returned 0
2025-08-22T22:50:14 client: [127.0.0.1:46242] disconnected
2025-08-22T22:50:14 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:14 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:14 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:46252] client connected
2025-08-22T22:50:15 client: [127.0.0.1:46252] process command list
2025-08-22T22:50:15 client: process command "status"
2025-08-22T22:50:15 client: command returned 0
2025-08-22T22:50:15 client: process command "currentsong"
2025-08-22T22:50:15 client: command returned 0
2025-08-22T22:50:15 client: [127.0.0.1:46252] process command list returned 0
2025-08-22T22:50:15 client: [127.0.0.1:46252] disconnected
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:15 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:15 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:16 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:16 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34504] process command "clear"
2025-08-22T22:50:17 playlist: stop
2025-08-22T22:50:17 player: played "Within Temptation/Within Temptation - Bleed Out (2023) [24_96]/Wireless - Within Temptation - 2023.flac"
2025-08-22T22:50:17 output: closed "PipeWire Sound Server" (pipewire)
2025-08-22T22:50:17 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34512] process command "status"
2025-08-22T22:50:17 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34512] process command "plchanges \"3\""
2025-08-22T22:50:17 client: [127.0.0.1:34512] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34504] process command "status"
2025-08-22T22:50:17 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34512] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34512] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34504] process command "plchanges \"3\""
2025-08-22T22:50:17 client: [127.0.0.1:34504] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34504] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34504] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "status"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "currentsong"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "status"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "currentsong"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 0
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:17 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:17 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:18 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:18 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:19 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:19 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:20 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:20 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:21 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:21 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:22 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:22 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:23 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:23 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:24 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:24 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34488] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34486] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34486] command returned 1
2025-08-22T22:50:25 client: [127.0.0.1:34488] process command "idle"
2025-08-22T22:50:25 client: [127.0.0.1:34488] command returned 1

What is this: "OutputThread could not get realtime scheduling...."

Offline

#18 2025-08-22 19:58:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

volume: 80%   repeat: off   random: off   single: on    consume: off

8213a52983484d6403db579d3fe02703.jpg

mpc single

Offline

#19 2025-08-22 20:17:57

Doggo
Member
Registered: 2023-05-31
Posts: 18

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

Indeed...
Now I need to find out ncmpcpp hot key to toggle single mode, and turn it off forever big_smile

Offline

#20 2025-08-22 20:21:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,180

Re: [SOLVED] [Audio] mpd suddenly stops when switching to next composition

"y"

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB