this is a general question about a plugin I have to write. I need to know if what I have to do is at all possible with s9y before I waste my time only to realize in the end that it isn't
It's mainly about video blogging and video uploading. I'll use the media library to upload and manage videos which should be no problem. However, I have to modify the entry form (add a widget "Insert Video") to allow me to select a video from the media library and specify the location of a preview image taken from the video. The resulting HTML code should provide that when clicking on the preview image in the blog entry the video would start in the location of the preview image, i.e. not in a popup or a new page.
That's the most basic requirement. Other things would have to be implemented as well (providing links to the same video in other formats for download) but those should be trivial once the described features are implemented.
Is such functionality (easily) possible with s9y? Where would I have to start hacking, after reading the technical docs on the plugin API, of course? Would there be anything critical I'd have to look out for? Or, even better, are there any existing plugins which I could extend to provide the features I need?
Any input and recommendations are appreciated!
Thanks in advance!