Ticket #1679 (closed feature: fixed)

Opened 10 months ago

Last modified 9 months ago

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:

  1.  http://example.com/related/bunny-related.rss
  2.  http://example.com/related/sintel-related.rss

The test page called Media ID Replacement can be used to test this behavior.

Change History

comment:1 Changed 10 months ago by jeroen

  • Owner changed from jeroen to sanil
  • Description modified (diff)

comment:2 Changed 9 months ago by sanil

  • Status changed from new to closed
  • Resolution set to fixed

comment:3 Changed 9 months ago by sanil

Committed support for MediaID replacement in [2370]

Note: See TracTickets for help on using tickets.