You are here

README.txt in MP3 Player 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 7.2 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Upgrading
 * Custom code
 * The future
 * Sponsorship


INTRODUCTION
------------

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


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.


CUSTOM CODE
-----------

Pop this code anywhere to insert an audio player:

    <?php if (module_exists('mp3player')) { print theme('mp3player', 'Default', 
    $audio_file_url, $audio_title, $audio_artist, $description); } ?>


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 Cultive4 
(http://www.cultivatefour.com).

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Upgrading
  6. * Custom code
  7. * The future
  8. * Sponsorship
  9. INTRODUCTION
  10. ------------
  11. MP3 Player brings the WordPress Audio Player to Drupal. Easily enable the MP3
  12. Player on a CCK FileField. You can also change any of the WordPress Audio Player
  13. settings through an admin interface.
  14. INSTALLATION
  15. ------------
  16. Watch a video: http://blip.tv/file/1628471
  17. 1. Drop the mp3player folder into the modules directory (/sites/all/modules/).
  18. 2. Download WordPress Audio Standalone Player
  19. (http://wpaudioplayer.com/download).
  20. 3. Drop the audio-player.js and player.swf files from the 1pixelout download
  21. into the internal mp3player directory
  22. (/sites/all/modules/mp3player/mp3player/).
  23. 4. Enable MP3 Player module (?q=/admin/build/modules) and optionally FileField
  24. MP3 Player Formatter for use with CCK.
  25. 5. You can change the player settings (?q=admin/settings/mp3player).
  26. UPGRADING
  27. ---------
  28. Disabled and un-install both MP3 Player and FileField MP3 Player Formatter. Then
  29. make any changes you want to your default player (?q=admin/settings/mp3player)
  30. before applying the formatter to any FileFields or Views.
  31. CUSTOM CODE
  32. -----------
  33. Pop this code anywhere to insert an audio player:
  34. $audio_file_url, $audio_title, $audio_artist, $description); } ?>
  35. THE FUTURE
  36. ----------
  37. If you have any questions, issues, or feature suggestions then please do leave
  38. feedback on the project page (http://drupal.org/project/mp3player).
  39. SPONSORSHIP
  40. -----------
  41. This module is sponsored by Alpha International (http://www.alpha.org), Holy
  42. Trinity Brompton (http://www.htb.org.uk) and Cultive4
  43. (http://www.cultivatefour.com).