You are here

README.txt in MP3 Player 6.2

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


 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/libraries/audio-player/).

 4. Download and enable the libraries module (drupal.org/project/libraries)
    
 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).

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. 1. Drop the mp3player folder into the modules directory (/sites/all/modules/).
  17. 2. Download WordPress Audio Standalone Player
  18. (http://wpaudioplayer.com/download).
  19. 3. Drop the audio-player.js and player.swf files from the 1pixelout download
  20. into the internal mp3player directory
  21. (/sites/all/libraries/audio-player/).
  22. 4. Download and enable the libraries module (drupal.org/project/libraries)
  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).