From: Vincent Date: Wed, 10 Jul 2019 08:19:11 +0000 (+0200) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bf0d00896cbdedcd53113d2108b6e269a616eb12;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 701b32e..a39bca1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,8 @@ - - + + - - - - - - - - - - - - - - - - - - @@ -85,47 +67,69 @@ - + - - + + - + - - + + - + - - + + - - + + - - + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -145,10 +149,6 @@ - .music - cronSeen - 8084 - tvhe 9981 192.168.1.69 startserver @@ -175,6 +175,10 @@ tvShowLibra connectRedis()-> tmdb. + Galactica + galactica + S01E02 + cronsee @@ -205,7 +209,6 @@ @@ -951,21 +955,7 @@ - - - - 1550322012423 - - - 1550479125108 - 1550481681313 @@ -1296,11 +1286,25 @@ - - @@ -1342,13 +1346,13 @@ - + - + - + @@ -1384,16 +1388,6 @@ - - - - - - - - - - @@ -1453,20 +1447,6 @@ - - - - - - - - - - - - - - @@ -1678,13 +1658,6 @@ - - - - - - - @@ -1722,8 +1695,47 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/lib/bricks.php b/scripts/lib/bricks.php index 397c0df..5854d13 100644 --- a/scripts/lib/bricks.php +++ b/scripts/lib/bricks.php @@ -39,8 +39,8 @@ function getRemoteVolumeBrick($brick) function getRemoteSubtitlesBrick($brick) { $res = '
'; - $res .= '
'; - $res .= '
'; + $res .= '
'; + $res .= '
'; return $res; } diff --git a/scripts/lib/mediarasp.php b/scripts/lib/mediarasp.php index e2895e0..48f95de 100644 --- a/scripts/lib/mediarasp.php +++ b/scripts/lib/mediarasp.php @@ -151,7 +151,11 @@ function remoteCmdMedia($cmd, $device = null, $playing = null) 'subtitles-stream-next' => 'subtitles-stream-next', 'subtitles-stream-prev' => 'subtitles-stream-prev', 'subtitles-increase-delay' => 'subtitles-increase-delay', - 'subtitles-decrease-delay' => 'subtitles-decrease-delay']; + 'subtitles-increase-delay-long' => 'subtitles-increase-delay-long', + 'subtitles-decrease-delay' => 'subtitles-decrease-delay', + 'subtitles-decrease-delay-long' => 'subtitles-decrease-delay-long', + + ]; if ($device == 'bureau') { @@ -175,9 +179,13 @@ function remoteCmdMedia($cmd, $device = null, $playing = null) } else if ($key == 'subtitles-stream-prev') { sendHotKey('alt+v'); } else if ($key == 'subtitles-increase-delay') { - sendHotKey('h', 10); + sendHotKey('h', 5); } else if ($key == 'subtitles-decrease-delay') { - sendHotKey('g', 10); + sendHotKey('g', 5); + } else if ($key == 'subtitles-increase-delay-long') { + sendHotKey('h', 40); + } else if ($key == 'subtitles-decrease-delay-long') { + sendHotKey('g', 40); } else if ($key == 'rewind' || $key == 'fast-rewind' || $key == 'forward' || $key == 'fast-forward') { if ($key == 'rewind' || $key == 'forward') { $amount = 15;