MP3 Browser

Version
1.6.0 (last update on May 4, 2011)
Rating
Compatibility
Votes
Favoured
57
License
GPLv2 or later
Non-Commercial
Type
Views
102248
Date Added
16 October 2009
Use the tags {music}path/to/directory{/music} in any content Item and the Plugin will replace it with a table containing all of the MP3's in that directory.
The Plugin displays the ID3 tag information for title, album name, track length and size. It produces a link to download the mp3 and an embedded mp3 player to play each mp3.
Great for displaying albums/podcasts the tags can be used multiple times on a page without a problem.
The table is configurable in the Plugin's parameters, allowing the download buttons and table row colors to be changed. The width of the table can be set or left blank for 100%.
Special thanks to the creators of the Dewplayer, http://www.alsacreations.fr/dewplayer for such an excellent mp3 player.
If this plugin works 100% of the time I would give it 5 stars. Unfortunately out of 5 sites that I used it, on 2 sites it simply crashed. One site. displays TAGS but no links to audio files. Suppoer for this plugin is poor. I have sent 2 messages to the developers but gaven't got a response at all. The problem is that I cannot even remove the plugin as it doesn't show up on the list. I suspect I can remove some php files and make some manual changes in the database, then reinstall it, but can't get contact from developers to find out exactly what the manual procedure should do.
This is a lovely extension that suffers, as others have noted, from difficulties with downloading the mp3 files (clicking opens another window, whereupon the user has to right-click to download the file). Another reviewer has suggested a fix (adding code to the vhost directory). Linux hosting users can get the same benefit by inserting the following code by creating a file named .htaccess
ForceType application/octet-stream
Header set Content-Disposition attachment
Then upload the .htaccess file into your directory that contains the audio files. This will force files in that directory to download when the MP3Browser download icon is clicked.
ForceType application/octet-stream
Header set Content-Disposition attachment
Then upload the .htaccess file into your directory that contains the audio files. This will force files in that directory to download when the MP3Browser download icon is clicked.
I am using the Joomla 1.6 version.
Easy to install, easy to set up on your page.
However, Joomla 1.6 version needs improvement. Google Chrome users will see the full mp3 browser layout but pressing the "Play" button will not start the music. Pressing the "Download" button will open a new page where the music starts to play. In order to download it, you have to right mouse click and select "Save As".
On Internet Explorer 9 (64 bit), the "Play" section/buttons do not appear. "Download" button will start the media on Windows Media Player or your default media player.
Easy to install, easy to set up on your page.
However, Joomla 1.6 version needs improvement. Google Chrome users will see the full mp3 browser layout but pressing the "Play" button will not start the music. Pressing the "Download" button will open a new page where the music starts to play. In order to download it, you have to right mouse click and select "Save As".
On Internet Explorer 9 (64 bit), the "Play" section/buttons do not appear. "Download" button will start the media on Windows Media Player or your default media player.
This does exactly what I want it to do. It's easy to install - just a simple plug-in. You create your article, put in the directory using the coding and you're done. I've used in several articles on several pages of my site. I highly recommend this for anyone wanting to put tracks on their site without using 3rd party codes. *Must have access to your server in order to upload the tracks.
I'm a volunteer with no web publishing experience other than the last 3 months. This was perfect for me, I'm working on a music site for our school and the teacher needed to be able to post mp3's for the students to listen to either as examples or to review their own performance. No problems installing or implementing. With a simplefileloader module he can post the mp3's. Now I just have to figure out how to fix my filesize limitations. Thank you for this module.
Many thanks to the developer of this very useful plugin, I have a site dedicated to the history of my country (EL Salvador) and this plug in allowed me to put online some audio files available for the public, this was very simple and I tried several other options available out there but although they worked fine it took me too much time to put a bunch of audio files together but this plug in does in just a few clicks.
I found a bug in the 1.6 version and the developer replied to my email very quickly with a solution.
Thank you!
I found a bug in the 1.6 version and the developer replied to my email very quickly with a solution.
Thank you!
This plugin is very easy to install and use: you just put a code line in your article and you get a nice table with your mp3's, including use of ID3 tags for display.
I missed two things though: no volume control, which I solved by using the flash player used in the WordPress Audio Player package, with an update to the mp3browser.php file.
And the download button should present a dialog to the user (which is mentioned a few times here). That was solved by writing a download php script, that will allow download only from a directory with a .download_ok file in it, preventing offering your entire site for download :-)
Review policy don't allow me to post links or code, but if you drop me a mail at jan.stap at gmail.com, I send you the update.
I missed two things though: no volume control, which I solved by using the flash player used in the WordPress Audio Player package, with an update to the mp3browser.php file.
And the download button should present a dialog to the user (which is mentioned a few times here). That was solved by writing a download php script, that will allow download only from a directory with a .download_ok file in it, preventing offering your entire site for download :-)
Review policy don't allow me to post links or code, but if you drop me a mail at jan.stap at gmail.com, I send you the update.
The MP3 browser is excellent in overall :-)
The download link opens the files in a new window, which is not good. There is no option to choose the download files to open in this or a new window, so I hacked the MP3 browser a bit so it did not open in a new window.
A TIP FOR EVERYONE
If you insert this into your vhost file then you can force the downloading of the mp3 files in all browser types. This makes MP3 browser even better :-)
# forces mp3 files to download
ForceType application/octet-stream
Header set Content-Disposition attachment
The download link opens the files in a new window, which is not good. There is no option to choose the download files to open in this or a new window, so I hacked the MP3 browser a bit so it did not open in a new window.
A TIP FOR EVERYONE
If you insert this into your vhost file then you can force the downloading of the mp3 files in all browser types. This makes MP3 browser even better :-)
# forces mp3 files to download
ForceType application/octet-stream
Header set Content-Disposition attachment
It is very poor when u have a big number of audios file
- Simple to install
- Simple to configure
- Simple to extend
Simply awesome!
- Simple to configure
- Simple to extend
Simply awesome!
Thanks for creating this awesome extension! I'm using it to showcase regional artists. It works perfectly and the design looks great. I had an issue displaying MP3 files that have inaccurate titles, but that is easily solved with free program mp3tag universal tag editor.
Hi,
this is the best MP3 player I've seen. Although it need a little code edit, because out of the box it doesn't work in IE (at least it didn't work for me).
I than changed file /plugins/content/mp3browser.php on line 217.
At param value I replaced "$musicDir . DS . $file" with "$musicDir . '/' . $file".
Before that it somehow made wrong file path. Instead of / it put empty space which affected IE preformance.
Beside that it's the best MP3 playlist plugin out there! Thank you!
this is the best MP3 player I've seen. Although it need a little code edit, because out of the box it doesn't work in IE (at least it didn't work for me).
I than changed file /plugins/content/mp3browser.php on line 217.
At param value I replaced "$musicDir . DS . $file" with "$musicDir . '/' . $file".
Before that it somehow made wrong file path. Instead of / it put empty space which affected IE preformance.
Beside that it's the best MP3 playlist plugin out there! Thank you!
Hi,
It seems to me very well but I have two issues.
One is simultaneous play option. When I play two at a time, those two has played at a time. This is not good.
Second is there is no volume control option, It is mandatory in some condition.
If these issues are not, then I will surely gave 5 out of 5.
It seems to me very well but I have two issues.
One is simultaneous play option. When I play two at a time, those two has played at a time. This is not good.
Second is there is no volume control option, It is mandatory in some condition.
If these issues are not, then I will surely gave 5 out of 5.
After browsing through most of the players, i saw this as a good fit for my requirement.
Havent tried to install yet, got pretty much confident it wouldn't be a humongous task after reading the reviews by other users.
Listing down the song names as a record is brilliant.
But the inability of selecting multiple or all the songs and making it play in some order is sad.
Volume control is also missing !
Would be a great extension for sure which people wont have a second opinion on choosing this for their site if these features are added
Havent tried to install yet, got pretty much confident it wouldn't be a humongous task after reading the reviews by other users.
Listing down the song names as a record is brilliant.
But the inability of selecting multiple or all the songs and making it play in some order is sad.
Volume control is also missing !
Would be a great extension for sure which people wont have a second opinion on choosing this for their site if these features are added
This plugin is very wonderful. It is very convenient for me to show mp3 files in my website. However, I can't play the whole album. I hope you can fix in order to the plugin can play all. I need a button "PLAY ALL". I look forward to the next version. Thanks a lot.
Page 1 of 3









