<%=label%>
<%=plot%>
<% if(genre.length > 0){ %>
<% for(i in genre){ %>
<% if(genre[i] != ''){ %>
<%=genre[i]%><% } %>
<% } %>
<% } %>
<%=app.helpers.rating(rating)%>
<% if(type == 'episode' && runtime > 0){ %>
Duration
- <%=app.helpers.formatTime(app.helpers.secToTime(runtime))%>
<% } %>
<% if(type == 'tvshow'){ %>
<% } %>
<% if(mpaa != ''){ %>
<% } %>
<%
i = 0;
if(cast.length > 0){
for(k in cast){
var c = cast[k];
if(i <= 40){ %>
<%=c.name%>
<%=c.role%>
<% }
}
} %>
<% if(type == 'episode'){ %>
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.
Download
A direct link to download the media. Some browsers may attempt to play the media natively or you can right click
and "Save as" to download the file to your computer/device.
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
<% } %>