]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Sat, 21 Sep 2019 09:00:09 +0000 (11:00 +0200)
committerVincent <vincent@enhydra.fr>
Sat, 21 Sep 2019 09:00:09 +0000 (11:00 +0200)
.idea/deployment.xml
.idea/workspace.xml
scripts/tmdb.php
tools/pop/pop.py

index 675857756c5d26662ae050f1e69586bfce4aaae4..7f0eabe03b500320237fcaafc26ecb6cdd8ae595 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="PublishConfigData" autoUpload="Always" serverName="home.tortuga.enhydra.fr" autoUploadExternalChanges="true" showAutoUploadSettingsWarning="false">
+  <component name="PublishConfigData" autoUpload="On explicit save action" serverName="home.tortuga.enhydra.fr" autoUploadExternalChanges="true" showAutoUploadSettingsWarning="false">
     <serverData>
       <paths name="home.tortuga.enhydra.fr">
         <serverdata>
@@ -10,6 +10,6 @@
         </serverdata>
       </paths>
     </serverData>
-    <option name="myAutoUpload" value="ALWAYS" />
+    <option name="myAutoUpload" value="ON_EXPLICIT_SAVE" />
   </component>
 </project>
\ No newline at end of file
index 658c4103b1d3f22e21d2b1f02e5b52374f361f78..75bfb3ff46ec8f9f2ec49c34e9a4f9580f259d4b 100644 (file)
@@ -2,11 +2,10 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
+      <change beforePath="$PROJECT_DIR$/.idea/deployment.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/deployment.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/pop.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/pop.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/scripts/tmdb.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/tmdb.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/tools/pop/pop.py" beforeDir="false" afterPath="$PROJECT_DIR$/tools/pop/pop.py" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/tools/pop/scanner.py" beforeDir="false" afterPath="$PROJECT_DIR$/tools/pop/scanner.py" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
       <workItem from="1568479123874" duration="780000" />
       <workItem from="1568479919445" duration="3458000" />
       <workItem from="1568537483035" duration="1960000" />
-      <workItem from="1568620913133" duration="4827000" />
-    </task>
-    <task id="LOCAL-00183" summary=".">
-      <created>1551519481665</created>
-      <option name="number" value="00183" />
-      <option name="presentableId" value="LOCAL-00183" />
-      <option name="project" value="LOCAL" />
-      <updated>1551519481665</updated>
+      <workItem from="1568620913133" duration="5316000" />
+      <workItem from="1568881605269" duration="592000" />
+      <workItem from="1568930175160" duration="704000" />
+      <workItem from="1569007709536" duration="787000" />
     </task>
     <task id="LOCAL-00184" summary=".">
       <created>1561965106323</created>
       <option name="project" value="LOCAL" />
       <updated>1568792710779</updated>
     </task>
-    <option name="localTasksCounter" value="232" />
+    <task id="LOCAL-00232" summary=".">
+      <created>1568881166470</created>
+      <option name="number" value="00232" />
+      <option name="presentableId" value="LOCAL-00232" />
+      <option name="project" value="LOCAL" />
+      <updated>1568881166470</updated>
+    </task>
+    <option name="localTasksCounter" value="233" />
     <servers />
   </component>
   <component name="TodoView">
index fe8fda0c9e874782b5aeb31afbf824b14a1aab3c..e41c600f52df5d1e48b77ca97f8a1b4d78139a68 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 require_once 'import.php';
-_getTVShows(true,true);
+_getTVShows(true);
 _getMovies(true);
 _getMediaRecentAdded(true);
 parseMoviesLibrary();
\ No newline at end of file
index 37f190cc5157c0ace906d67d66420c1b789bd048..314f31e0c5c47ec908a7b215cccae89cd6d761fb 100644 (file)
@@ -41,12 +41,12 @@ while True:
     p.setDelegate(MyDelegate())
 
     # Setup to turn notifications on, e.g.
-    svc = p.getServiceByUUID("0000fe61-0000-1000-8000-00805f9b34fb")
-    ch = svc.getCharacteristics()[0]
+    #svc = p.getServiceByUUID("0000fe61-0000-1000-8000-00805f9b34fb")
+    #ch = svc.getCharacteristics()[0]
 
     # Main loop --------
 
-    # p.writeCharacteristic(ch.valHandle+1, "\x02\x00")
+    #p.writeCharacteristic(ch.valHandle+1, "\x02\x00")
 
     while True:
         try: