Create repo

This commit is contained in:
Matt McWilliams 2022-12-28 10:39:06 -05:00
commit 01e4803ac5
1 changed files with 19 additions and 0 deletions

19
tv.sh Normal file
View File

@ -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
#