Mediatheque
Categories
Component ID
1183248
Component name
Mediatheque
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
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/getid3such 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_pathsetting. - Go to URL admin/settings/mediatheque and enter a folder to watch PDF files.
- Run
drush queue-cronseveral 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.
