I've been digging through the media monitor and am stuck with something that I imagine is a pretty easy task. I've added a new condition to /python_apps/media-monitor2/media/monitor/events.py which adds some new functionality to the "NewFile" event. From events, though I need to get the path of the "Media Folder" import stor. Of course, I've got everything working by hardcoding the default "/srv/airtime/stor," but haven't been able to figure out how to get the value if a User has set a custom Media Folder in Airtime's preferences.
Is there a getter in "config" that can be used? Or something?