https://github.com/avidit/pianobar-notifier
terminal :information_source: notifications for pianobar :parking:andora
https://github.com/avidit/pianobar-notifier
pandora pianobar terminal-notifier
Last synced: about 1 month ago
JSON representation
terminal :information_source: notifications for pianobar :parking:andora
- Host: GitHub
- URL: https://github.com/avidit/pianobar-notifier
- Owner: avidit
- Created: 2015-08-23T04:13:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T12:32:53.000Z (over 2 years ago)
- Last Synced: 2025-01-22T05:26:31.345Z (3 months ago)
- Topics: pandora, pianobar, terminal-notifier
- Language: Ruby
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pianobar-notifier
Terminal notifications for [pianobar](https://github.com/PromyLOPh/pianobar)

Using pianobar's `eventcmd` interface, this script uses [terminal-notifier](https://github.com/julienXX/terminal-notifier) to pop up notifications for **Now Playing!**
## Installation
* Download the script or clone the repo
```sh
git clone https://github.com/avidit/pianobar-notifier.git
```* Copy the script to pianobar config folder `~/.config/pianobar/`
```sh
cp pianobar-notifier.rb ~/.config/pianobar/
```* Add the following line to pianobar config file `~/.config/pianobar/config`
```ini
event_command = ~/.config/pianobar/pianobar-notifier.rb
```If you don't have above directory or file, go ahead and create it. For more information take a look at [example config file](https://github.com/PromyLOPh/pianobar/blob/master/contrib/config-example)
## Requirements
* [Ruby](https://www.ruby-lang.org)
* [Pandora account](https://www.pandora.com/account/register)
* [pianobar](https://github.com/PromyLOPh/pianobar)
* [terminal-notifier](https://github.com/julienXX/terminal-notifier)