Append File Info

Component type

module

Maintenance status

Development status

Downloads

2211

Component created

Component changed

Adds file info (file type icon, extension, size) to local managed file links.

This module offers a filter called "Append File Info Filter" which adds file info to any Media links (ie. media/3), File Entity links (ie. file/3) and Drupal core File links (ie. sites/default/files/example.pdf).

It also offers a theme override which adds this information to themed file links.

Media: Solidtango

Component type

module

Categories

Maintenance status

Development status

Downloads

787

Component created

Component changed

Synopsis

Media: Solidtango adds Solidtango as a supported media provider.

Requirements

* Media Internet - A submodule of the Media module.

Installation

Media: Solidtango can be installed via the standard Drupal installation process.

Help wanted!

We gladly accept any help we can get on this project.

Media: YouTube ID formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

673

Component created

Component changed

This module adds a YouTube ID formatter for "Media: YouTube" field.
It is an adaptation of Media URL formatter.

Extracts & displays the youtube ID from the URI. Can be used to rewrite fields.

function theme_media_yt_id_formatter($variables) {
  $item = $variables['item'];
  $uri = $item['uri'];
  $video_id = substr($uri, strrpos($uri, "v/")+2);
  return $video_id;
}

Crop API

Component type

module

Categories

Maintenance status

Development status

Downloads

242767

Component created

Component changed

Provides basic API for image cropping. This module won't do much by itself. Users should pick one of UI modules that utilize this API.

Configuration

This is API module. In order to crop your images you need a UI module. There are currently two UI modules that use Crop API:

Libav

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is meant to be a simple wrapper for the Libav audio and video processing tools. It provides media conversion and handling functionality through actions accessible via the Rules and/or VBO modules.