Mediatheque | d6.png

Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Simplistic media organizer/player. The basic idea is to create document nodes out of external media files. Depending on the MIME type of the file, different plugins are applied to read the metadata and generally process the file.

QUICK SETUP

  • Enable mediatheque.module and dependencies (including CCK Metadata.)
  • Enable mediatheque_configuration.module and dependencies.
  • Download getID3 and extract it to sites/all/libraries/getid3 such that this path exists: sites/all/libraries/getid3/getid3/getid3.php.
  • Download Zend Gdata and make sure its path is included in the php.ini include_path setting.
  • Go to URL admin/settings/mediatheque and enter a folder to watch PDF files.
  • Run drush queue-cron several times to ensure that some files are imported.
  • Go to URL mediatheque to view the imported files.
  • Setup cron in your installation to complete file import in the background.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • Module categories: Media
  • Created by infojunkie on , updated