From b8b620147ea4859d0ce826e089c0053ddfba8b05 Mon Sep 17 00:00:00 2001 From: Kewitt Date: Wed, 4 Jun 2025 19:46:37 +0000 Subject: [PATCH] Update README.md --- README.md | 93 ++++++++++++++++++++++++++----------------------------- 1 file changed, 44 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index b39a8c8..dfb9f81 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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 \ No newline at end of file