Update README.md
This commit is contained in:
45
README.md
45
README.md
@@ -8,8 +8,43 @@ git clone https://git.thefinaldreams.com/Kewitt/WHIT.git
|
||||
|
||||
80%
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Config
|
||||
#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
|
||||
Reference in New Issue
Block a user