Audio Folder Player is an HTML5 audio player module with automatic playlist generation.

Features

  • Automatic playlist: scans a user customised folder for *.mp3 files
  • Playlist panel
  • CSS3 interface design(no image files used)
  • Autoplay

Demo

http://www.freakk.net/drupal/content/audio-folder-player

Ucoming Features

  • Shuffle function
  • Different extensions support (wav,ogg ...)

Sandbox

https://drupal.org/sandbox/freakk82/2148231

Git

git clone --branch master freakk82@git.drupal.org:sandbox/freakk82/2148231.git audio_folder_player
CommentFileSizeAuthor
audiofolderplayer.png25.29 KBfreakk82

Comments

PA robot’s picture

Status: Needs review » Needs work

Git clone command for the sandbox is missing in the issue summary, please add it.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

freakk82’s picture

Issue summary: View changes
freakk82’s picture

Issue summary: View changes
freakk82’s picture

Issue summary: View changes
freakk82’s picture

Issue summary: View changes
freakk82’s picture

Issue summary: View changes
drupaldev@assyst’s picture

  • It is better to change the function name carryZero () with module name as prepend (something like audio_folder_player_carry_zero) will avoid duplication in other modules (Line # 11, audio_folder_player.module).
  • Add proper comments to init, menu hook functions and other functions in .module file.
  • Declare the .css files in info file instead of init hook. Check https://api.drupal.org/api/drupal/modules!system!system.api.php/function/hook_init/7 for more information.
ram4nd’s picture

Some issues that pareview.sh is not including.

freakk82’s picture

Thanks, I'll make the sugested corrections asap.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.