diff --git a/ChangeLog.txt b/ChangeLog.txt
index 85f32e0..b00ab24 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,6 +1,8 @@
2.5.2
Removed Old Update Code
Added Change Log
-Removed MovieLib
+Replaced Movielib with Kodi Remote
Fixed K-Loud Status
-Repllace SickRage with SickGear (Set name manually via config)
\ No newline at end of file
+Replaced SickRage with SickGear (Set name manually via config)
+Blocked search engines crawling website via robots.txt
+Added Google Search Widget
\ No newline at end of file
diff --git a/Update.bat b/Update.bat
index 40d27e1..f2f1432 100644
--- a/Update.bat
+++ b/Update.bat
@@ -401,7 +401,7 @@ findstr "KworldWidget" config.php >nul 2>&1
:ONE
echo ^>config.php
echo //// KworldWidget >> config.php
- echo $KworldWidget = "1"; >> config.php
+ echo $KworldWidget = "0"; >> config.php
echo $http2 = "http://"; >> config.php
echo $https = "https://"; >> config.php
echo //// >> config.php
@@ -410,8 +410,44 @@ findstr "KworldWidget" config.php >nul 2>&1
goto END
:END
+ rem KodiSettings episodes
+findstr "KodiIP" config.php >nul 2>&1
+ if errorlevel 1 goto ONE
+ if errorlevel 0 goto ZERO
+ goto END
+ :ZERO
+ echo Kodi Remote Already Updated
+ goto END
+ :ONE
+ echo ^>config.php
+ echo //// KodiRemote >> config.php
+ echo $KodiIP = ""; >> config.php
+ echo $KodiUser = ""; >> config.php
+ echo $KodiPass = ""; >> config.php
+ echo //// >> config.php
+ echo ^?^> >> config.php
+ echo KodiRemote Updated
+ goto END
+ :END
-
+ rem google
+findstr "GoogleSearch" config.php >nul 2>&1
+ if errorlevel 1 goto ONE
+ if errorlevel 0 goto ZERO
+ goto END
+ :ZERO
+ echo GoogleSearch Already Updated
+ goto END
+ :ONE
+ echo ^>config.php
+ echo //// GoogleSearch >> config.php
+ echo $GoogleSearch = "1"; >> config.php
+ echo //// >> config.php
+ echo ^?^> >> config.php
+ echo GoogleSearch Updated
+ goto END
+ :END
+
rem Update Version
findstr "localversion" config.php >nul 2>&1
if errorlevel 1 goto ONE
diff --git a/config/menu.php b/config/menu.php
index ac4074c..205a6fd 100644
--- a/config/menu.php
+++ b/config/menu.php
@@ -1,2 +1 @@
-General - SAB/Couch/Sick - Others - Drive Space - RSS/Server Statuses - Picture Upload - Manual Update - Download Config File
-
+General - SAB/Couch/Sick - Others - Drive Space - RSS/Server Statuses - Picture Upload - Download Config File
\ No newline at end of file
diff --git a/config/set1.php b/config/set1.php
index 3c14b7d..ff1fa06 100644
--- a/config/set1.php
+++ b/config/set1.php
@@ -32,14 +32,20 @@
KKnowledge Widget Enabled: "0") echo "checked=checked; "; ?> />
Klips Widget Enabled: "0") echo "checked=checked; "; ?> />
Server Uptime Widget Enabled: "0") echo "checked=checked; "; ?> />
- Coming Episodes Widget Enabled: "0") echo "checked=checked; "; ?> /> - Week View: "0") echo "checked=checked; "; ?> />
+ Google Search Widget Enabled: "0") echo "checked=checked; "; ?> />
Google Search | +
---|
+
+
+
+
+
+ |
+