34 lines
1.7 KiB
Markdown
34 lines
1.7 KiB
Markdown
# WHIT
|
|
Web Hosted Image Technology
|
|
Terminal version:
|
|
git clone https://git.thefinaldreams.com/Kewitt/WHIT.git
|
|
80%
|
|
#This is for WHIT 2025.06.04
|
|
#---------------------------------------------------------------------------------------------------------------
|
|
#Config setting
|
|
#supported image formats are jpeg, jpg, png, bmp, other formats can be add but need to modify base code.
|
|
#supported Video anything that VLC supports.
|
|
#Images are resized to 1080p with black bars on sides or top and bottom.
|
|
#Videos work best if they are all the same 1080p videos.
|
|
|
|
#setup SMB/CIFS share settings.
|
|
#Protocal 1 for Windows share, 2 for FTP which using home folder.
|
|
#smb SERVER FORMAT //192.168.1.21/share/path
|
|
#ftp 192.168.1.21 Broken update coming shortly
|
|
protocal=1
|
|
Server="//192.168.88.210/whit/tv1"
|
|
USERNAME=local.admin
|
|
PASSWORD=whitwhit
|
|
#how long each picture will be turned into a video for.
|
|
time=10
|
|
#Use if URL to Image is being used.
|
|
#Set content 1 = Video and/or images 2 = Just images 3 = URL and IMAGES info below 4 = Debug
|
|
content=1
|
|
|
|
|
|
#If you are setting url you need to add to crontab -e to update the image every 15 mins, and enable urlchrome setting
|
|
#Change localhost to the
|
|
#sudo crontab -e
|
|
#0/15 * * * * "chromium-browser --headless --window-size=1920x1080 --virtual-time-budget=25000 --screenshot=/home/$USER/WHIT/working/calander.png http://localhost"
|
|
#urlchrome="chromium-browser --headless --window-size=1920x1080 --virtual-time-budget=25000 --screenshot=/home/$USER/WHIT/working/calander.png http://localhost"
|