App zur Steuerung des mpv Mediaplayers auf einem Raspberry Pi über HTTP
ulrich
2023-03-01 81530df1e3b43943a11ab3032ad235b319b95968
Untertitel ausgeschaltet, wenn Video abgespielt wird
1 files modified
2 ■■■ changed files
src/de/uhilger/calypso/actor/PlayActor.java 2 ●●● patch | view | raw | blame | history
src/de/uhilger/calypso/actor/PlayActor.java
@@ -54,7 +54,7 @@
    o = parameter.get("titel");
    if (o instanceof String) {
      String titel = (String) o;
      kommando.append("mpv --input-ipc-server=/tmp/mpvsocket --no-terminal ");
      kommando.append("mpv --input-ipc-server=/tmp/mpvsocket --no-terminal --no-sub ");
      if (titel.toLowerCase().endsWith(".mp3")) {
        kommando.append("--vo=null ");
      }