diff --git a/assets/AAEA Channel Art/AAEA_LOGO_10-4-2023.png b/assets/AAEA Channel Art/AAEA_LOGO_10-4-2023.png new file mode 100644 index 0000000..a8645be Binary files /dev/null and b/assets/AAEA Channel Art/AAEA_LOGO_10-4-2023.png differ diff --git a/assets/AAEA Channel Art/AAEA_LOGO_ACRO_10-4-2023_2.png b/assets/AAEA Channel Art/AAEA_LOGO_ACRO_10-4-2023_2.png new file mode 100644 index 0000000..413c352 Binary files /dev/null and b/assets/AAEA Channel Art/AAEA_LOGO_ACRO_10-4-2023_2.png differ diff --git a/assets/AAEA Channel Art/aaeachannelbug.png b/assets/AAEA Channel Art/aaeachannelbug.png new file mode 100644 index 0000000..3fe1068 Binary files /dev/null and b/assets/AAEA Channel Art/aaeachannelbug.png differ diff --git a/assets/tvchannelnotes.txt b/assets/tvchannelnotes.txt new file mode 100644 index 0000000..780fdd5 --- /dev/null +++ b/assets/tvchannelnotes.txt @@ -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/' + + + diff --git a/fakeTV.sh b/fakeTV.sh index 6d0178f..9bd8861 100644 --- a/fakeTV.sh +++ b/fakeTV.sh @@ -1,4 +1,7 @@ #!/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 @@ -18,7 +21,7 @@ while(true); do - +#station Id video call