]> _ Git - tortuga-home.git/commitdiff
.
authorvincent <vincent@enhydra.fr>
Sat, 5 Mar 2022 13:02:57 +0000 (14:02 +0100)
committervincent <vincent@enhydra.fr>
Sat, 5 Mar 2022 13:02:57 +0000 (14:02 +0100)
.idea/workspace.xml
gradient.php
scripts/lib/shield.php

index 0f0e4f3f964951994e2e0fab120f7792696a8f0c..84d19f42d5c696e032ca3f50cfd8477e98509309 100644 (file)
@@ -2,12 +2,9 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
-      <change afterPath="$PROJECT_DIR$/scripts/weather.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/domoticz.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/domoticz.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/flowerpower.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/flowerpower.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/weatherstation.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/weatherstation.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/gradient.php" beforeDir="false" afterPath="$PROJECT_DIR$/gradient.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/lib/shield.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/shield.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1643960682357" duration="593000" />
       <workItem from="1644143547964" duration="594000" />
       <workItem from="1644673539378" duration="1825000" />
-      <workItem from="1644683361342" duration="8803000" />
-    </task>
-    <task id="LOCAL-00468" summary=".">
-      <created>1618426951296</created>
-      <option name="number" value="00468" />
-      <option name="presentableId" value="LOCAL-00468" />
-      <option name="project" value="LOCAL" />
-      <updated>1618426951296</updated>
+      <workItem from="1644683361342" duration="9446000" />
+      <workItem from="1645044938023" duration="1854000" />
+      <workItem from="1645812379443" duration="615000" />
+      <workItem from="1646485258542" duration="84000" />
     </task>
     <task id="LOCAL-00469" summary=".">
       <created>1618861174900</created>
       <option name="project" value="LOCAL" />
       <updated>1644750402613</updated>
     </task>
-    <option name="localTasksCounter" value="517" />
+    <task id="LOCAL-00517" summary=".">
+      <created>1644764168580</created>
+      <option name="number" value="00517" />
+      <option name="presentableId" value="LOCAL-00517" />
+      <option name="project" value="LOCAL" />
+      <updated>1644764168580</updated>
+    </task>
+    <option name="localTasksCounter" value="518" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 268913c7d09d5686931fb7e907eddc659ee1e162..df7eb0a755e7b09072320405fa33f0b34192ab48 100644 (file)
@@ -40,7 +40,7 @@
                         } else if (data.type === 'youtube') {
                             css.backgroundImage = 'none';
                             //videoURL = data.data.video_path;
-                            videoURL = data.data.video_path.replace('/nas/', 'file:///Z:/');
+                            videoURL = data.data.video_path.replace('/nas/', 'file:///N:/');
                             //videoURL = videoURL.replace('file:///Z:/Videos/YoutubeDL', 'file:///D:/YoutubeDL');
                             startVideo = 1;
                             if (data.data.start) {
index 4da18387d44b57f9b494d23c18e017a8554dc152..5f239af8571a43dcd26575d870c92644a4253161 100644 (file)
@@ -138,7 +138,7 @@ function shieldNetflix($id = null, $device = null)
     }
     shieldCommand('shell am start', ' -c android.intent.category.LEANBACK_LAUNCHER -a android.intent.action.VIEW -f 0x10808000 -e source 30 -d ' . $url . ' com.netflix.ninja/.MainActivity', $device);
     if ($id === 'home') {
-        sleep(6);
+        sleep(8);
         shieldKey(['ok', 'down'], $device);
     } else {
         sleep(1);