About MPD version display #41
Answered by
torum
May 30, 2026
Replies: 2 comments
|
こんにちは。 これ実に紛らわしいのですが、MPDの本体バージョンと、プロトコルバージョンというのがあって、MPDCtrlのようなクライアントからはプロトコルバージョンしか分からない(取得できない)ようになっています。(プロトコル=MPDとクライアントがやり取りする際の通信規約)
他にも気が付いたことがありましたら、また是非よろしくお願いいたします。 |
0 replies
Answer selected by
Shoebill2025
|
なるほど、これはMPDそのもののバージョンではなく、通信プロトコルのバージョンなんですね。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

こんにちは。
これ実に紛らわしいのですが、MPDの本体バージョンと、プロトコルバージョンというのがあって、MPDCtrlのようなクライアントからはプロトコルバージョンしか分からない(取得できない)ようになっています。(プロトコル=MPDとクライアントがやり取りする際の通信規約)
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.)https://mpd.readthedocs.io/en/latest/protocol.html
他にも気が付いたことがありましたら、また是非よろしくお願いいたします。