You are here

README.txt in MP3 Player 8

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.2 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.

==============================
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 the internal mp3player directory (/sites/all/modules/mp3player/mp3player/).
 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:
------------------------------

 - None

==============================
Custom Code Use
==============================

Pop this code anywhere to insert an audio player.

<?php print theme('mp3player', $audio_file_url, $audio_title, $audio_artist); ?>

==============================
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)

==============================
Sponsorship 
==============================

This module is sponsored by Alpha International (http://www.alpha.org), Holy Trinity Brompton (http://www.htb.org.uk) and CoreDesigns (http://www.coredesigns.co.uk)

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. You can also change any of the WordPress Audio Player settings through an admin interface.
  5. ==============================
  6. Installation
  7. ==============================
  8. Watch a video: http://blip.tv/file/1628471
  9. 1. Drop the mp3player folder into the modules directory (/sites/all/modules/)
  10. 2. Download WordPress Audio Standalone Player (http://wpaudioplayer.com/download)
  11. 3. Drop the audio-player.js and player.swf files from the 1pixelout download into the internal mp3player directory (/sites/all/modules/mp3player/mp3player/).
  12. 4. Enable MP3 Player module (?q=/admin/build/modules) and optionally FileField MP3 Player Formatter for use with CCK
  13. 5. You can change the player settings (?q=admin/settings/mp3player)
  14. Required Modules:
  15. ------------------------------
  16. - None
  17. ==============================
  18. Custom Code Use
  19. ==============================
  20. Pop this code anywhere to insert an audio player.
  21. ==============================
  22. The Future
  23. ==============================
  24. If you have any questions, issues, or feature suggestions then please do leave feedback on the project page (http://drupal.org/project/mp3player)
  25. ==============================
  26. Sponsorship
  27. ==============================
  28. This module is sponsored by Alpha International (http://www.alpha.org), Holy Trinity Brompton (http://www.htb.org.uk) and CoreDesigns (http://www.coredesigns.co.uk)