zen-tools / mocp-notifier

[DISCONTINUED] Simple python script that shows a popup with the current track for mocp player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mocp-notifier

mocp-notifier is a simple python script that shows a popup with the current track for mocp player.

screenshot

Requirements:

sudo apt-get install python3-notify2 moc

How-to use:

  • Download and save notifier.py script under ~/.moc directory. Like this: ~/.moc/notifier.py
  • Open ~/.moc/config file and replace next line:
# OnSongChange = "/home/jack/.moc/myscript %a %r"

with this one:

OnSongChange = "/home/zen/.moc/notifier.py -a %a -s %t -r %r -f %f"

About

[DISCONTINUED] Simple python script that shows a popup with the current track for mocp player.


Languages

Language:Python 100.0%