Media module

aaron's picture

Need Local Ambassador in Nebraska for GSOC Student

The Boost Drupal Media Module Development project for the Google Summer of Code 2009 is looking for co-mentors and local Drupal ambassadors, if you're interested! We specifically are looking for people connected to the community living near Lincoln, Nebraska, who would be willing to make sure student Jon Stacey takes a break from his computer every now and then...

1 comment · Read more
aaron's picture

Media Sprint at Open Media Camp in Denver!

Make sure to attend the Media Sprint Update Panel and join the Media Sprint 2009 at Open Media Camp in Denver, on April 18-19!

The presenters of this panel, including Aaron Winborn (aaron), Arthur Foelsche (arthurf), and Alex Urevick-Ackelsberg (Alex UA), will discuss the ongoing efforts of the Media Sprint by the Drupal Media working group to bring to fruition the Media module and related work.

This panel will begin with a demonstration and discussion of the current state of the ongoing development of the Media module, and a thorough examination of the concept for its extensible API. Finally, we'll discuss the near and far-term plans, including the Media Sprint planned for the next day of the Open Media Camp.

Login to post comments · Read more
aaron's picture

Filling out Media API

I just posted the following to the Media Code Sprint wiki. Here it is for reference and commentary. Please let me know if there are any problems with this functionality, or if you believe I have misinterpreted it.

Thanks,
Aaron

<?php
/**
* Implementation of hook_media_register
*
* To plug into the Media API, a module must first register itself, using
* hook_media_register. This function will return an array of items keyed
* by a unique machine name, usually using the module's name for the name
* space.
*

Login to post comments · Read more
Syndicate content