Audio Converter

Component type

module

Maintenance status

Development status

Downloads

5055

Component created

Component changed

The AudioConverter module converts audio files from supported CCK fields (AudioField, AudioRecorderField, FileField, Media Recorder Field) to the mp3 format using FFMPEG.

Depending on the need, files can be converted on cron or whenever new audio content is submitted.

The AudioConverter module also provides an API that allows developers to convert content from other audio-centric modules.

Filefield Audio Insert

Component type

module

Maintenance status

Development status

Downloads

1214

Component created

Component changed

This module is a CCK widget that extends the functionality of the cck filefield module. It allows you to insert flash playable audio into textareas/body's of nodes. It works in conjunction with the mp3player module for audio playback.

Features:

In-form role permissions

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose of this module is to add "permissions by role" form to CCK's field creation form, so you can set them while creating the field(s) instead
of going separately to the permission form and seek for you fields, which may sometimes be very daunting task when you have lot's of fields and roles.

PLUpload into single node

Component type

module

Maintenance status

Development status

Component created

Component changed

HTML5 based image-bulk-upload module for filefields based on the PLUpload Integration module. This module will save the uploaded images in ONE node instead of saving each image into a single node (as the PLUpload Integration module does).

Referenced nodes in Views

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to use a Views argument validator to transform an argument from a single nid to a list of nids separated by plus signs, where the list of nids is fetched following node references on the original node.

So, when is this useful?

If you just want to display information in Views, then you can just skip this module and use standard relationships in Views instead.