From: Vincent Date: Wed, 4 Sep 2019 07:27:25 +0000 (+0200) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=aed10603537de9c3cf0b78d72ea81c98920a3e70;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ce88a21..f9d1b2d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,8 @@ - - + diff --git a/scripts/lib/medialibrary.php b/scripts/lib/medialibrary.php index ab2193e..fc87d22 100644 --- a/scripts/lib/medialibrary.php +++ b/scripts/lib/medialibrary.php @@ -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; } diff --git a/tools/pop/pop.py b/tools/pop/pop.py index 223686a..0a11e78 100644 --- a/tools/pop/pop.py +++ b/tools/pop/pop.py @@ -30,6 +30,7 @@ class MyDelegate(btle.DefaultDelegate): print("Connecting to " + mac + " (" + device + ")") + while True: # Initialisation ------- try: