Stable: 2.5.2
Development: 2.6-alpha3
Hello, I have installed version 2.6 - alpha 3 on ubuntu-mate 17.10-64bits, Linux Ubuntu 4.13.0-16-generic and I can not get it to show me the song that is playing, in the file /home/javier/.moc/ config
OnSongChange = "/home/javier/.moc/mocshow% a% r% t"
and the mocshow script is
#!/bin/sh
notify-send -i audio-card "$1" "$2\n $3"
This script is tested and works but is not released when the song changes in moc.
You know it may be happening.
Thank you
tomaszg
Wed, 2017-10-25 17:09
Permalink
I see a typo in your
I see a typo in your OnSongChange - you have misplaced spaces: mocshow% a% r% t instead of mocshow %a %r %t. Please check if you have it correctly in the config file.
garvied
Sat, 2017-10-28 17:53
Permalink
In the file is correctly, I
In the file is correctly, I attach a link to the config and the script.
I think it's all good.
Thank you
https://goo.gl/WtFCoZ
tomaszg
Sat, 2017-10-28 19:36
Permalink
Hmm, now it looks like your
Hmm, now it looks like your script is caleld "mocshow.sh" but you try to run "mocshow".
garvied
Sat, 2017-10-28 21:22
Permalink
Thanks - Solved
Thank you, it was just that, the easiest and do not review it