Skip to content

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

Notifications You must be signed in to change notification settings

zen-tools/mocp-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages