You are here

README.txt in MP3 Player 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
==============================
Info
==============================

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.

==============================
Upgrading
==============================

Disabled and un-install both MP3 Player and FileField MP3 Player Formatter. Then make any changes you want to
 your default player (?q=admin/settings/mp3player) before applying the formatter to any FileFields or Views.

==============================
Installation
==============================

Watch a video: http://blip.tv/file/1628471

 1. Drop the mp3player folder into the modules directory (/sites/all/modules/)
 2. Download WordPress Audio Standalone Player (http://wpaudioplayer.com/download)
 3. Drop the audio-player.js and player.swf files from the 1pixelout download into mp3player library directory
 (/sites/all/libraries/audio-player/).
 4. Enable MP3 Player module (?q=/admin/build/modules) and optionally FileField MP3 Player Formatter for use with CCK
 5. You can change the player settings (?q=admin/settings/mp3player)

Required Modules:
------------------------------
 - libraries

==============================
Custom Code Use
==============================
Pop this code anywhere to insert an audio player.
<?php print theme('mp3player', 'Default', array('file' => $audio_file_url, 'title' => $audio_title); ?>

==============================
The Future  
==============================
If you have any questions, issues, or feature suggestions then please do leave feedback on the project page
(http://drupal.org/project/mp3player)

File

README.txt
View source
  1. ==============================
  2. Info
  3. ==============================
  4. MP3 Player brings the WordPress Audio Player to Drupal. Easily enable the MP3 Player on a CCK FileField.
  5. You can also change any of the WordPress Audio Player settings through an admin interface.
  6. ==============================
  7. Upgrading
  8. ==============================
  9. Disabled and un-install both MP3 Player and FileField MP3 Player Formatter. Then make any changes you want to
  10. your default player (?q=admin/settings/mp3player) before applying the formatter to any FileFields or Views.
  11. ==============================
  12. Installation
  13. ==============================
  14. Watch a video: http://blip.tv/file/1628471
  15. 1. Drop the mp3player folder into the modules directory (/sites/all/modules/)
  16. 2. Download WordPress Audio Standalone Player (http://wpaudioplayer.com/download)
  17. 3. Drop the audio-player.js and player.swf files from the 1pixelout download into mp3player library directory
  18. (/sites/all/libraries/audio-player/).
  19. 4. Enable MP3 Player module (?q=/admin/build/modules) and optionally FileField MP3 Player Formatter for use with CCK
  20. 5. You can change the player settings (?q=admin/settings/mp3player)
  21. Required Modules:
  22. ------------------------------
  23. - libraries
  24. ==============================
  25. Custom Code Use
  26. ==============================
  27. Pop this code anywhere to insert an audio player.
  28. $audio_file_url, 'title' => $audio_title); ?>
  29. ==============================
  30. The Future
  31. ==============================
  32. If you have any questions, issues, or feature suggestions then please do leave feedback on the project page
  33. (http://drupal.org/project/mp3player)