]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Mon, 31 May 2021 06:06:12 +0000 (08:06 +0200)
committerVincent <vincent@enhydra.fr>
Mon, 31 May 2021 06:06:12 +0000 (08:06 +0200)
.idea/workspace.xml
config/global.php
scripts/lib/harmony.php
scripts/lib/kodi.php

index 8410d1ea1942f853ef1e917197259257becb642e..68662221401e254b86289caca67ebc947bdd9ef0 100644 (file)
@@ -3,7 +3,9 @@
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/domoticz_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/domoticz_device_event.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/config/global.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/global.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/harmony.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/harmony.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/kodi.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/kodi.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1620565702683" duration="6590000" />
       <workItem from="1621059599606" duration="2419000" />
       <workItem from="1621493540376" duration="1432000" />
-      <workItem from="1621846881302" duration="161000" />
-    </task>
-    <task id="LOCAL-00438" summary=".">
-      <created>1611586910306</created>
-      <option name="number" value="00438" />
-      <option name="presentableId" value="LOCAL-00438" />
-      <option name="project" value="LOCAL" />
-      <updated>1611586910306</updated>
+      <workItem from="1621846881302" duration="795000" />
+      <workItem from="1622032693623" duration="1790000" />
+      <workItem from="1622115664953" duration="1262000" />
+      <workItem from="1622179648274" duration="2594000" />
+      <workItem from="1622185202332" duration="1711000" />
+      <workItem from="1622440150420" duration="724000" />
     </task>
     <task id="LOCAL-00439" summary=".">
       <created>1611655053435</created>
       <option name="project" value="LOCAL" />
       <updated>1621494387501</updated>
     </task>
-    <option name="localTasksCounter" value="487" />
+    <task id="LOCAL-00487" summary=".">
+      <created>1621847082796</created>
+      <option name="number" value="00487" />
+      <option name="presentableId" value="LOCAL-00487" />
+      <option name="project" value="LOCAL" />
+      <updated>1621847082796</updated>
+    </task>
+    <option name="localTasksCounter" value="488" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 52ded1f35d86ddc3d1e90b21755d10ae87726838..3e7d015731c6cce9dbc266cf0b92126e8d4c7bfa 100644 (file)
@@ -3,7 +3,7 @@ ini_set('display_errors', true);
 
 define('WEB_ROOT', 'https://home.tortuga.enhydra.fr/');
 
-define("SQUEEZEBOX_SERVER", 'http://192.168.13.60:9000');
+define("SQUEEZEBOX_SERVER", 'http://squeezebox.home.tortuga.enhydra.fr:9000');
 define("SQUEEZEBOX_SPOTIFY_USERNAME", '70@enhydra.fr');
 define("SQUEEZEBOX_SPOTIFY_PASSWORD", '?Z8}#HK+SZrQ');
 
index 521f90972a454e69a8976067c22636eff0fe5c59..81b5eb953dbd78e431ea641319bcffa74fb5db57 100644 (file)
@@ -5,7 +5,7 @@ function harmonyRequest($uri, $method = 'GET', $hub = 'bureau')
 {
     global $harmonyClient;
 
-    $ip = '192.168.13.60';
+    $ip = '192.168.13.7';
 
     $uri = 'http://' . $ip . ':8282/hubs/' . $hub . '/' . ltrim($uri, '/');
 
index 25f0cb147873c98f806e464e85b24de038647e61..f211d52fe6faabb0ae74becf8cb537c3d2908fcf 100644 (file)
@@ -6,7 +6,7 @@ $_koditotmdb = null;
 
 function getKodiDBConnection()
 {
-    return mysqli_connect('localhost', "kodi", "atacama", "MyVideos119");
+    return mysqli_connect('kodidb.home.tortuga.enhydra.fr', "kodi", "atacama", "MyVideos119");
 }
 
 function kodiGetAllKodiToTmdb($force=false)