=== Plugin Name === Contributors: jrop Tags: jplayer, playlist, audio, player, mp3, wav, ogg Requires at least: 3.5 Tested up to: 3.5 Stable Tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Jammer is a plugin that provies a shortcode users can use to embed an audio player (powered by jPlayer) in posts/pages. == Description == **THIS IS THE FIRST VERSION OF THIS PLUGIN, SO QUITE FRANKLY, IT MIGHT NOT WORK FOR YOU** Jammer is a plugin that provies a shortcode users can use to embed an audio player (powered by jPlayer) in posts/pages. Use like this: \[jammer tracks="(track-string)" style="(css)"\] Where (track-string) is in the format "title=Some Title Here|mp3=url-to-mp3|oga=url-to-ogg,title=Another Title|mp3=...|oga=...". As is evident, track titles as well as URLs should not contain the characters **|=",** (that is, pipe, equals, double quote, or comma), or else the plugin may get confused and break. Perhaps if I get enough requests, I'll add functionality to escape these characters some way. When providing track urls, technically only one is needed (such as only 'mp3', etc), see [this](http://jplayer.org/latest/developer-guide/#jPlayer-media-encoding) page for more details One should be consistent about what types of media is provided across different tracks, i.e., if mp3, and ogg are provided for the first track, only providing wav for the second track is not wise and might cause the plugin to break. == Installation == Extract the zip in your wordpress plugins directory and then activate the plugins menu in wordpress. See the general description for how to use this plugin. == Changelog == = 0.1 = * First release