This week I was busy and lazy in turns, so I worked on the plugin only on two days. These are the tasks that I finished:
- Setting up a test Wordpress installation, to start with a clean slate.
- Installing the Hook Sniffer plugin; which prints out every Wordpress hook triggered on a page load.
- Creating a simple form interface (screenshot).
- Putting all this together into a dummy plugin that adds the non-functional interface to the Wordpress upload manager.
I am aware that this is not much and will try to improve on my progress for the coming week. Currently I am trying to find out how to correctly handle the form input and write the incoming data into appropriate database fields, license representation in the media manager will probably come after that.
As always, the code is in the official Git repository.