Update README.md
This commit is contained in:
93
README.md
93
README.md
@@ -1,50 +1,45 @@
|
|||||||
# WHIT
|
# WHIT
|
||||||
|
Web Hosted Image Technology
|
||||||
Web Hosted Image Technology
|
Terminal version:
|
||||||
|
git clone https://git.thefinaldreams.com/Kewitt/WHIT.git
|
||||||
Terminal version:
|
80%
|
||||||
|
#This is for WHIT 2025.06.04
|
||||||
git clone https://git.thefinaldreams.com/Kewitt/WHIT.git
|
#---------------------------------------------------------------------------------------------------------------
|
||||||
|
#Config setting
|
||||||
80%
|
#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.
|
||||||
#This is for WHIT 2025.06.04
|
#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.
|
||||||
#Config setting
|
#
|
||||||
#supported image formats are jpeg, jpg, png, bmp, other formats can be add but need to modify base code.
|
#setup SMB/CIFS share settings.
|
||||||
#supported Video anything that VLC supports.
|
#Protocal 1 for Windows share, 2 for FTP which using home folder.
|
||||||
#Images are resized to 1080p with black bars on sides or top and bottom.
|
#smb SERVER FORMAT //192.168.1.21/share/path
|
||||||
#Videos work best if they are all the same 1080p videos.
|
#ftp 192.168.1.21 Broken update coming shortly
|
||||||
#
|
protocal=1
|
||||||
#setup SMB/CIFS share settings.
|
Server="//192.168.88.210/whit/tv1"
|
||||||
#Protocal 1 for Windows share, 2 for FTP which using home folder.
|
USERNAME=local.admin
|
||||||
#smb SERVER FORMAT //192.168.1.21/share/path
|
PASSWORD=whitwhit
|
||||||
#ftp 192.168.1.21 Broken update coming shortly
|
#how long each picture will be turned into a video for.
|
||||||
protocal=1
|
time=10
|
||||||
Server="//192.168.88.210/whit/tv1"
|
#Use if URL to Image is being used.
|
||||||
USERNAME=local.admin
|
#Set content 1 = Video and/or images 2 = Just images 3 = URL and IMAGES info below 4 = Debug
|
||||||
PASSWORD=whitwhit
|
content=1
|
||||||
#how long each picture will be turned into a video for.
|
#
|
||||||
time=10
|
#Update network
|
||||||
#Use if URL to Image is being used.
|
export wifiupdate=false
|
||||||
#Set content 1 = Video and/or images 2 = Just images 3 = URL and IMAGES info below 4 = Debug
|
export essid=whit
|
||||||
content=1
|
export wifipassword=whitwhit
|
||||||
#
|
export updatehost=whit1
|
||||||
#Update network
|
#If you want to control the IP address please use dhcp reservation.
|
||||||
export wifiupdate=false
|
#or manually set it up
|
||||||
export essid=whit
|
#
|
||||||
export wifipassword=whitwhit
|
#
|
||||||
export updatehost=whit1
|
#If you are setting url you need to add to crontab -e to update the image every 15 mins, and enable urlchrome setting
|
||||||
#If you want to control the IP address please use dhcp reservation.
|
#Change localhost to the
|
||||||
#or manually set it up
|
#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"
|
||||||
#If you are setting url you need to add to crontab -e to update the image every 15 mins, and enable urlchrome setting
|
#when do you want the reboot to happen, 24 hour clock 0 = midnight
|
||||||
#Change localhost to the
|
export reboottime=01:50
|
||||||
#sudo crontab -e
|
export overscan=1
|
||||||
#0/15 * * * * "chromium-browser --headless --window-size=1920x1080 --virtual-time-budget=25000 --screenshot=/home/$USER/WHIT/working/calander.png http://localhost"
|
export rotation=0
|
||||||
#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
|
|
||||||
Reference in New Issue
Block a user