From a48ca301dc5a00b724cb87492be39df2bb40b6f2 Mon Sep 17 00:00:00 2001 From: ulrich Date: Mon, 26 Apr 2021 15:36:46 +0000 Subject: [PATCH] Readme beigefuegt, umgestellt auf ID3TagLib --- src/de/uhilger/tango/api/MediaSteuerung.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/de/uhilger/tango/api/MediaSteuerung.java b/src/de/uhilger/tango/api/MediaSteuerung.java index fb112ce..37e0d9e 100644 --- a/src/de/uhilger/tango/api/MediaSteuerung.java +++ b/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(); -- Gitblit v1.9.3