summaryrefslogtreecommitdiff
path: root/devfiles
diff options
context:
space:
mode:
Diffstat (limited to 'devfiles')
-rwxr-xr-xdevfiles/scripts/videos-from-csv.py13
-rw-r--r--devfiles/videos/believer/believer-1.json1
-rw-r--r--devfiles/videos/believer/believer-10.json5
-rw-r--r--devfiles/videos/believer/believer-2.json1
-rw-r--r--devfiles/videos/believer/believer-3.json1
-rw-r--r--devfiles/videos/believer/believer-4.json1
-rw-r--r--devfiles/videos/believer/believer-5.json1
-rw-r--r--devfiles/videos/believer/believer-6.json1
-rw-r--r--devfiles/videos/believer/believer-7.json1
-rw-r--r--devfiles/videos/believer/believer-8.json1
-rw-r--r--devfiles/videos/believer/believer-9.json1
-rw-r--r--devfiles/videos/disciple/disciple-1.json1
-rw-r--r--devfiles/videos/disciple/disciple-10.json1
-rw-r--r--devfiles/videos/disciple/disciple-2.json1
-rw-r--r--devfiles/videos/disciple/disciple-3.json1
-rw-r--r--devfiles/videos/disciple/disciple-4.json1
-rw-r--r--devfiles/videos/disciple/disciple-5.json1
-rw-r--r--devfiles/videos/disciple/disciple-6.json1
-rw-r--r--devfiles/videos/disciple/disciple-7.json1
-rw-r--r--devfiles/videos/disciple/disciple-8.json1
-rw-r--r--devfiles/videos/disciple/disciple-9.json5
-rw-r--r--devfiles/videos/introduction/introduction-1.json (renamed from devfiles/videos/introduction/intro-1.json)5
-rw-r--r--devfiles/videos/seeker/seeker-1.json3
-rw-r--r--devfiles/videos/seeker/seeker-2.json1
-rw-r--r--devfiles/videos/seeker/seeker-3.json1
-rw-r--r--devfiles/videos/seeker/seeker-4.json1
-rw-r--r--devfiles/videos/seeker/seeker-5.json1
-rw-r--r--devfiles/videos/teacher/teacher-1.json1
-rw-r--r--devfiles/videos/teacher/teacher-2.json7
-rw-r--r--devfiles/videos/teacher/teacher-3.json1
-rw-r--r--devfiles/videos/teacher/teacher-4.json1
-rw-r--r--devfiles/videos/teacher/teacher-5.json5
-rw-r--r--devfiles/videos/teacher/teacher-6.json1
-rw-r--r--devfiles/videos/teacher/teacher-7.json1
34 files changed, 53 insertions, 17 deletions
diff --git a/devfiles/scripts/videos-from-csv.py b/devfiles/scripts/videos-from-csv.py
index 69dcabb..ce4874c 100755
--- a/devfiles/scripts/videos-from-csv.py
+++ b/devfiles/scripts/videos-from-csv.py
@@ -8,12 +8,13 @@ from string import Template
BASE_URL="http://foursquaregrow.s3-website-us-east-1.amazonaws.com/"
-def mkjson(chapter, number, title, length, pdf, videos):
+def mkjson(chapter, number, title, length, image, pdf, videos):
vtemplate = Template("""{
"id": "$id",
"number": "$number",
"title": "$title",
"length": $length,
+ "image": "$image",
"pdf": "$pdf",
"urls": [""")
@@ -30,7 +31,8 @@ def mkjson(chapter, number, title, length, pdf, videos):
filename = string.lower(directory + "/" + chapter + "-" + number + ".json")
with open(filename, 'w') as outfile:
outfile.write(vtemplate.substitute(dict(id=string.lower(chapter+"-"+number),
- chapter=chapter, number=number, title=title, length=length, pdf=BASE_URL + urllib.quote(pdf))))
+ chapter=chapter, number=number, title=title, length=length,
+ image=BASE_URL + urllib.quote(image), pdf=BASE_URL + urllib.quote(pdf))))
for type,src in videos.iteritems():
outfile.write(urltemplate.substitute(dict(type=type, src=BASE_URL + urllib.quote(src))))
@@ -49,10 +51,11 @@ with open(filename, 'rb') as csvfile:
number = row[1]
title = row[2]
length = row[3]
- pdf = row[4]
- h264 = row[5]
+ image = row[4]
+ pdf = row[5]
+ h264 = row[6]
videos = { "video/mp4": h264 }
- mkjson(chapter, number, title, length, pdf, videos)
+ mkjson(chapter, number, title, length, image, pdf, videos)
diff --git a/devfiles/videos/believer/believer-1.json b/devfiles/videos/believer/believer-1.json
index b84e306..c1b3e91 100644
--- a/devfiles/videos/believer/believer-1.json
+++ b/devfiles/videos/believer/believer-1.json
@@ -3,6 +3,7 @@
"number": "1",
"title": "Intro",
"length": 460,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%201%20-%20Intro.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%201%20-%20Intro.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%201%20-%20Intro.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-10.json b/devfiles/videos/believer/believer-10.json
index 672500c..a5fb5c5 100644
--- a/devfiles/videos/believer/believer-10.json
+++ b/devfiles/videos/believer/believer-10.json
@@ -3,6 +3,7 @@
"number": "10",
"title": "Resurrection",
"length": 529,
- "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%2010%20%E2%80%93%20Resurrection.pdf",
- "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%2010%20%E2%80%93%20Resurrection.mov", "type":"video/mp4"}]
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%2010%20-%20Resurrection.png",
+ "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%2010%20-%20Resurrection.pdf",
+ "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%2010%20-%20Resurrection.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-2.json b/devfiles/videos/believer/believer-2.json
index ccd3677..f6eac57 100644
--- a/devfiles/videos/believer/believer-2.json
+++ b/devfiles/videos/believer/believer-2.json
@@ -3,6 +3,7 @@
"number": "2",
"title": "The Bible",
"length": 386,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%202%20-%20The%20Bible.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%202%20-%20The%20Bible.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%202%20-%20The%20Bible.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-3.json b/devfiles/videos/believer/believer-3.json
index c6576b8..18eff1a 100644
--- a/devfiles/videos/believer/believer-3.json
+++ b/devfiles/videos/believer/believer-3.json
@@ -3,6 +3,7 @@
"number": "3",
"title": "The Trinity",
"length": 364,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%203%20-%20The%20Trinity.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%203%20-%20The%20Trinity.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%203%20-%20The%20Trinity.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-4.json b/devfiles/videos/believer/believer-4.json
index 37fdab8..f6deeb6 100644
--- a/devfiles/videos/believer/believer-4.json
+++ b/devfiles/videos/believer/believer-4.json
@@ -3,6 +3,7 @@
"number": "4",
"title": "Created Beings",
"length": 360,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%204%20-%20Created%20Beings.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%204%20-%20Created%20Beings.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%204%20-%20Created%20Beings.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-5.json b/devfiles/videos/believer/believer-5.json
index efc6841..d5246bd 100644
--- a/devfiles/videos/believer/believer-5.json
+++ b/devfiles/videos/believer/believer-5.json
@@ -3,6 +3,7 @@
"number": "5",
"title": "God Becomes Man",
"length": 797,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%205%20-%20God%20Becomes%20Man.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%205%20-%20God%20Becomes%20Man.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%205%20-%20God%20Becomes%20Man.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-6.json b/devfiles/videos/believer/believer-6.json
index 3335657..04f6147 100644
--- a/devfiles/videos/believer/believer-6.json
+++ b/devfiles/videos/believer/believer-6.json
@@ -3,6 +3,7 @@
"number": "6",
"title": "The Church Part 1",
"length": 405,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%206%20-%20The%20Church%20Part%201.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%206%20-%20The%20Church%20Part%201.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%206%20-%20The%20Church%20Part%201.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-7.json b/devfiles/videos/believer/believer-7.json
index 36e28f0..1670bcf 100644
--- a/devfiles/videos/believer/believer-7.json
+++ b/devfiles/videos/believer/believer-7.json
@@ -3,6 +3,7 @@
"number": "7",
"title": "The Church Part 2",
"length": 573,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%207%20-%20The%20Church%20Part%202.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%207%20-%20The%20Church%20Part%202.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%207%20-%20The%20Church%20Part%202.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-8.json b/devfiles/videos/believer/believer-8.json
index 63d5e9c..853c8ee 100644
--- a/devfiles/videos/believer/believer-8.json
+++ b/devfiles/videos/believer/believer-8.json
@@ -3,6 +3,7 @@
"number": "8",
"title": "The Spirit",
"length": 513,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%208%20The%20Spirit.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%208%20The%20Spirit.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%208%20The%20Spirit.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/believer/believer-9.json b/devfiles/videos/believer/believer-9.json
index 3d65745..256dfef 100644
--- a/devfiles/videos/believer/believer-9.json
+++ b/devfiles/videos/believer/believer-9.json
@@ -3,6 +3,7 @@
"number": "9",
"title": "Second Coming",
"length": 478,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%209%20-%20Second%20Coming.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%209%20-%20Second%20Coming.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Believer%20Video%209%20-%20Second%20Coming.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-1.json b/devfiles/videos/disciple/disciple-1.json
index 9bc3bd2..72a50f3 100644
--- a/devfiles/videos/disciple/disciple-1.json
+++ b/devfiles/videos/disciple/disciple-1.json
@@ -3,6 +3,7 @@
"number": "1",
"title": "Intro",
"length": 344,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Discipleship%20Video%201%20-%20Intro.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Discipleship%20Video%201%20-%20Intro.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Discipleship%20Video%201%20-%20Intro.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-10.json b/devfiles/videos/disciple/disciple-10.json
index 75f33ec..cbcd093 100644
--- a/devfiles/videos/disciple/disciple-10.json
+++ b/devfiles/videos/disciple/disciple-10.json
@@ -3,6 +3,7 @@
"number": "10",
"title": "Conclusion",
"length": 405,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%2010%20-%20Conclusion.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%2010%20-%20Conclusion.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%2010%20-%20Conclusion.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-2.json b/devfiles/videos/disciple/disciple-2.json
index 6542da0..a0dd831 100644
--- a/devfiles/videos/disciple/disciple-2.json
+++ b/devfiles/videos/disciple/disciple-2.json
@@ -3,6 +3,7 @@
"number": "2",
"title": "Life Of A Disciple",
"length": 551,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%202%20-%20Life%20Of%20A%20Disciple.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%202%20-%20Life%20Of%20A%20Disciple.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%202%20-%20Life%20Of%20A%20Disciple.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-3.json b/devfiles/videos/disciple/disciple-3.json
index 4737853..dc697a2 100644
--- a/devfiles/videos/disciple/disciple-3.json
+++ b/devfiles/videos/disciple/disciple-3.json
@@ -3,6 +3,7 @@
"number": "3",
"title": "The Word",
"length": 438,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%203%20-%20The%20Word.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%203%20-%20The%20Word.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%203%20-%20The%20Word.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-4.json b/devfiles/videos/disciple/disciple-4.json
index 6d34ce0..7d2cba3 100644
--- a/devfiles/videos/disciple/disciple-4.json
+++ b/devfiles/videos/disciple/disciple-4.json
@@ -3,6 +3,7 @@
"number": "4",
"title": "Prayer",
"length": 682,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%204%20-%20Prayer.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%204%20-%20Prayer.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%204%20-%20Prayer.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-5.json b/devfiles/videos/disciple/disciple-5.json
index 2bd2904..b1dbbb8 100644
--- a/devfiles/videos/disciple/disciple-5.json
+++ b/devfiles/videos/disciple/disciple-5.json
@@ -3,6 +3,7 @@
"number": "5",
"title": "Fasting",
"length": 511,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%205%20-%20Fasting.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%205%20-%20Fasting.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%205%20-%20Fasting.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-6.json b/devfiles/videos/disciple/disciple-6.json
index 6804e3b..799d545 100644
--- a/devfiles/videos/disciple/disciple-6.json
+++ b/devfiles/videos/disciple/disciple-6.json
@@ -3,6 +3,7 @@
"number": "6",
"title": "Worship",
"length": 701,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%206%20-%20Worship.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%206%20-%20Worship.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%206%20-%20Worship.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-7.json b/devfiles/videos/disciple/disciple-7.json
index e4e523a..635c58b 100644
--- a/devfiles/videos/disciple/disciple-7.json
+++ b/devfiles/videos/disciple/disciple-7.json
@@ -3,6 +3,7 @@
"number": "7",
"title": "Solitude",
"length": 470,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%207%20-%20Solitude.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%207%20-%20Solitude.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%207%20-%20Solitude.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-8.json b/devfiles/videos/disciple/disciple-8.json
index ebd882b..7c3bd15 100644
--- a/devfiles/videos/disciple/disciple-8.json
+++ b/devfiles/videos/disciple/disciple-8.json
@@ -3,6 +3,7 @@
"number": "8",
"title": "Stewardship",
"length": 163,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%208%20-%20Stewardship.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%208%20-%20Stewardship.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%208%20-%20Stewardship.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/disciple/disciple-9.json b/devfiles/videos/disciple/disciple-9.json
index 7dee149..ba3582b 100644
--- a/devfiles/videos/disciple/disciple-9.json
+++ b/devfiles/videos/disciple/disciple-9.json
@@ -3,6 +3,7 @@
"number": "9",
"title": "Evangelism",
"length": 490,
- "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%209%20%E2%80%93%20Evangelism.pdf",
- "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%209%20%E2%80%93%20Evangelism.mov", "type":"video/mp4"}]
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%209%20-%20Evangelism.png",
+ "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%209%20-%20Evangelism.pdf",
+ "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Disciple%20Video%209%20-%20Evangelism.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/introduction/intro-1.json b/devfiles/videos/introduction/introduction-1.json
index 4c1ba09..6071d22 100644
--- a/devfiles/videos/introduction/intro-1.json
+++ b/devfiles/videos/introduction/introduction-1.json
@@ -1,8 +1,9 @@
{
- "id": "intro-1",
+ "id": "introduction-1",
"number": "1",
"title": "Introduction",
"length": 140,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.mov", "type":"video/mp4"}]
-}
+} \ No newline at end of file
diff --git a/devfiles/videos/seeker/seeker-1.json b/devfiles/videos/seeker/seeker-1.json
index 9a2606a..16f99a7 100644
--- a/devfiles/videos/seeker/seeker-1.json
+++ b/devfiles/videos/seeker/seeker-1.json
@@ -1,8 +1,9 @@
{
"id": "seeker-1",
"number": "1",
- "title": "Introduction Final",
+ "title": "Introduction",
"length": 395,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%201%20-%20Introduction%20Final.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%201%20-%20Introduction%20Final.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%201%20-%20Introduction%20Final.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/seeker/seeker-2.json b/devfiles/videos/seeker/seeker-2.json
index 89890a9..8329ab7 100644
--- a/devfiles/videos/seeker/seeker-2.json
+++ b/devfiles/videos/seeker/seeker-2.json
@@ -3,6 +3,7 @@
"number": "2",
"title": "Our Condition",
"length": 612,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%202%20-%20Our%20Condition.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%202%20-%20Our%20Condition.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%202%20-%20Our%20Condition.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/seeker/seeker-3.json b/devfiles/videos/seeker/seeker-3.json
index 1ceb80a..7bc9b0f 100644
--- a/devfiles/videos/seeker/seeker-3.json
+++ b/devfiles/videos/seeker/seeker-3.json
@@ -3,6 +3,7 @@
"number": "3",
"title": "God Searches",
"length": 399,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%203%20-%20God%20Searches.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%203%20-%20God%20Searches.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%203%20-%20God%20Searches.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/seeker/seeker-4.json b/devfiles/videos/seeker/seeker-4.json
index ebf6f8e..79d8ddc 100644
--- a/devfiles/videos/seeker/seeker-4.json
+++ b/devfiles/videos/seeker/seeker-4.json
@@ -3,6 +3,7 @@
"number": "4",
"title": "The Cross",
"length": 289,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%204%20-%20The%20Cross.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%204%20-%20The%20Cross.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%204%20-%20The%20Cross.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/seeker/seeker-5.json b/devfiles/videos/seeker/seeker-5.json
index 5131937..c989903 100644
--- a/devfiles/videos/seeker/seeker-5.json
+++ b/devfiles/videos/seeker/seeker-5.json
@@ -3,6 +3,7 @@
"number": "5",
"title": "Our Response",
"length": 469,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%205%20-%20Our%20Response.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%205%20-%20Our%20Response.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Video%205%20-%20Our%20Response.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/teacher/teacher-1.json b/devfiles/videos/teacher/teacher-1.json
index c5f862d..c17dd21 100644
--- a/devfiles/videos/teacher/teacher-1.json
+++ b/devfiles/videos/teacher/teacher-1.json
@@ -3,6 +3,7 @@
"number": "1",
"title": "Intro",
"length": 182,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%201%20-%20Intro.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%201%20-%20Intro.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%201%20-%20Intro.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/teacher/teacher-2.json b/devfiles/videos/teacher/teacher-2.json
index 67268e0..766d8bf 100644
--- a/devfiles/videos/teacher/teacher-2.json
+++ b/devfiles/videos/teacher/teacher-2.json
@@ -1,8 +1,9 @@
{
"id": "teacher-2",
"number": "2",
- "title": "Biblical Expectations Final",
+ "title": "Biblical Expectations",
"length": 481,
- "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%202%20-%20Biblical%20Expectations%20Final.pdf",
- "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%202%20-%20Biblical%20Expectations%20Final.mov", "type":"video/mp4"}]
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%202%20-%20Biblical%20Expectations.png",
+ "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%202%20-%20Biblical%20Expectations.pdf",
+ "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%202%20-%20Biblical%20Expectations.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/teacher/teacher-3.json b/devfiles/videos/teacher/teacher-3.json
index e5bbce4..bb2ad9e 100644
--- a/devfiles/videos/teacher/teacher-3.json
+++ b/devfiles/videos/teacher/teacher-3.json
@@ -3,6 +3,7 @@
"number": "3",
"title": "Foursquare Expectations",
"length": 342,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%203%20-%20Foursquare%20Expectations.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%203%20-%20Foursquare%20Expectations.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%203%20-%20Foursquare%20Expectations.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/teacher/teacher-4.json b/devfiles/videos/teacher/teacher-4.json
index de48963..53d0a6a 100644
--- a/devfiles/videos/teacher/teacher-4.json
+++ b/devfiles/videos/teacher/teacher-4.json
@@ -3,6 +3,7 @@
"number": "4",
"title": "Conforming to Doctrine",
"length": 355,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%204%20-%20Conforming%20to%20Doctrine.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%204%20-%20Conforming%20to%20Doctrine.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%204%20-%20Conforming%20to%20Doctrine.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/teacher/teacher-5.json b/devfiles/videos/teacher/teacher-5.json
index add7ec7..6fa5a09 100644
--- a/devfiles/videos/teacher/teacher-5.json
+++ b/devfiles/videos/teacher/teacher-5.json
@@ -3,6 +3,7 @@
"number": "5",
"title": "Adhering to Mission & Values",
"length": 222,
- "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%205%20-Adhering%20to%20Mission%20%26%20Values.pdf",
- "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%205%20-Adhering%20to%20Mission%20%26%20Values.mov", "type":"video/mp4"}]
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%205%20-%20Adhering%20to%20Mission%20%26%20Values.png",
+ "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%205%20-%20Adhering%20to%20Mission%20%26%20Values.pdf",
+ "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%205%20-%20Adhering%20to%20Mission%20%26%20Values.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/teacher/teacher-6.json b/devfiles/videos/teacher/teacher-6.json
index 047e0d1..518b07e 100644
--- a/devfiles/videos/teacher/teacher-6.json
+++ b/devfiles/videos/teacher/teacher-6.json
@@ -3,6 +3,7 @@
"number": "6",
"title": "Being a Disciple & Developing Others",
"length": 722,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%206%20-%20Being%20a%20Disciple%20%26%20Developing%20Others.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%206%20-%20Being%20a%20Disciple%20%26%20Developing%20Others.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%206%20-%20Being%20a%20Disciple%20%26%20Developing%20Others.mov", "type":"video/mp4"}]
} \ No newline at end of file
diff --git a/devfiles/videos/teacher/teacher-7.json b/devfiles/videos/teacher/teacher-7.json
index b0c24aa..b4e7144 100644
--- a/devfiles/videos/teacher/teacher-7.json
+++ b/devfiles/videos/teacher/teacher-7.json
@@ -3,6 +3,7 @@
"number": "7",
"title": "Prerequisites",
"length": 535,
+ "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%207%20-%20Prerequisites.png",
"pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%207%20-%20Prerequisites.pdf",
"urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Teacher%20Video%207%20-%20Prerequisites.mov", "type":"video/mp4"}]
} \ No newline at end of file