logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control Music Playback - MPD Command | Online Free DevTools by Hexmos

Control music playback with MPD. Manage your music library, create playlists, and stream audio from the command line. Free online tool, no registration required.

mpd

Music Player Daemon. See also: mpc, ncmpcpp. More information: https://mpd.readthedocs.io/en/stable/mpd.1.html.

  • Start MPD:

mpd

  • Start MPD but don’t read from the configuration file:

mpd --no-config

  • Start MPD and don’t detach it from the console:

mpd --no-daemon

  • Kill the currently running MPD session:

mpd --kill

See Also