added assets and notes

This commit is contained in:
h264 2023-10-05 02:33:31 -04:00
parent 14afca6d0b
commit 055762b166
5 changed files with 45 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

41
assets/tvchannelnotes.txt Normal file
View File

@ -0,0 +1,41 @@
SETUP STEPS:
Use Raspbian x64 standard w/ gui
apt update & upgrade
edit /boot/config.txt
comment out all hdmi lines
uncomment default overscan lines ???
add "sdtv_mode=1" and "sdtv_aspect=1"
raspi-config
Advanced -> Compositor -> No
Display Options->Composite->Yes->Reboot Now
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)
use NTP to determine when hour is up. station ID fills remaining time.
timeToTopOfHour = $((60 - $(date +%M)))
DISPLAY=:0 cvlc --fullscreen --play-and-exit --video-filter "logo{file='/media/aaeachannelbug.png',logo-position=10,opacity=128}" --no-osd '/media/anime/<path to video to play>'

View File

@ -1,4 +1,7 @@
#!/bin/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 #ancient abandoned esoteric animations or AAEA for short
#FansubTV #FansubTV
@ -18,7 +21,7 @@
while(true); do while(true); do
#station Id video call