Skip to content

Python event script to create dbus notification bubbles with pianobar song information

License

Notifications You must be signed in to change notification settings

silentjay/pianobar-notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Quick and dirty fork of mjkoo's script updated for python3.

#pianobar-notify

A simple script to create dbus notification bubbles with album art and song information from pianobar.

Forked from the jreese's similar script, although the behavior of this script now differs significantly. It supports album art, caches album art on disk, and now uses dbus notifications rather than the old style pynotify notifications. Backwards compatibility is not maintained with the old style notifications, although this is a possibility for a later improvement.

Installation

Installation is very easy, just:

  1. Place event.py in ~/.config/pianobar/
  2. Make event.py executable with chmod 755 event.py
  3. Add event_command = <homedir>/.config/pianobar/event.py to ~/.config/pianobar/config

About

Python event script to create dbus notification bubbles with pianobar song information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%