MP3 Player (D6)

MP3 Player brings the WordPress Audio Player to Drupal. Easily enable the MP3 Player on a CCK FileField. You can also change any of the WordPress Audio Player settings through an admin interface.

Key features:

  • Uses the functional WordPress Audio Player.
  • Integrates into Drupal effortlessly.
  • Player can be styled and changed through Drupal admin interface.
  • Easy integration into CCK FileField and therefore Views as well.
  • Provides a theme function that other modules or custom code can use.
  • Cache's your custom settings for fast delivery.
  • Manage multiple players each with their own set of settings.
  • Use on both public and private file systems.
  • Display file description next to player.

Custom code (advanced)

Here I'm going to show you have to use the custom theme function in MP3 Player. In the end you will have created the example seen here: http

Custom code

Two examples: Or if your MP3 file has embedded ID3 data:

To add MP3 files to nodes

1. Add a CCK file field to your content type. Make sure to include mp3 as a permitted upload extension. Make sure the description field is

Guide maintainers

jdelaune's picture