diff --git a/halloween/halloween-01-friendly_ghost_1.mp4 b/halloween/halloween-01-friendly_ghost_1.mp4 new file mode 100644 index 0000000..615c6fe Binary files /dev/null and b/halloween/halloween-01-friendly_ghost_1.mp4 differ diff --git a/halloween/halloween-02-friendly_ghost_2.mp4 b/halloween/halloween-02-friendly_ghost_2.mp4 new file mode 100644 index 0000000..f4e5a86 Binary files /dev/null and b/halloween/halloween-02-friendly_ghost_2.mp4 differ diff --git a/halloween/halloween-03-friendly_ghost_3.mp4 b/halloween/halloween-03-friendly_ghost_3.mp4 new file mode 100644 index 0000000..988f6af Binary files /dev/null and b/halloween/halloween-03-friendly_ghost_3.mp4 differ diff --git a/halloween/halloween-04-friendly_ghost_4.mp4 b/halloween/halloween-04-friendly_ghost_4.mp4 new file mode 100644 index 0000000..fb01000 Binary files /dev/null and b/halloween/halloween-04-friendly_ghost_4.mp4 differ diff --git a/halloween/halloween-05-skeletons.mp4 b/halloween/halloween-05-skeletons.mp4 new file mode 100644 index 0000000..faec2e4 Binary files /dev/null and b/halloween/halloween-05-skeletons.mp4 differ diff --git a/halloween/halloween-06-ghosts_pumpkins.mp4 b/halloween/halloween-06-ghosts_pumpkins.mp4 new file mode 100644 index 0000000..54290d0 Binary files /dev/null and b/halloween/halloween-06-ghosts_pumpkins.mp4 differ diff --git a/halloween/halloween-07-ghosts_candles.mp4 b/halloween/halloween-07-ghosts_candles.mp4 new file mode 100644 index 0000000..140c202 Binary files /dev/null and b/halloween/halloween-07-ghosts_candles.mp4 differ diff --git a/halloween/halloween-08-marching_band.mp4 b/halloween/halloween-08-marching_band.mp4 new file mode 100644 index 0000000..bf740c5 Binary files /dev/null and b/halloween/halloween-08-marching_band.mp4 differ diff --git a/halloween/halloween-09-skulls.mp4 b/halloween/halloween-09-skulls.mp4 new file mode 100644 index 0000000..efdf635 Binary files /dev/null and b/halloween/halloween-09-skulls.mp4 differ diff --git a/halloween.py b/halloween/halloween.py similarity index 92% rename from halloween.py rename to halloween/halloween.py index 3fe7f14..f58f0fe 100644 --- a/halloween.py +++ b/halloween/halloween.py @@ -61,11 +61,7 @@ class MyServer(BaseHTTPRequestHandler): print('START ' + link + '\n') self.wfile.write(bytes("START " + videos[rnd_no], "utf-8")) -# os.system(cmd) -# subprocess.check_call(cmd, shell=True) -# cmd = "vlc --qt-fullscreen-screennumber=1 -f %s"%(link) - cmd = "mplayer %s"%(link) -# cmd = "mplayer -xineramascreen 2 -fs %s"%(link) + cmd = "mplayer -xineramascreen 2 -fs %s"%(link) self.player.vid_process = subprocess.Popen(["mplayer",link], stdout=subprocess.PIPE) else: print('RUNNING\n')