32 lines
647 B
Bash
32 lines
647 B
Bash
#!/bin/bash
|
|
|
|
#HELP: Usage-> fakeTV.sh logo[path to transparent background png] stationIdVideo[path to video file] commericals[path to m3u file] episodes[path to m3u file]
|
|
|
|
#ancient abandoned esoteric animations or AAEA for short
|
|
#FansubTV
|
|
|
|
#Hour by Hour loop script:
|
|
|
|
#schedule:
|
|
#-Station ID video plays
|
|
#-episode (~25 minutes)
|
|
#-random commercial block (2.5 minutes)
|
|
#-Station ID video plays
|
|
#-random commercial block (2.5 minutes)
|
|
#-episode (~25 minutes)
|
|
#-random commercial block (2.5 minutes)
|
|
#-Station ID video plays
|
|
#-random commercial block (2.5 minutes)
|
|
|
|
|
|
while(true); do
|
|
|
|
#station Id video call
|
|
|
|
|
|
|
|
|
|
|
|
|
|
done
|