Update README.md

This commit is contained in:
2025-06-04 19:46:37 +00:00
parent 17588461cf
commit b8b620147e

View File

@@ -1,50 +1,45 @@
# 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
#
#Update network
export wifiupdate=false
export essid=whit
export wifipassword=whitwhit
export updatehost=whit1
#If you want to control the IP address please use dhcp reservation.
#or manually set it up
#
#
#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"
#when do you want the reboot to happen, 24 hour clock 0 = midnight
export reboottime=01:50
export overscan=1
export rotation=0
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
#
#Update network
export wifiupdate=false
export essid=whit
export wifipassword=whitwhit
export updatehost=whit1
#If you want to control the IP address please use dhcp reservation.
#or manually set it up
#
#
#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"
#when do you want the reboot to happen, 24 hour clock 0 = midnight
export reboottime=01:50
export overscan=1
export rotation=0