The play time got left at the 5 minute test time for the trajectories installation. Corrected, in testing.
This commit is contained in:
@@ -33,10 +33,9 @@ int heartbeat_state=0;
|
|||||||
String INST_NAME="Trajectories";
|
String INST_NAME="Trajectories";
|
||||||
String ARTIST="Sigurdur Gudjonsson (video) & Anna Thorvaldsdottir (sound)";
|
String ARTIST="Sigurdur Gudjonsson (video) & Anna Thorvaldsdottir (sound)";
|
||||||
String YEAR="2014";
|
String YEAR="2014";
|
||||||
//int videotime = 14*60+44; // set here your DVD title playtime in seconds
|
int videotime = 14*60+44; // set here your DVD title playtime in seconds
|
||||||
int videotime = 5*60; // set here your DVD title playtime in sec
|
|
||||||
int choptime = 3; // how much to chop at the end if the videos are
|
int choptime = 3; // how much to chop at the end if the videos are
|
||||||
// not exactly the same length
|
// not exactly the same length
|
||||||
int playtime = videotime - choptime;
|
int playtime = videotime - choptime;
|
||||||
int resetdelay = 3; // seconds from reset to playing from beginning
|
int resetdelay = 3; // seconds from reset to playing from beginning
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user