Skip to content

Shell script to display cover art of currently playing track in mpd

Notifications You must be signed in to change notification settings

ameba23/mpccoverart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shell script to display cover art of currently playing track in mpd, using only offline sources.

It extracts embedded images using ffmpeg. If no image is found, it uses an image file from the same directory as the track. If still no images is found, it uses a default image. (Todo: emboss track title onto default image using imagemagick)

The script places the image in tmp/cover.jpg, which can then be viewed with image viewer imv which will automatically update the displayed image when it changes.

screenshot

Here is imv, running together with ncmpcpp and nausea (visualiser) in a split screen with i3 window manager

default image

The default image, when nothing else is found.

About

Shell script to display cover art of currently playing track in mpd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages