From 0892949f0a3f761aed16959f3ab64f529ab50477 Mon Sep 17 00:00:00 2001 From: "foley@ru.is" Date: Sun, 22 Sep 2013 17:26:06 +0000 Subject: [PATCH] Set script properties (keywords, eol) on the various synchronizer programs. Sanitized the general synchronizer programs so they do not contain installation specific information/configuration. --- .../dvd/Philips_DVP3142_12/Philips_DVP3142_12.pde | 9 ++------- synchronizer/dvd/Scott_DVX605HD/Scott_DVX605HD.pde | 8 ++------ synchronizer/dvd/Toshiba_SD1091EKE/Toshiba_SD1091EKE.pde | 8 +++----- synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde | 6 ++---- .../dawn_toshiba_sd590eke/dawn_toshiba_sd590eke.pde | 0 .../thor_philips_dvp3142_12/thor_philips_dvp3142_12.pde | 0 .../west_scott_dvx506hd/west_scott_dvx506hd.pde | 0 7 files changed, 9 insertions(+), 22 deletions(-) mode change 100644 => 100755 synchronizer/dvd/Philips_DVP3142_12/Philips_DVP3142_12.pde mode change 100644 => 100755 synchronizer/dvd/Scott_DVX605HD/Scott_DVX605HD.pde mode change 100644 => 100755 synchronizer/dvd/Toshiba_SD1091EKE/Toshiba_SD1091EKE.pde mode change 100644 => 100755 synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde mode change 100644 => 100755 synchronizer/installations/dawn_toshiba_sd590eke/dawn_toshiba_sd590eke.pde mode change 100644 => 100755 synchronizer/installations/thor_philips_dvp3142_12/thor_philips_dvp3142_12.pde mode change 100644 => 100755 synchronizer/installations/west_scott_dvx506hd/west_scott_dvx506hd.pde diff --git a/synchronizer/dvd/Philips_DVP3142_12/Philips_DVP3142_12.pde b/synchronizer/dvd/Philips_DVP3142_12/Philips_DVP3142_12.pde old mode 100644 new mode 100755 index 0aa5ddb..d976c11 --- a/synchronizer/dvd/Philips_DVP3142_12/Philips_DVP3142_12.pde +++ b/synchronizer/dvd/Philips_DVP3142_12/Philips_DVP3142_12.pde @@ -1,5 +1,4 @@ /* DVD IR Synchronizer for Philips DVP3142/12 - * Developed for Art Installation "Thor" * Code written by Joe Foley * on 2013-09-08 * @@ -10,7 +9,6 @@ * * IR Remote codes from IRrecvDemo * - * * Details on the Philips RC6 coding * http://www.pcbheaven.com/userpages/The_Philips_RC6_Protocol/ * @@ -26,10 +24,7 @@ int pinLED=13; // The heartbeat LED on the board int heartbeat=0; int secs; -// Sarcity 20:58 -int playtime= 58*44+10; // Play time in seconds, you usually leave off a second or two - -//int playtime= 10; // testing +int playtime=1*60+1; // Play time in seconds, you usually leave off a second or two IRsend irsend; @@ -39,7 +34,7 @@ void setup() { Serial.begin(115200); Serial.println("Panasonic DVD DVP-3142/12 Synchronizer $Rev$"); - Serial.println("For \"Sarcity\" by Thor Elis (1981)"); + Serial.println("For \"$INSTALLATION NAME$\" by $ARTIST$ ($YEAR$)"); Serial.println("Code by Joe Foley "); Serial.println("$URL$"); Serial.println("$Id$"); diff --git a/synchronizer/dvd/Scott_DVX605HD/Scott_DVX605HD.pde b/synchronizer/dvd/Scott_DVX605HD/Scott_DVX605HD.pde old mode 100644 new mode 100755 index f7ba332..2c806f8 --- a/synchronizer/dvd/Scott_DVX605HD/Scott_DVX605HD.pde +++ b/synchronizer/dvd/Scott_DVX605HD/Scott_DVX605HD.pde @@ -1,5 +1,4 @@ /* DVD IR Synchronizer for Philips DVP3142/12 - * Developed for Art Installation "West" * Code written by Joe Foley * on 2013-09-08 * @@ -22,10 +21,7 @@ int pinLED=13; // The heartbeat LED on the board int heartbeat=0; int secs; -// West 25:41 -int playtime= 25*60+40; // Play time in seconds, you usually leave off a second or two - -//int playtime= 10; // testing +int playtime= 1*60+1; // Play time in seconds, you usually leave off a second or two IRsend irsend; @@ -35,7 +31,7 @@ void setup() { Serial.begin(115200); Serial.println("Scott DVX605 HD(Rev2) Synchronizer $Rev$"); - Serial.println("For \"West\" by Steina Vasulka (1983)"); + Serial.println("For \"$INSTALLATION NAME$\" by $ARTIST$ ($YEAR$)"); Serial.println("Code by Joe Foley "); Serial.println("$URL$"); Serial.println("$Id$"); diff --git a/synchronizer/dvd/Toshiba_SD1091EKE/Toshiba_SD1091EKE.pde b/synchronizer/dvd/Toshiba_SD1091EKE/Toshiba_SD1091EKE.pde old mode 100644 new mode 100755 index 9d5ea34..1f781c8 --- a/synchronizer/dvd/Toshiba_SD1091EKE/Toshiba_SD1091EKE.pde +++ b/synchronizer/dvd/Toshiba_SD1091EKE/Toshiba_SD1091EKE.pde @@ -1,5 +1,4 @@ /* DVD IR Synchronizer for Toshiba SD1091EKE - * Developed for Art Installation by Steina * Code written by Joe Foley * on 2013-09-08 * @@ -26,8 +25,7 @@ int pinLED=13; // The heartbeat LED on the board int secs; int heartbeat=0; -// West 25:41 -int playtime= 25*60+40; // set here your DVD title playtime in sec leave a little extra +int playtime= 1*60+1; // set here your DVD title playtime in sec leave a little extra IRsend irsend; @@ -38,7 +36,7 @@ void setup() { Serial.println("Toshiba DVD SD1091EKE Synchronizer $Rev$"); - Serial.println("For \"West\" by Steina Vasulka (1983)"); + Serial.println("For \"$INSTALLATION NAME$\" by $ARTIST$ ($YEAR$)"); Serial.println("Code by Joe Foley "); Serial.println("$URL$"); Serial.println("$Id$"); @@ -129,4 +127,4 @@ void send_previous() { // First comes the pre-data bits, then the command code Serial.println(" previous"); irsend.sendNEC(0xA25DC43B, 32); -} +} diff --git a/synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde b/synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde old mode 100644 new mode 100755 index 944348a..dba23d9 --- a/synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde +++ b/synchronizer/dvd/Toshiba_SD590EKE/Toshiba_SD590EKE.pde @@ -1,5 +1,4 @@ /* DVD IR Synchronizer for Toshiba SD590EKE - * Developed for Art Installation "Dawn" by Sigrun Hardardottir * Code written by Joe Foley * on 2013-09-08 * @@ -21,8 +20,7 @@ int pinLED=13; // The heartbeat LED on the board int heartbeat=0; int secs; -// Dawn 61:36 -int playtime= 61*60+35; // set here your DVD title playtime in sec leave a little extra +int playtime= 1*60+1; // set here your DVD title playtime in sec leave a little extra IRsend irsend; @@ -32,7 +30,7 @@ void setup() { Serial.begin(115200); Serial.println("Toshiba DVD SD590EKE Synchronizer $Rev$"); - Serial.println("For \"Dawn\" by Sigrun Hardar on 1986"); + Serial.println("For \"$INSTALLATION NAME$\" by $ARTIST$ ($YEAR$)"); Serial.println("Code by Joe Foley "); Serial.println("$URL$"); Serial.println("$Id$"); diff --git a/synchronizer/installations/dawn_toshiba_sd590eke/dawn_toshiba_sd590eke.pde b/synchronizer/installations/dawn_toshiba_sd590eke/dawn_toshiba_sd590eke.pde old mode 100644 new mode 100755 diff --git a/synchronizer/installations/thor_philips_dvp3142_12/thor_philips_dvp3142_12.pde b/synchronizer/installations/thor_philips_dvp3142_12/thor_philips_dvp3142_12.pde old mode 100644 new mode 100755 diff --git a/synchronizer/installations/west_scott_dvx506hd/west_scott_dvx506hd.pde b/synchronizer/installations/west_scott_dvx506hd/west_scott_dvx506hd.pde old mode 100644 new mode 100755