I'm trying to add support for MC in LcdWriter, and I have few questions about how to get some things from the objects provided.
So far I can initialize the plugin and get the current file, but I'm having trouble figuring out how to:
1) get the current position; I'd like to display it in ##:##/##:## (position/duration) format on the VFD
2) receive a notification that the application has closed (i.e. an unint method or something similar)
3) determine what kind of file is playing (video, music, photo, dvd, tv, etc.); this may be an artificial issue because of the current implementation and I could probably figure it out from the file extension if I have to so more a question around if it's there.
4) get recording status
Thanks