Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T23:39:33.000Z (almost 7 years ago)
- Last Synced: 2024-05-15T13:42:23.722Z (6 months ago)
- Topics: imagemagick, ncmpcpp, urxvt, w3m
- Language: Shell
- Size: 86.9 KB
- Stars: 29
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Showing Album Cover in ncmpcpp
![preview](https://github.com/fikriomar16/ncmpcpp-with-albumart/raw/master/preview.png)
## 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/)