Plugin Directory

Changeset 565420


Ignore:
Timestamp:
06/29/2012 01:07:05 PM (14 years ago)
Author:
two7s_clash
Message:

updated readme.txt

Location:
jetpack-easy-playlists/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jetpack-easy-playlists/trunk/jetpack_easy_playlists.php

    r564830 r565420  
    44Plugin URI: http://www.jamesfishwick.com/software/auto-jetpack-playlist/
    55Description: A simple [audio] shortcode wrapper to generate playlists automatically from mp3s attached to your post/page. Requires Jetpack.
    6 Version: 2.0
     6Version: 2.1
    77Author: James Fishwick
    88Author URI: http://www.jamesfishwick.com/
    99License: GPL2
    1010*/
    11 /*  Copyright YEAR  PLUGIN_AUTHOR_NAME  (email : PLUGIN AUTHOR EMAIL)
     11/*  Copyright 2012  James Fishwick  (email : fishwick@gmail.com)
    1212
    1313    This program is free software; you can redistribute it and/or modify
  • jetpack-easy-playlists/trunk/readme.txt

    r565076 r565420  
    1 === Jetpack Easy Playlists ===
     1=== Jetpack Easy Playlists ===
    22Contributors: two7sclash
    33Donate link: http://www.jamesfishwick.com
     
    55Requires at least: 3.4
    66Tested up to: 3.4.1
    7 Stable tag: 2.0
     7Stable tag: 2.1
    88
    99Generate playlists automatically from mp3s attached to your post/page. Requires Jetpack.
     
    1212
    1313
    14 Audio support in Wordpress makes me cry. No native player, the fields in the Media library seem wrong for, and let's not get into ID3 tag reading. The audio shortcode and player provided by Jetpack is a step in the right direction. However, the ability to directly create a player or playlist on a post/page from attached mp3s makes me sad again. Writing that shortcode is nasty business for anything beyond a file or two.
     14Audio support in Wordpress makes me cry. No native player, the fields in the Media library seem wrong for audio, and let's not get into ID3 tag reading. The audio shortcode and player provided by Jetpack is a step in the right direction. However, the ability to directly create a player or playlist on a post/page from attached mp3s makes me sad again. Writing that shortcode is nasty business for anything beyond a file or two.
    1515
    16 And what about the [gallery] shortcode for images? So easy to round up all your attached pictures and display them all automagically. Again, no love for audio.
     16And what about the [gallery] shortcode for images? So easy to round up all your attached pictures and display them all automagically. Why no love for audio?
    1717
    1818This plugin acts as a wrapper for Jetpack's [audio] shortcode. It rounds up all the mp3s attached to your post/page and adds them as a playlist in the Jetpack player. Simply attach your mp3s to your post/page and use the shortcode "[jplaylist]" where you want your playlist.
     
    2222[Plugin Homepage](http://www.jamesfishwick.com/software/auto-jetpack-playlist/)
    2323
    24 Updated to fix "unexpected $end" bug and work with 3.4.
     24**Updated to fix "unexpected $end" bug and to work with 3.4.
    2525
    2626
Note: See TracChangeset for help on using the changeset viewer.