The name of module:
SCM Music Player
Description:
SCM Music Player is a free and open source web music player, that brings a seamless music experience to drupal website. Support Tumblr, Blogger, Weebly, Tistory and more.
Feature:
- Continous Playback Cross Pages - SCM Music Player playback throughout your website.
- Full Featured Control - Play, pause, next, previous, seek, shuffle, repeat mode, volume and more.
- Custom Skins - Match your look and feel. Choose or design your own skin with CSS.
- Dynamic Playlist - Music from various sources: MP3, SoundCloud, Youtube, RSS in HTML5 or Flash.
- Flexible UI - Dockable player on top or bottom. Playlist can be toggled
Clone the Repository:
git clone --branch 7.x-1.x https://git.drupal.org/sandbox/abrahamso/2696995.git scm_music_player
The intended Drupal core version: 7.x
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | space.patch | 9.49 KB | visabhishek |
Comments
Comment #2
PA robot commentedWe 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.
Comment #3
abrahamso commentedComment #4
abrahamso commentedComment #5
muthukumar sri commentedHi,
Remove all the variables scm_music_player_xxx when your module has uninstall.
Refer:
https://api.drupal.org/api/drupal/modules!system!system.api.php/function...
Comment #6
abrahamso commentedThanks muthukumar sri,
I added your suggestion to my .install file
Comment #7
PA robot commentedTimeout when invoking pareview.sh for https://git.drupal.org/sandbox/abrahamso/2696995.git at http://pareview.sh/pareview/httpsgitdrupalorgsandboxabrahamso2696995git
Do you have any third-party files committed? 3rd party code is not generally allowed on Drupal.org and should be deleted. This policy is described in the getting involved handbook. It also appears in the terms and conditions you agreed to when you signed up for Git access.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #8
klausiSilly bot problems, sorry.
Comment #9
extremal commentedTested the module - all works fine.
Automated code review didn't show any problems.
Manual code review - all good as well.
Couple of notes:
I would recommend changing 'true', 'false' string values in dropdowns to boolean.
E.g. instead of
it would be:
Also we could probably consider excluding the player from admin pages ?
e.g.
Apart from that all looks good to me.
Great job!
Comment #10
abrahamso commentedHi extremal,
Thanks for reviewing the module, I added the fix for excluding the player from admin pages. Great advice!.
Comment #11
shkiper commentedManual Review
'#prefix' => '<table><tr><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><td>')global $base_urlvariable instead of$GLOBALS['base_url']It would be nice to implement block widget or field type for SCM Music Player. This will help users to control visibility of this player on different pages
Comment #12
abrahamso commentedThank you shkiper for your review.
I updated my code with your suggestions.
-Updated: Coding style & Drupal API usage
-Fixed the guidelines for in-project documentation and/or the README Template.
Comment #13
abrahamso commentedComment #14
visabhishek commentedHi,
I am suggesting to update space in .module file like
Comment #15
klausi@visabhishek: I think you forgot to change the status. Is this now RTBC after your review or are there application blockers left?
Comment #16
visabhishek commentedHi klausi ,
Once my suggestion accepted and applied on code then i want to review again before mark it RTBC.
Comment #17
abrahamso commentedHi, visabhishek
Thank you for review my module.
Module is now updated with your suggestion. (update space in .module file)
Comment #18
visabhishek commentedHi abrahamso,
I have downloaded https://github.com/cshum/scm-music-player/archive/github.zip and store in libraries directory.
1: Enabled libraries module then enabled scm_music_player.
Everything is fine and i am able use scm-music-player.
(Again i have disabled and un-installed both module scm-music-player and libraries)
2: This time i tried to enable scm-music-player directly , because libraries module mention in dependencies.
Now i am getting WSOD.
So again i used drush re enable scm-music-player and got following message :
Hope above info will help you to replicate the issue and fix.
Comment #19
abrahamso commentedHi, visabhishek
Thanks for your review again :).
I was able to replicate the issue and was able to provide a fix.
scm_music_player.install is updated and ready for review.
* Fixed several bugs in scm_music_player.install
* Misc. other improvements
* Improve library detection
* Thanks @visabhishek
Comment #20
abrahamso commentedComment #21
visabhishek commentedReviewed the latest code and I think there are no more blockers. So I think this module should be good to go. Marking it RTBC
Comment #22
abrahamso commentedThanks visabhishek!
Comment #23
mlncn commentedThanks for your contribution! Congratulations, you are now a vetted Git user. You can promote this to a full project.
When you create new projects (typically as a sandbox to start) you can then promote them to a full project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.