added assets and notes
This commit is contained in:
parent
14afca6d0b
commit
055762b166
BIN
assets/AAEA Channel Art/AAEA_LOGO_10-4-2023.png
Normal file
BIN
assets/AAEA Channel Art/AAEA_LOGO_10-4-2023.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 MiB |
BIN
assets/AAEA Channel Art/AAEA_LOGO_ACRO_10-4-2023_2.png
Normal file
BIN
assets/AAEA Channel Art/AAEA_LOGO_ACRO_10-4-2023_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
BIN
assets/AAEA Channel Art/aaeachannelbug.png
Normal file
BIN
assets/AAEA Channel Art/aaeachannelbug.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
41
assets/tvchannelnotes.txt
Normal file
41
assets/tvchannelnotes.txt
Normal 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>'
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user