Persoenliche Mediazentrale
ulrich
2021-04-25 f9f8196eb463f1c870c61d6db2c7fb56838a3c9b
'calypso' aus den Abspieler-Kommandos entfernt, das gehoert zum Abspieler-URL
2 files modified
10 ■■■■ changed files
src/de/uhilger/tango/api/MediaSteuerung.java 8 ●●●● patch | view | raw | blame | history
src/tango_de_DE.properties 2 ●●● patch | view | raw | blame | history
src/de/uhilger/tango/api/MediaSteuerung.java
@@ -64,7 +64,7 @@
  private static final Logger logger = Logger.getLogger(MediaSteuerung.class.getName());
  public static final String PL_CMD_PLAY = "calypso/play";
  public static final String PL_CMD_PLAY = "play";
  public static final String PL_DEFAULT_PARAMS = "?titel=";
  public static final String PL_PARAM_RUECK = "&r=";
  public static final String PL_API_STRG = "/api/strg/"; 
@@ -72,9 +72,9 @@
  public static final String PL_CMD_STOP = "stop";
  public static final String PL_CMD_PAUSE = "pause";
  public static final String PL_CMD_PLAYON = "playon";
  public static final String PL_CMD_CALYPSO_STOP = "calypso/stop";
  public static final String PL_CMD_CALYPSO_PAUSE = "calypso/pause";
  public static final String PL_CMD_CALYPSO_PLAYON = "calypso/playon";
  public static final String PL_CMD_CALYPSO_STOP = "stop";
  public static final String PL_CMD_CALYPSO_PAUSE = "pause";
  public static final String PL_CMD_CALYPSO_PLAYON = "playon";
  public static final String DEFAULT_HOST = "http://localhost:9090";
  private final Map spielt = new HashMap();
src/tango_de_DE.properties
@@ -38,4 +38,4 @@
msgParamFehlt=Der Parameter {0} muss angegeben werden.
stoppingServer=stoppe Server..
serverStopped=Server gestoppt.
mediazEnd=Mediazentrale beendet.
mediazEnd=Tango beendet.