Skip to content

sverhagen/mp3-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#mp3 Browser

This plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser. Shameless fork from dotcomdevelopment.com.

You may use Maven (3.0.4 or higher) to build this project. See e.g. here.

I am aware that Maven may be uncommon in PHP and Joomla plugin projects, but it works great for me in building the output files.

Having installed and set up Maven you would do as follows:

...\mp3-Browser> mvn install

In case of BUILD SUCCESS, you should find package archives in target/pkg_mp3browser-0.2.4-SNAPSHOT.zip (and .tar.gz, .tar.bz2) that can be installed in Joomla. It contains the multiple plugins.

You can use Maven release to release the project. It will nicely label a version number and upload package archives to Google Code:

...\mp3-Browser> mvn release:prepare release:perform

For the latter to work, you need Google Code in your settings.xml of Maven:

<server>
	<id>googlecode</id>
	<username>...</username>
	<password>...</password>
</server>

Obviously, Google Code is no more, and the above process would have to be fixed accordingly. That's just not yet the case.

About

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published