@@ -7,10 +7,10 @@ Exemple: __108 minutes__ is now displayed __1h48__.
77
88When launched the script provides those properties :
99
10- * ` Window(Home).Property(Duration .HoursMinutes) `
11- * ` Window(Home).Property(Duration .Hours) `
12- * ` Window(Home).Property(Duration .Minutes) `
13- * ` Window(Home).Property(Duration .DBID) `
10+ * ` Window(Home).Property(Durations .HoursMinutes) `
11+ * ` Window(Home).Property(Durations .Hours) `
12+ * ` Window(Home).Property(Durations .Minutes) `
13+ * ` Window(Home).Property(Durations .DBID) `
1414
1515### Exemple of integration in Estuary skin
1616
@@ -23,10 +23,10 @@ Add this new variable at the end of the file (before the `</include>`) :
2323<variable name="ItemDuration">
2424 <value condition="System.HasAddon(script.duration)+
2525 [Window.IsVisible(Videos) | Window.IsVisible(Movieinformation)] +
26- !String.IsEmpty(Window(Home).Property(Duration .Hours)) +
27- !String.IsEqual(Window(Home).Property(Duration .Hours),0) +
28- !String.IsEmpty(Window(Home).Property(Duration .DBID)) +
29- String.IsEqual(Window(Home).Property(Duration .DBID),ListItem.DBID)">$INFO[Window(Home).Property(Duration .HoursMinutes)]</value>
26+ !String.IsEmpty(Window(Home).Property(Durations .Hours)) +
27+ !String.IsEqual(Window(Home).Property(Durations .Hours),0) +
28+ !String.IsEmpty(Window(Home).Property(Durations .DBID)) +
29+ String.IsEqual(Window(Home).Property(Durations .DBID),ListItem.DBID)">$INFO[Window(Home).Property(Durations .HoursMinutes)]</value>
3030 <value>$INFO[ListItem.Duration] min</value>
3131</variable>
3232```
0 commit comments