02-24-2023, 12:47 AM
(02-23-2023, 11:21 PM)fdealexa Wrote: Hi Kent,
thank you very much.
A thing that I already noticed is that both the commands "mpc version" and "telnet localhost 6600" give back 0.23.5 as the current version...
Code:Linux: 5.15.84-v8+ #1613 | aarch64 (64-bit) | DebOS: 11.6
Model: Pi-4B 1.1 4GB
Audio: EWCG Discrete R2R DAC
____ __ ___
__ _ ___ / __ \___/ /__ ( _ )
/ ' \/ _ \/ /_/ / _ / -_) / _ |
/_/_/_/\___/\____/\_,_/\__/ \___/
moOde audio player
Release 8.2.5 2023-01-20
(C) 2014 Tim Curtis
The programs included with moOde are free software; the
exact distribution terms for each program are described
in the individual files in /usr/share/doc/*/copyright or
in the moOde source files. moOde comes with absolutely
no warranties either expressed or implied, or any other
such guarantees.
To set a new password for the user 'pi' type 'passwd'.
Last login: Fri Feb 24 00:05:15 2023 from 172.21.200.121
pi@moOde-FdA-Test:~ $ mpc version
mpd version: 0.23.5
pi@moOde-FdA-Test:~ $ telnet localhost 6600
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.23.5
Thanks again and best regards,
Francesco
That's the protocol version. See, e,g,. the MPD protocol docs
Quote:When the client connects to the server, the server will answer with the following line:
OK MPD version
where version is a version identifier such as 0.12.2. This version identifier is the version of the protocol spoken, not the real version of the daemon. (There is no way to retrieve this real version identifier from the connection.)
Try asking MPD itself
Code:
pi@m825p3a:~ $ mpd -V | head -1
Music Player Daemon 0.23.11 (r822prod-18-gb35b25b)
Regards,
Kent