What is cmustify? This is a cmus notifier that shows the current song into notifications using notify2.
I would like to improve the current solutions. Also, it's always nice to do things by ourselves.
- Finish the usage info
- Better support for internet radios stream
- Fetch albums image from google (useful for internet radios)
- Clone the repository into the
.cmus
folder in your home directory. You can use.config/cmus
folder as well.
git clone https://github.com/kimond/cmustify.git ~/.cmus/
- Make
cmustity.py
andstatus_display_program.sh
executable.
chmod +x cmustity.py status_display_program.sh
- Set the
status_display_program
variable incmus
.
:set status_display_program=/home/user/.cmus/cmustify/status_display_program.sh
- Save configs in
cmus
. This is important to avoid having set the variable every times you startcmus
.
:save
cmus
will send notifications by itself.
Contributions are welcome.
- Travis Poppe for https://github.com/cmus/cmus/wiki/status_diplay_notify_send.py
- A working script on which I based my code.
- Thomas Kluyver for notify2
- An API to ease the interaction with notification daemons