Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 963 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 963 Bytes

cmpdc

A simple mpd client using Qt 6, inspired by Cantata and suckless software.

Features include:

  • simple playlist management
  • showing song metadata including lyrics (using mutagen)
  • multiple ways to obtain album covers
  • desktop notifications

Features do not include:

  • using various internet services
  • MPRIS

Installation

Edit cmpdc.py to connect to your mpd server, then run:

cp cmpdc.py ~/.local/bin
cp cmpdc.desktop ~/.local/share/applications

Customization

cmpc is designed to be configured/customized by editing the source code.

Default keyboard shortcuts

  • Ctrl+1 - Ctrl+6: switch to tab 1-6
  • Ctrl+C: show current song in the queue
  • Ctrl+D: toggle random playback
  • F5: update library
  • Ctrl+Space: toggle play/pause
  • Ctrl+Left: previous
  • Ctrl+Right: next
  • Ctrl+P: (search) append selection to queue
  • Ctrl+R: (search) replace queue with selection
  • Ctrl+S: save queue as playlist
  • Crtl+Shift+K: kill and restart mpd