Enhance functionality related to media, or expand media resource types, such as images, videos, audio files, or documents.

MLS Module

The MLS Module allows for Drupal sites to incorporate real estate listings provided by MLS services as CCK content. It opens the door for access to RETS and IDX based MLS feeds. Currently, you must also have VieleRETS installed in order to tap into RETS-compliant listings. For IDX based feeds, this module includes a simple API for turning csv-based feeds and their images into nodes.

There are a few major issues in the current codebase. I am slowly working to resolve the issues/put out patches/etc., but my workload continues to be very high which is preventing me from devoting much time to this project. I think all of the major pitfalls have been addressed in the issues for this project - please check them out to get an idea of what to expect and some of the necessary tweaks you might need to make.

MAQUM

MAQUM is short for Metadata Aware Quick Upload Module. MAQUM works with (and relies upon) Drupal's image module to upload images. Instead of uploading an image directly with the image module, upload an image through MAQUM and MAQUM will process your image's metadata and create your image node. ExifTool must be installed on your server as MAQUM requires it to read your images' metadata.

Metadata - What is it and why do I care?

Metadata is data that describes data. In the case of digital photography, metadata often includes things like shutter speed, aperture and film speed or ISO speed, as well as other information such as camera make, camera model, date and time. This type of metadata is reffered to as Exif.

File Force Download

File Force Download can be used to force the user's web browser to download the file to disk instead of displaying it in the browser window.

Web browsers today are pre-configured to render various types of media directly, such as text files, various image, video and audio formats, PDF documents, and Flash movies. While it is still possible to save such files afterwards by right-clicking on them and selecting "Save As..", it is sometimes desirable to just offer the file for download in the first place. File Force Download solves this issue by supplying a file with certain HTTP headers which instruct the web browser to download the file to the user's disk instead of displaying it in a browser window.

What you get from this module

  • Formatters for your node fields in the "Display Fields" interface
  • Formatters for your fields in Views

7.x version supports

  • File field
  • Image field (including styles)

6.x version supports

ImageCache Actions

Imagecache Effects

This module provides a suite of additional image effects that can be added to image styles. The image styles admin submodule also adds the 'duplicate', 'export' and 'import' actions to image styles administration.

ImageCache Color Blend

imagecache_colorblend.png

The ImageCache Color Blend module provides an ImageCache action for blending an image with a color.

Imagefield Import

Screenshot

Imagefield Import allows users with the proper permissions to import a large number of images into a CCK content type which contains a filefield or an imagefield.

Pages

Subscribe with RSS Subscribe to RSS - Media