https://github.com/fikriomar16/ncmpcpp-with-albumart
Showing album art in ncmpcpp using urxvt
https://github.com/fikriomar16/ncmpcpp-with-albumart
imagemagick ncmpcpp urxvt w3m
Last synced: 10 months ago
JSON representation
Showing album art in ncmpcpp using urxvt
- Host: GitHub
- URL: https://github.com/fikriomar16/ncmpcpp-with-albumart
- Owner: fikriomar16
- Created: 2018-01-28T23:37:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T23:39:33.000Z (over 8 years ago)
- Last Synced: 2024-08-21T21:27:57.017Z (almost 2 years ago)
- Topics: imagemagick, ncmpcpp, urxvt, w3m
- Language: Shell
- Size: 86.9 KB
- Stars: 30
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Showing Album Cover in ncmpcpp

## Table of Contents
* [Requirements](#requirements)
* [Dependencies](#dependencies)
* [Installation](#installation)
* [Usage](#usage)
* [Customization](#customization)
## Requirements
- `urxvt (compiled with pixbuf)`
To test if it compiled, run this :
> $ urxvt -pixmap /path/to/picture
Not yet compiled ? How to compile?
**Just fckin google it**
### Dependencies
- `w3m`
- `imagemagick`
- `pixbuf`
- `mpd`,`mpc` and `ncmpcpp` oc
## Installation
- place `ncmpcpp2` inside the folder, to your path (`/usr/bin/ , ~/.local/bin , etc`), then
- place `albumart` and `ncmpcpp-albumart` inside the folder to `~/.ncmpcpp`
## Usage
just run `$ ncmpcpp2`
## Customization
u know da wey
## Credits
This albumart script is taken and modified from [Marcocheung](https://marcocheung.wordpress.com/2015/08/09/showing-album-cover-in-ncmpcpp/)