Scald Noteflight
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module introduces an audio provider for the scald module to embed noteflight music.
This module introduces an audio provider for the scald module to embed noteflight music.
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 adds Solidtango as a supported media provider.
* Media Internet - A submodule of the Media module.
Media: Solidtango can be installed via the standard Drupal installation process.
We gladly accept any help we can get on this project.
Integrates Podlove Player in Media Module.
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;
}
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.
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:
Adds video.mail.ru as a supported media provider.