Linux 软件免费装

Jetpack Easy Playlists

开发者 two7sclash
更新时间 2013年3月28日 23:46
捐献地址: 去捐款
PHP版本: 3.4 及以上
WordPress版本: 3.4.1

标签

audio mp3 player jetpack playlists

下载

2.0 2.1 0.02 0.03

详情介绍:

Audio 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. And 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? This 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. Requires Jetpack. Plugin Homepage **Updated to fix "unexpected $end" bug and to work with 3.4.

安装:

  1. Upload jetpack_easy_playlists.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the [jplaylist] shortcode to display a playist of all the mp3s attached to your post

常见问题:

How do I order the songs in the playlist?

Click on "Add Audio". Go to "Gallery". Drag and drop your mp3s into the order you want (it ignores images). The plugin goes by ascending order.

How do I change the title and artist info for a mp3?

Song title corresponds to the "Title" field, and song artist corresponds to the, um, "Caption" field (I know this makes not a ton of sense, but I'm working with what I'm given folks). Wordpress makes a laughable guess as to the title of the mp3 when you upload it. I recommend you change this info as soon as you upload inside the post/page. You can also change this in the media library.

What about other audio formats than mp3?

Sorry, other audio formats aren't supported by Jetpack's player.

What about accessing the player options (color, size, etc)? Can I do that?

Yes! You can use any of those options. You can either use the janky pipe (|) method to connect everything like you're told to with the [audio] shortcode, or you can use proper attributes. Example: [jplaylist bgcolor="000000" lefticon="00ff00" righticon="FF0000" animation="no" loop="yes"] or [jplaylist bgcolor=000000|lefticon=00ff00|righticon=FF0000|animation=no|loop=yes]

Can you support my favorite player WordPess player plugin xyz?

Maybe! You can talk to me about it at least.

I'm hitting an upload limit. Help!

Welp, that's nothing to do with the plugin or even Wordpress. You can edit (or create) the php.ini file in your root directory to tweak this. Better yet, contact your host re: increasing your upload size.

更新日志:

2.0 0.02