Switched to Python. Not tested yet...

This commit is contained in:
2023-10-13 02:35:04 -04:00
parent 055762b166
commit 13e0b2f126
6 changed files with 182 additions and 35 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

View File

@ -6,13 +6,15 @@ apt update & upgrade
edit /boot/config.txt
comment out all hdmi lines
uncomment default overscan lines ???
add "sdtv_mode=1" and "sdtv_aspect=1"
uncomment default overscan lines ??? (no)
add "sdtv_mode=0" and "sdtv_aspect=1"
raspi-config
Advanced -> Compositor -> No
Display Options->Composite->Yes->Reboot Now
Python3-> sudo pip install moviepy && sudo pip install yt-dlp
ancient abandoned esoteric animations or AAEA for short
FansubTV
@ -35,7 +37,7 @@ 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>'
DISPLAY=:0 cvlc --fullscreen --play-and-exit --sub-source logo --logo-position 10 --logo-opacity=128 --logo-file /media/aaeachannelbug.png --no-osd /media/anime/<path to video to play>'
yt-dlp -o - "https://www.youtube.com/watch?v=GMef9cY4EAA" | DISPLAY=:0 cvlc --fullscreen --play-and-exit --sub-source logo --logo-position 10 --logo-opacity=128 --logo-file /media/aaeachannelbug.png --no-osd -