% f = data.shift;
id = f.0;
title = f.2;
subtitle = f.3;
language = f.4;
diskid = f.5
comment = f.6;
year = f.9;
imgurl = f.10;
director = f.11;
runtime = f.13;
country = f.14;
plot = f.15;
filename = f.16;
filesize = f.17;
filedate = f.18;
audiocodec = f.19;
videocodec = f.20;
video_width = f.21;
video_height = f.22;
tvepisode = f.23;
seen = f.25;
%?>
% ######################################################################## %?>
% BLOCK item %?>
% IF value %?>
% value %?>
% END %?>
% END %?>
% ######################################################################## %?>
% gettext("Media details for") %?>: % PROCESS item topic="title" value=title %?>% IF subtitle %?> - % PROCESS item topic="subtitle" value=subtitle %?>% END %?>
% PROCESS item topic="title" value=title %?>% IF subtitle %?> - % PROCESS item topic="subtitle" value=subtitle %?>% END %?>
|
|
|
% IF plot %?>
% gettext("Plot") %?>
|
% plot %?>
|
|
% END %?>
% IF comment %?>
% gettext("Comment") %?>
|
% comment %?>
|
|
% END %?>
% IF param.actors.0.0 %?>
% gettext("Actors") %?>
% FOREACH zeile IN param.actors %?>
% IF verbose;"";END %?>
% actor = zeile.0;imgurl=zeile.1 %?>
% PROCESS item topic="actors" value=actor %?>
|
|
|
% END %?>
% END %?>
% INCLUDE header.inc %?>