commit 01e4803ac51a75602280d72f78d4411c569f1f87 Author: mattmcw Date: Wed Dec 28 10:39:06 2022 -0500 Create repo diff --git a/tv.sh b/tv.sh new file mode 100644 index 0000000..fe267e1 --- /dev/null +++ b/tv.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +WIDTH=720 +HEIGHT=480 +BUG="" +PLAYBACK="playback.sqlite" +HISTORY="history.sqlite" + +# Steps : enumerate all files at beginning of every playback decision +# Compare to files in folder +# if file is in playback database, skip +# else add to candidates list +# if candidate list is empty, destroy and recreate playback database +# continue +# generate random selection +# add to playback database +# add to history database +# start playback +# \ No newline at end of file