An open API service indexing awesome lists of open source software.

https://github.com/dimithrandir/cmushnotify

Shell script for cmus notifications with album art
https://github.com/dimithrandir/cmushnotify

cmus notifications posix shell

Last synced: 17 days ago
JSON representation

Shell script for cmus notifications with album art

Awesome Lists containing this project

README

          

# cmushnotify

A simple shell script for showing notifications for [cmus - the C* Music Player](https://cmus.github.io/).

![Notification sent by cmushnotify](screenshot.png "Notification sent by cmushnotify")

### Dependencies

* libnotify + a notification server
* ffmpeg (optional, for embedded album art)

### Installation

Clone the repository or just download `cmushnotify` and make it executable:

```bash
chmod a+x cmushnotify
```

Optionally, you may want to move it to one of the directories in your `PATH` environment variable.

In cmus, set `cmushnotify` as status display program typing the following command:

```
:set status_display_program=[/PATH/TO/YOUR/SCRIPT/]cmushnotify
```

If you are already using another script as your status display program in cmus, follow the instructions at [cmus wiki](https://github.com/cmus/cmus/wiki/status-display-programs#usage--installation) on how to use multiple programs.