Skip to content

onigetoc/Podcast-parser-for-jPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podcast parser for jPlayer

Podcast parser for jPlayer ( XML RSS media )

=================

  • Play all podcast XML RSS with media (audio|video) : ogg, mp3, m4a, m4v, mp4,
  • Show podcast poster.
  • You can load any playlist with jQuery.

Demo

How to use

basic loading podcast in jPlayer playlist.

loadPodcast('http://your-podcast-url.xml');

Load playlist with Drop down

<select id="drop-playlist">
	<option value="">Select Podcast</option>
    <option value="http://feeds.twit.tv/twit" selected>This Week in Tech</option>
    <option value="http://downloads.bbc.co.uk/podcasts/worldservice/globalnews/rss.xml">BBC News</option>
</select>
// Drop down playlist
$("#drop-playlist").change(function () {
    var Podurl = this.value;
	loadPodcast(Podurl);
});

More way to load podcast width jQuery in the demo file.

Quick start

Clone the repo, git clone git://github.com/onigetoc/Podcast-parser-for-jPlayer.git.

Bug tracker

Have a bug? Please create an issue here on GitHub.

https://github.com/onigetoc/Podcast-parser-for-jPlayer/issues

Contributing

Please submit all pull requests against *-wip branches. If your unit test contains javascript patches or features, you must include relevant unit tests. Thanks!

Authors

Gino Cote

Copyright and license

The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with Podcast parser for jPlayer.

http://opensource.org/licenses/mit-license.php

About

Podcast parser for jPlayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published