Skip to content

Commit

Permalink
Updates to have all videos from top-level folder
Browse files Browse the repository at this point in the history
  • Loading branch information
robotconscience committed May 9, 2016
1 parent 1fa7ed4 commit b0d91c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion Webserver/static/anythingmuppets/attract/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name":"attract",
"video":"sm_cut.mp4",
"disableTimeout":true
}
6 changes: 1 addition & 5 deletions Webserver/static/anythingmuppets/attract/template.hbr
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<div id='{{name}}' class='page'>
{{!--
Container for background video
* Edit "video" in data.json to change what's loaded below
--}}
<div class='background'>
<video class="fillContainer attractVideo" autoplay loop muted>
<source src="anythingmuppets/{{name}}/{{video}}" type="video/mp4">
<source src="video/am_attract.mp4" type="video/mp4">
</video>
</div>
<div class='container fillAbs centeredContainer column noselect' style="z-index:2">
Expand Down
2 changes: 1 addition & 1 deletion Webserver/static/anythingmuppets/config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"countdownTime":3,"timeout":60,"continuousMode":false,"shareServer":"http://192.168.88.124:8013","aspect":0.5625,"imageWidth":1040,"imageHeight":776,"autoSize":true,"doStream":false,"currentName":67}
{"countdownTime":3,"timeout":60,"continuousMode":false,"shareServer":"http://192.168.88.124:8013","aspect":0.5625,"imageWidth":1040,"imageHeight":776,"autoSize":true,"doStream":false,"currentName":68}

0 comments on commit b0d91c9

Please sign in to comment.