]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Wed, 4 Sep 2019 07:27:25 +0000 (09:27 +0200)
committerVincent <vincent@enhydra.fr>
Wed, 4 Sep 2019 07:27:25 +0000 (09:27 +0200)
.idea/workspace.xml
scripts/lib/medialibrary.php
tools/pop/pop.py

index ce88a21737d3af4481859aba63dcd77be245b0c2..f9d1b2d9fe19378f3617802da0f4da93a0f64c34 100644 (file)
@@ -2,9 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
-      <change afterPath="$PROJECT_DIR$/tools/pop/startpopdaemon" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/tools/pop/stoppopdaemon" 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/medialibrary.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/medialibrary.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/tools/pop/pop.py" beforeDir="false" afterPath="$PROJECT_DIR$/tools/pop/pop.py" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
       <workItem from="1567019296675" duration="5845000" />
       <workItem from="1567261528772" duration="609000" />
       <workItem from="1567408023339" duration="2511000" />
-      <workItem from="1567413752073" duration="9000000" />
-    </task>
-    <task id="LOCAL-00172" summary=".">
-      <created>1551173524013</created>
-      <option name="number" value="00172" />
-      <option name="presentableId" value="LOCAL-00172" />
-      <option name="project" value="LOCAL" />
-      <updated>1551173524014</updated>
+      <workItem from="1567413752073" duration="11664000" />
     </task>
     <task id="LOCAL-00173" summary=".">
       <created>1551175350566</created>
       <option name="project" value="LOCAL" />
       <updated>1567497032711</updated>
     </task>
-    <option name="localTasksCounter" value="221" />
+    <task id="LOCAL-00221" summary=".">
+      <created>1567499513044</created>
+      <option name="number" value="00221" />
+      <option name="presentableId" value="LOCAL-00221" />
+      <option name="project" value="LOCAL" />
+      <updated>1567499513044</updated>
+    </task>
+    <option name="localTasksCounter" value="222" />
     <servers />
   </component>
   <component name="TodoView">
index ab2193eeb95701f616dbc727e8f18e281af2c5bb..fc87d22969dbc7d7730eb92a4c5b5113442ee01d 100644 (file)
@@ -144,6 +144,7 @@ function nasToAvion($path)
     $path = str_replace('/nas/', 'Z:/', $path);
     $path = str_replace('/mnt/sshfs/tortuga/Share/', 'Z:/', $path);
     $path = str_replace('/mnt/nfs/share/', 'Z:/', $path);
+    $path = str_replace('/mnt/smb/share/', 'Z:/', $path);
     $path = str_replace('/', '\\', $path);
     return $path;
 }
index 223686acf2632b2f865e75603f0a825720f15f82..0a11e78f0bd9cab15aa2617595d98043b62c1a4d 100644 (file)
@@ -30,6 +30,7 @@ class MyDelegate(btle.DefaultDelegate):
 
 
 print("Connecting to " + mac + " (" + device + ")")
+
 while True:
     # Initialisation  -------
     try: