We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output from telnet into mpd and running 'status'
$ telnet localhost 6600 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. OK MPD 0.15.0 status volume: -1 repeat: 0 random: 0 single: 0 consume: 0 playlist: 2 playlistlength: 2 xfade: 0 state: stop OK
The text was updated successfully, but these errors were encountered:
I can't duplicate this problem - it may have been solved in code changes. Re-open it if you can provide steps to duplicate.
Sorry, something went wrong.
andrewrk
No branches or pull requests
output from telnet into mpd and running 'status'
$ telnet localhost 6600
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.15.0
status
volume: -1
repeat: 0
random: 0
single: 0
consume: 0
playlist: 2
playlistlength: 2
xfade: 0
state: stop
OK
The text was updated successfully, but these errors were encountered: