XSPF Playlist

Component type

module

Categories

Downloads

18349

Component created

Component changed

Aaron Winborn is a co-maintainer of this module

XSPF Playlist generates a playlist file in the standard XSPF format from files that are attached to a piece of content. XSPF files are used by audio and video players to present playlists. The module was designed for Jeroen Wijering's flash player, though it should work with other flash players. The administrative interface allows the administrator to select what node types it works on, choose a default thumbnail file to use, and configure support for CCK fields. The module supports multiple file types (audio, video, flash).

Peptalk presentations

Component type

module

Downloads

767

Component created

Component changed

Allows you to view (configurable) node types as PowerPoint/Keynote-style presentations.

Each heading tag (<h1> ... <h6>) defines a slide, which will be shown along with any content following it. This makes it easy to:

  • use standard input filter modules to create presentations;
  • display existing content as a presentation;
  • make content do "double duty" as document and presentation.

You might also like to take a look at the S5 presentation player module.

Embedded Media Field

Component type

module

Maintenance status

Development status

Downloads

437287

Component created

Component changed

Maintainers: aaron (Aaron Winborn) and Alex UA (Alex Urevick-Ackelsberg)

This extensible module will create fields for content types that can be used to display video, image, and audio files from various third party providers. When entering the content, the user will simply paste the URL or embed code from the third party, and the module will automatically determine which content provider is being used. When displaying the content, the proper embedding format will be used.

WebFM Images

Component type

module

Downloads

1432

Component created

Component changed

This module is an example of how one can extend WebFM to provide additional functionality: in this case to resize images within the WebFM file browser.
The module also provides a context menu that allows the previewing of images files from within the WebFM browser.

*Note about Drupal 6.x

This module is now distributed as part of WebFM for Drupal 6.x

iptc

Component type

module

Categories

Downloads

1025

Component created

Component changed

iptc is a module that will extract iptc caption and keyword tags from images added to drupal.
It depends on the image module.

It uses a plugin system to allow different libraries to be utilised to extract the data from
an image.

Currently it's supporting the standard php functions, the exiftool binary, the exiv2 binary.

This module is sponsored by photoscout.co.uk

Image Composition

Component type

module

Maintenance status

Development status

Downloads

4437

Component created

Component changed

Image composition let you create a composition of images of different aspects and dimensions, then scaling them to fit into a single rectangular block on the page.

It's a wrapper around the the "magazine layout" algorithm described by Harvey Kane http://www.alistapart.com/articles/magazinelayout/

2014-06 deprecated in favor of Imagematrix, or collageformatter.

This allows you to add multiple images to a single node and then choose to display all of them together nicely when viewing the node.
If you want a view renderer that will do the same thing for the results of views then please see Imagematrix. It does the same thing, in the same way, using a copy of the same code, but works on compositing view results. This module works on multiple image fields attached to single nodes.