]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Mon, 16 Sep 2019 08:03:57 +0000 (10:03 +0200)
committerVincent <vincent@enhydra.fr>
Mon, 16 Sep 2019 08:03:57 +0000 (10:03 +0200)
.idea/workspace.xml
config/global.php
scripts/lib/squeezebox.php

index e5362d303936fa352f4f151fe018c10c305c13f6..1f991c107928709d0e1865f1532837753ed68144 100644 (file)
@@ -3,8 +3,8 @@
   <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$/manifest.php" beforeDir="false" afterPath="$PROJECT_DIR$/manifest.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/share.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/share.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/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
       <workItem from="1567671316880" duration="567000" />
       <workItem from="1567931729831" duration="4114000" />
       <workItem from="1568479123874" duration="780000" />
-      <workItem from="1568479919445" duration="717000" />
-    </task>
-    <task id="LOCAL-00180" summary=".">
-      <created>1551342569092</created>
-      <option name="number" value="00180" />
-      <option name="presentableId" value="LOCAL-00180" />
-      <option name="project" value="LOCAL" />
-      <updated>1551342569092</updated>
+      <workItem from="1568479919445" duration="3458000" />
+      <workItem from="1568537483035" duration="1960000" />
+      <workItem from="1568620913133" duration="84000" />
     </task>
     <task id="LOCAL-00181" summary=".">
       <created>1551385434574</created>
       <option name="project" value="LOCAL" />
       <updated>1567958159737</updated>
     </task>
-    <option name="localTasksCounter" value="229" />
+    <task id="LOCAL-00229" summary=".">
+      <created>1568480708820</created>
+      <option name="number" value="00229" />
+      <option name="presentableId" value="LOCAL-00229" />
+      <option name="project" value="LOCAL" />
+      <updated>1568480708820</updated>
+    </task>
+    <option name="localTasksCounter" value="230" />
     <servers />
   </component>
   <component name="TodoView">
index df158815d55431a3cb724b764bf09cdef5efa2f4..6142c322cbf1d439527d3573849215faff251bae 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.68:9000');
+define("SQUEEZEBOX_SERVER", 'http://192.168.13.60:9000');
 define("SQUEEZEBOX_SPOTIFY_USERNAME", '70@enhydra.fr');
 define("SQUEEZEBOX_SPOTIFY_PASSWORD", '?Z8}#HK+SZrQ');
 
index 1547a05a8735a49c7ccfc68b5647471cf7d72109..fabac2c194aec66a454f5029b295993cd034d4a0 100644 (file)
@@ -226,6 +226,8 @@ function checkSpottyLogin()
 
         $accounts = [
             SQUEEZEBOX_SPOTIFY_USERNAME => SQUEEZEBOX_SPOTIFY_PASSWORD,
+            'v12l' => 'Lr8ka&7cs@fc%lW7',
+            'jrme75009' => 'tortuga5009',
         ];
 
         foreach ($accounts as $user => $password) {