Ticket #1679 (closed feature: fixed)
Related: support MediaID replacement
| Reported by: | jeroen | Owned by: | sanil |
|---|---|---|---|
| Priority: | Normal | Milestone: | Plugins |
| Component: | general | Keywords: | |
| Cc: | Forum thread: |
Description (last modified by jeroen) (diff)
The Related plugin should support a mediaID replacement option, similar to the Sharing plugin. This option will allow easier integration of related videos (they don't have to be replicated per playlistItem).
With a setup like this one:
jwplayer("container").setup({
flashplayer: "player.swf",
playlist: [{
file: bunny.mp4,
mediaid: 'bunny',
},{
file: sintel.mp4,
mediaid: 'sintel'
}
plugins: {
related: {
file: "http://example.com/related/MEDIAID-related.rss"
}
}
});
... the related plugin should retrieve the following RSS feeds for the two playlist entries:
The test page called Media ID Replacement can be used to test this behavior.
Change History
Note: See
TracTickets for help on using
tickets.
