Skip to content

radumirea/ncmpcpp-with-cover-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncmpcpp-with-cover-art

Setup for displaying cover art in ncmpcpp.

Dependencies

  • tmux (to encapsulate everything in one window)
  • inotify-tools (for changing album art when switching songs)
  • ueberzug (for image rendering)
  • ffmpeg (used in scaling the album art)
  • mpc (cli client for MPD)

Install

Drop all the files in your .ncmpcpp directory and add this into your .bashrc:

alias music='tmux new-session -s $$ "tmux source-file ~/.ncmpcpp/tsession"'
_trap_exit() { tmux kill-session -t $$; }

Set your $MUSIC_DIR env variable to contain your music directory.

Run it with music.

Screenshot

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages