Event scripts aren't firing - why?

Read 2401 times
I've turned the events flag to "true" in the centova.conf file, and I've written a shell script that should fire on playlist_advanced. I have also restarted my Centova server. I also chown'ed the file to ccuser:centovacast, and chmodded it so that it was owner executable.

HOWEVER, it doesn't appear to fire, and I know this because it's supposed to be echoing data to a file and that isn't happening.

1. playlist_advanced is the only event expressed with underscores instead of dashes. How should this script be named in order to fire?

2. Yes, I tried naming the file with dashes instead of underscores, and this didn't work either.

3. No, I didn't forget the .sh extension. Yes, I have bash as my command shell.