aboutsummaryrefslogtreecommitdiffstats
path: root/.config/cmus/cover-art/README.md
blob: d8d264b86e318010f2e841ed2574e313e532f62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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="<your-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`