halloween.py - video URL update

This commit is contained in:
2023-10-30 13:23:31 +01:00
parent 9a7c57b63a
commit 3ba7895d37
+10 -9
View File
@@ -1,5 +1,6 @@
# Wird von der Türklingel ausgelöst und spield zufällig Geistervideos ab.
# Die letzten beiden gespielten Videos werden ausgeschlossen, um für genug Abwechslung zu sorgen.
# Videos: https://www.youtube.com/watch?v=9d868poEwK4
import os
import random
@@ -8,15 +9,15 @@ import time
import subprocess
videos = [
"/home/tilman/Videos/halloween-01-friendly_ghost_1.mp4",
"/home/tilman/Videos/halloween-02-friendly_ghost_2.mp4",
"/home/tilman/Videos/halloween-03-friendly_ghost_3.mp4",
"/home/tilman/Videos/halloween-04-friendly_ghost_4.mp4",
"/home/tilman/Videos/halloween-06-ghosts_pumpkins.mp4",
"/home/tilman/Videos/halloween-07-ghosts_candles.mp4",
"/home/tilman/Videos/halloween-08-marching_band.mp4",
"/home/tilman/Videos/halloween-05-skeletons.mp4",
"/home/tilman/Videos/halloween-09-skulls.mp4"]
"halloween-01-friendly_ghost_1.mp4",
"halloween-02-friendly_ghost_2.mp4",
"halloween-03-friendly_ghost_3.mp4",
"halloween-04-friendly_ghost_4.mp4",
"halloween-06-ghosts_pumpkins.mp4",
"halloween-07-ghosts_candles.mp4",
"halloween-08-marching_band.mp4",
"halloween-05-skeletons.mp4",
"halloween-09-skulls.mp4"]
hostName = "192.168.178.31"
serverPort = 8080