<%=label%>

<%=tagline%>

<%=plotoutline%>

<%=plot%>

<% if(genre.length > 0){ %>
<% for(i in genre){ %> <% if(genre[i] != ''){ %><%=genre[i]%><% } %> <% } %>
<% } %>
<%=app.helpers.rating(rating)%>

Quality

    <% for(i in streamdetails.video){ var s = streamdetails.video[i]; %>
  • <%=s.width%> x <%=s.height%> <%=s.codec%>
  • <% } %>
    <% for(i in streamdetails.audio){ var s = streamdetails.audio[i]; %>
  • <%=s.channels%> channels <% if(s.language != ''){ %>(<%=s.language%>)<% } %> <%=s.codec%>
  • <% } %>
<% if(mpaa != ''){ %>

MPAA

  • <%=mpaa%>
<% } %>
<% i = 0; if(cast.length > 0){ for(k in cast){ var c = cast[k]; if(i <= 40){ %> <%=c.name%> <%=c.role%> <% } } } %>

HTML5 player

Codec support is very limited in the browser. H.264 video generally works but only with 2 channel audio. Works best in Chrome, may crash browser and/or XBMC!


VLC player

VLC Player provides an embeddable video player, it will play most videos, but does require you to download and install extra software. Works well in Chrome and Firefox.

Streams

    <% for(i in streamdetails.video){ var s = streamdetails.video[i]; %>
  • <%=s.width%> x <%=s.height%> <%=s.codec%>
  • <% } %>
    <% for(i in streamdetails.audio){ var s = streamdetails.audio[i]; %>
  • <%=s.channels%> channels <% if(s.language != ''){ %>(<%=s.language%>)<% } %> <%=s.codec%>
  • <% } %>

Note

  • For best results, use Chrome
  • Playback might not work at all
  • Seeking doesn't work
  • Stacked videos don't work