From 290e2313c119bd4a1dd8ff8f18d23eb98aa8580c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Mon, 26 Aug 2024 01:55:09 +0000 Subject: Upload files to ".config/cmus/cover-art" --- .config/cmus/cover-art/README.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .config/cmus/cover-art/README.md (limited to '.config/cmus/cover-art/README.md') diff --git a/.config/cmus/cover-art/README.md b/.config/cmus/cover-art/README.md new file mode 100644 index 0000000..d8d264b --- /dev/null +++ b/.config/cmus/cover-art/README.md @@ -0,0 +1,49 @@ +# cmus-cover-art + +Experimental [Cmus](https://github.com/cmus/cmus) plugin for displaying cover arts + +> **📝 NOTE:** Only works with image view supported terminals + +## Demo + +![alt text](https://raw.githubusercontent.com/nogizhopaboroda/cmus-cover-art/master/demo.gif "Demo") + +## Dependencies + +- `ffmpeg` + +### macOS + +- iTerm2 (3.x+) + +### Linux + +- [info](http://askubuntu.com/questions/97542/how-do-i-make-my-terminal-display-graphical-pictures) + +## Installation + +1. Go to cmus home directory (`~/.cmus` or `~/.config/cmus`) +1. Clone repository + + ```shell script + git clone https://github.com/nogizhopaboroda/cmus-cover-art.git + cd cmus-cover-art + ``` + +1. _(macOS only)_ Install plugin here using installation script + + ```shell script + sh install.sh + ``` + +1. Set your image viewer in `display.sh` + + ```shell script + IMAGE_VIEWER="" + ``` + +1. Set `observe.sh` as `status_display_program` + - [example](https://github.com/cmus/cmus/wiki/status-display-programs#usage--installation) + +1. Run `display.sh` + -- cgit v1.2.3